Releases: spencermountain/compromise
Releases · spencermountain/compromise
13.10.5
- [new] - support Time-range like '3pm-4pm'
- [change] - cleanup some unicode regexes
plugin-releases: dates
13.10.4
- [fix] - match syntax tokenization fix
- [change] - improved performance monitoring
13.10.3
- [fix] - support complicated regular-expressions in match syntax
- improved performance testing
13.10.2
- [fix] - support matching implicit terms in (or|blocks)
- [change] - add #Timezone tag (from date-plugin)
- [change] - add many more cities and regions
13.10.1
- [change] - #Date terms can still be a #Conjunction
- [new] - #Imperative tag and
.verbs().isImperative()
method - [fix] - some tagger issues
- update deps
plugin-releases: dates
13.10.0
- [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]
13.9.3
13.9.2
13.9.1
- [fix] - matches over a contraction
- [new] - add 'implicit' text output
13.9.0
- [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