Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

CHANGELOG

Jason Baldridge edited this page Nov 3, 2013 · 6 revisions

v 1.3.0 - Chalk w/ start of NLP pipelines

  • Initial implementation of functional pipelines for NLP applications, and actor-based pipelines based on those components.

v 1.2.0 - Chalk incorporates breeze.process

  • Code from breeze.process v0.3 added to Chalk.

v 1.1.3 - Chalk minus OpenNLP, ready for breeze.process

  • All OpenNLP Tools code removed.
  • Add Twokenize (from Scalabha).

v 1.1.2

  • 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.

v 1.1.1

  • 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.

v 1.0

  • First version cut from OpenNLP, with minor reorganization and renaming to chalk.*