All Versions
107
Latest Version
Avg Release Cycle
46 days
Latest Release
-

Changelog History
Page 11

  • v2.0.0 Changes

    November 01, 2015
    • ๐Ÿ— es6 classes, babel building
    • ๐Ÿ‘ better test coverage
    • ngram uses term tokenization, so that 'Tony Hawk' us one term, and not two
    • more organized pos rules
    • Pos tagging is done implicitly now once nlp.Text is run
    • Entity spotting is split into .people(), .place(), .organisations()
    • unicode normalisation is killed
    • opaque two-letter tags are gone
    • ๐Ÿ”Œ plugin support
    • passive tense detection
    • lexicon can be augmented third-party
    • ๐Ÿ“œ date parsing results are different
  • v1.1.0 Changes

    May 01, 2015
    • smarter handling of ambiguous contractions ("he's" -> ["he is", "he has"])
  • v1.0.0 Changes

    May 01, 2015
    • โž• added name genders and beginning of co-reference resolution ('Tony' -> 'he') API.
    • small breaking change on Noun.is_plural and Noun.is_entity, affording significant pos() speedup. Bumped Major version for these changes.
  • v0.5.2 Changes

    May 01, 2015
    • Phrasal verbs ('step up'), firstnames and .people()
  • v0.4.0 Changes

    May 01, 2015
    • ๐Ÿ”จ Major file-size reduction through refactoring
  • v0.3.0 Changes

    January 01, 2015
    • ๐Ÿ†• New NER choosing algorithm, better capitalisation logic, consolidated tests
  • v0.2.0 Changes

    November 01, 2014
    • Sentence class methods, client-side demos