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

Changelog History
Page 8

  • v10.6.0 Changes

    • ๐Ÿšš move internal lexicon around, to support new format in v11
    • โž• added states & provinces as #Region
    • โž• added #Comparable tag for adjectives that conjugate
  • v10.5.0 Changes

    • โž• add increment/decrement/add/subtract methods to .values()
    • โž• add units(), noUnits() methods to .values()
    • 'uncountable' nouns are no longer assumed to be singular
    • money tag is no longer always a value
  • v10.4.0 Changes

    • ๐Ÿ‘Œ improved tagging of VerbPhrase and Condition
    • ๐Ÿ›  fixes to contractions in sentence-changes - "i'm going -> i went"
    • ๐Ÿ›  several verb conjugation fixes
    • accept Terms & Result objects in .match() and .replace()
  • v10.3.0 Changes

    • ๐Ÿ†• new Percent tag
    • lump more units in with .values()
  • v10.2.0 Changes

    • .trim() method,
    • ๐Ÿ›  adjective tagging fixes
    • some new .out() methods
  • v10.1.0 Changes

    • ๐Ÿ›  fix return format of .isPlural(), so it acts like a match filter
    • ๐Ÿ›  less-greedy date tagging & ambiguous month fixes
  • v9.1.0 Changes

    • pretty-real filesize reduction by swapping es6 classes for es5 inheritance
  • v9.0.0 Changes

    • ๐Ÿ“‡ rename Term.tag object to Term.tags so the .tag() method can work throughout more-consistently
    • ๐Ÿ›  fix 'Auxillary' tag typo to 'Auxiliary'
    • optimisation of .match(), and tagset - significant speedup!
    • โž• adds .tagger() method and cleanup extra params
    • โž• adds wordStart and wordEnd offsets to .out('offset') for whitespace+punctuation
    • ๐Ÿ†• new .has() method for faster lookups
  • v8.2.0 Changes

    • โž• add nlp.out('index') method, 12 bugs
  • v8.1.0 Changes

    • โž• add nlp.tokenize() method for disabling pos-tagging of input