Releases: spencermountain/compromise
Releases · spencermountain/compromise
14.9.0
- [new] - .verbs().toPastParticiple() method
- [new] -
.normalize({ debullet: true })
#1004 - [change] - typescript path changes (thanks @rotemdan !)
- [fix] - suffix tagging issues
- [fix] - match syntax issue #997
- [change] - keep possessive in replace #1011
- [change] - major improvements to adj.toNoun() conjugator
- [fix] - parsematch bug #997
- [fix] - "there's been" contraction
- [new] - .conjugate() methods on Noun/Adverb/Adjective classes
- [new] - add Gerund and PastParticiple to .verbs().conjugate() results
- [new] - option to keep possessives in .replace() #1011
- [fix] - tagger fix #998
- [update] - dependencies
14.8.2
14.8.1
- [fix] - tagging fixes
- [change] - allow #Plural acronyms
- [fix] - check root matches in fastOr
- [fix] - better PhrasalVerb tagging
14.8.0
- [fix] - tagging fixes
- [new] - add Person .presumedMale(), .presumedFemale() methods
- [new] - add Pronoun class, .refersTo()
- [new] - add Noun.references()
- [new] - .nouns('spencer') shorthand as an if-match
- [change] - "[do] you .." etc now #QuestionWord
- [new] - add #Hyphenated tag
- [fix] - improved Auxiliary verb tagging
- [update] - dependencies
14.7.1
- [fix] - concat fix
- [change] - tagging fixes
- [change] -
{word/tag/sense}
sense-match syntax
14.7.0
- [new] - match term id
- [change] - tag text by default on .concat('')
- [change] - allow modifying term prePunctuation
- [new] - .wrap() method
- [new] - .isFull() method
- [new] - support full
notIf
matches on sweep - [fix] - text params for #953
- [fix] - nouns().isSingular() missing
- [change] - one-character w/ dash tokenization #977
- [change] - allow setting
model.one.prePunctuation
+postPunctuation
- [fix] - compromise-paragraphs plugin
14.6.0
- [change] - move internal conjugation methods
- [update] - github scripts
- [change] - fixes to .clauses() parser
- [change] - an astrix is not a word
- [new] - @hasColon method
- [new] - @hasdash supports two dashes
- [new] -
#Passive
verb tag - [new] - existential
#There
tag - [new] - add tense info to sentence json
- [fix] - verb tokenization issues
- [fix] - .replace() issues
- [update] - dependencies
14.5.2
14.5.1
- [fix] - .remove() fixes
- [change] - support « angle quotes »
- [update] - dependencies