All Versions
94
Latest Version
Avg Release Cycle
25 days
Latest Release
390 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v13.9.2 Changes
February 01, 2021- [fix] - typescript issue
-
v13.9.1 Changes
February 01, 2021- [fix] - matches over a contraction
- [new] - add 'implicit' text output
-
v13.9.0 Changes
February 01, 2021- [new] - World.addConjugations() method
- [new] - World.addPlurals() method
- [new] - start compromise-penn-tags plugin
- [new] - add fuzzy option to match commands
- [new] - support multiple-word matches in OR matches (a|b|foo bar|c)
- [change] (internal) - rename 'oneOf' match syntax to 'fastOr'
- [change] - use new export maps format
- [fix] - conjugations fixes #800
- [fix] - tokenization fixes #801
-
v13.8.0 Changes
December 01, 2020- [change] improved support for fractions in numbers-plugin #793
- [change] remove zero-width characters in normalized output #759
- [change] improved Person tagging with particles #794
- [change] improved i18n Person names
- [change] tagger+tokenization fixes
- [change] remove empty results from .out('array') #795
- [change]
.tokenize()
runs any postProcess() scripts from plugins - [change] improved support for lowercase acronyms
- [change] - support years like '97
- [change] - change tokenizer for '20-aug'
- [change] - update deps of all plugins
- [fix] - NumberRange tagging issue #795
- [fix] - improved support for ordinal number ranges
- [fix] - improved regex support in match-syntax
- [fix] - improved support for ~soft~ match syntax #797
- [fix] - better handling of
{0,n}
match syntax - [new] - new plugin
strict-match
- [new] - set NounPhrase, VerbPhrase tags in nlp-sentences plugin
- [new] -
.phrases()
method in nlp-sentences plugin - [new] - support
.apppend(doc)
and.prepend(doc)
- [new] -
values.normalize()
method
-
v13.7.0 Changes
October 29, 2020- [change] many misc tagging fixes
- 'if' is now a #Preposition
- possessive pronouns are #Pronoun and #Possessive
- more phrasal verbs
- make #Participle tag #PastTense
- favor #PastTense over #Participle interpretation in tagger
- [change]
@hasHyphen
returns false for sentence dashes - โ a lot more testing
- [change] many misc tagging fixes
-
v13.6.0 Changes
October 16, 2020 -
v13.5.0 Changes
September 10, 2020โ add new parseMatch() method for pre-computed match statements, and faster lookups
-
v13.4.0 Changes
September 10, 2020- [change] stop including adverbs and some auxiliaries in
.conjugate()
results - [change] .append() and .prepend() on an empty doc now creates a new doc
- [new] add
verbs().toParticiple()
method (add to observables/verb) - [new] add
sentences().toParticiple()
method (add to observables/verb) - [fix] some verb-tagging issues
- [fix] contractions issue in
.clone()
- [fix] try harder to retain modal-verbs in conjugation - 'i should drive' no-longer becomes 'i will drive'
- [change] stop including adverbs and some auxiliaries in
-
v13.3.2 Changes
August 07, 2020 -
v13.3.1 Changes
June 11, 2020๐ -support unicode spaces for #759
- ๐ major improvements to
compromise-plugin-dates
(1.0.0)
- ๐ major improvements to