All Versions
107
Latest Version
Avg Release Cycle
46 days
Latest Release
-
Changelog History
Page 8
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
andCondition
- 🛠fixes to contractions in sentence-changes - "i'm going -> i went"
- 🛠several verb conjugation fixes
- accept Terms & Result objects in .match() and .replace()
- 👌 improved tagging of
-
v10.3.0 Changes
- 🆕 new
Percent
tag - lump more units in with
.values()
- 🆕 new
-
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 toTerm.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
andwordEnd
offsets to.out('offset')
for whitespace+punctuation - 🆕 new
.has()
method for faster lookups
- 📇 rename
-
v8.2.0 Changes
- âž• add
nlp.out('index')
method, 12 bugs
- âž• add
-
v8.1.0 Changes
- âž• add
nlp.tokenize()
method for disabling pos-tagging of input
- âž• add