All Versions
107
Latest Version
Avg Release Cycle
46 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v13.10.1 Changes
March 01, 2021- [change] - #Date terms can still be a #Conjunction
- [new] - #Imperative tag and
.verbs().isImperative()
method - [fix] - some tagger issues
- ⚡️ update deps plugin-releases: dates
-
v13.10.0 Changes
February 01, 2021- [new] - #Fraction tag and improved fraction support (thanks Jakeii!)
- [fix] - edge-case match issues with
!
syntax - [change] - update deps
- ⚡️ updates for
[email protected]
,[email protected]
-
v13.9.3 Changes
February 01, 2021- [fix] - fix weird ordering issue with named exports #815
-
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