nlp_compromise v13.8.0 Release Notes

Release Date: 2020-12-01 // over 3 years ago
    • [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