Skip to content

v0.4.0

Compare
Choose a tag to compare
@zaibacu zaibacu released this 25 Jan 13:30
· 363 commits to master since this release
718ddfe

0.4.0 (2020-01-25)


Features

  • Support for deaccent. In general, if accented version of word is given, both deaccented and accented will be used to match. To turn iit off - !CONFIG("deaccent", "N")
    #38
  • Added shortcuts module to simplify injecting into spaCy
    #42

Fix

  • Fix issue regarding Spacy rules with IN_LIST and using case-sensitive mode. It was creating Regex pattern which is not valid spacy pattern
    #40