All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Ability to tokenize on white space only, which is useful for already tokenized text for alignment.
0.1.7 - 2019-12-03
- Removed zensols logging as it is no longer needed.
- Documentation.
0.1.6 - 2018-06-19
- Move to MIT License.
- POS tag word count selection.
- Split out stop word functionality from
word-count
in to separate namespace. - More unit tests.
- Reduce log level on cached parsers.
0.1.5 - 2018-06-18
- Clojure 1.9 deps.
- Move to new zenbuild.
- Automate POS tagger model download.
- Separate threadsafe tests from others.
- Add full parse test to travis!
0.1.4 - 2017-10-17
- Open Semantic Role Labeler functions (i.e. the label function) for external specific processing.
- Move to actioncli 0.0.19.
0.1.3 - 2017-09-01
- Global parsing timeout. See the create-context function.
- Moved the trunc functionality to the actioncli util namespace.
0.1.2 - 2017-07-19
- Add pessimistic locking around parsing resource creation for Spark.
0.1.1 - 2017-07-13
- Support for fast shift reduce parser. See the parse tree component configuration function.
- Support for natural logic annotation.
- More annotation documentation.
- Upgrade to Stanford CoreNLP version 3.8.0.
- Java class
TokenRegexEntityMentionsAnnotator.java
that is now supplanted by the pull request to fold in its changes.
0.1.0 - 2017-06-26
- Add map parsing configuration.
- Update default stanford pipeline.
0.0.17 - 2017-06-09
- More robust processing of mentions.
- Part of speech model resource loading is more flexible and add language config.
0.0.16 - 2017-04-27
- Sentiment features.
- Travis build.
0.0.15 - 2017-02-07
- Changelog.
- Pipeline configuration parsing DSL.
- Added sentiment.
- Upgrade to lein-git 1.2.7
0.0.14 - 2017-01-14
- More robust token regular expression configuration.
- Upgraded to Stanford CoreNLP 3.7