Liking cljdoc? Tell your friends :D

Change Log

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.

Unreleased

0.1.7 - 2019-12-03

Changed

  • Removed zensols logging as it is no longer needed.
  • Documentation.

0.1.6 - 2018-06-19

Changed

  • 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

Changed

  • 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

Changed

  • 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

Added

Removed

0.1.2 - 2017-07-19

Changed

  • Add pessimistic locking around parsing resource creation for Spark.

0.1.1 - 2017-07-13

Added

Changed

  • Upgrade to Stanford CoreNLP version 3.8.0.

Removed

  • Java class TokenRegexEntityMentionsAnnotator.java that is now supplanted by the pull request to fold in its changes.

0.1.0 - 2017-06-26

Added

  • Add map parsing configuration.

Changed

  • Update default stanford pipeline.

0.0.17 - 2017-06-09

Changed

  • More robust processing of mentions.
  • Part of speech model resource loading is more flexible and add language config.

0.0.16 - 2017-04-27

Added

  • Sentiment features.
  • Travis build.

0.0.15 - 2017-02-07

Added

  • Changelog.
  • Pipeline configuration parsing DSL.
  • Added sentiment.

Changed

  • Upgrade to lein-git 1.2.7

0.0.14 - 2017-01-14

Added

  • More robust token regular expression configuration.

Changed

  • Upgraded to Stanford CoreNLP 3.7

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close