This repository has been archived by the owner on May 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
CHANGELOG
Jason Baldridge edited this page Nov 3, 2013
·
6 revisions
- Initial implementation of functional pipelines for NLP applications, and actor-based pipelines based on those components.
- Code from breeze.process v0.3 added to Chalk.
- All OpenNLP Tools code removed.
- Add Twokenize (from Scalabha).
- Updated Chalk to reflect reorganization in Nak v1.1.1.
- Rounded out the MASC corpus processing and added tool for training and evaluating sentence detection, tokenization, and NER on the corpus.
- Added Scala version of the PorterStemmer.
- The parsing and coreference tools were removed.
- Pulled out the maxent portion to create the Nak library.
- All the code from the OpenNLP library (apart from that in Nak), slightly reorganized.
- Code (still prelimary) for working with the MASC corpus to enable training of models on the annotations it provides. See the tutorial for details.
- First version cut from OpenNLP, with minor reorganization and renaming to chalk.*