Skip to content

v0.7.0

Compare
Choose a tag to compare
@jantrienes jantrienes released this 16 Dec 18:56
· 21 commits to master since this release

Full Changelog

Merged pull requests:

  • Run integration tests for Python 3.6/3.7/3.8 on CI #48 (jantrienes)
  • Move pytest-cov and pylint configuration to setup.cfg #47 (jantrienes)
  • Remove obsolete conditional in CRF tagger #46 (jantrienes)
  • Add integration tests for FlairTagger and CRFTagger #45 (jantrienes)
  • Handle invalid model names in model lookup #44 (jantrienes)
  • Automate model download if not found in cache #43 (jantrienes)
  • Upgrade model training dependencies #42 (jantrienes)
  • Return dict for ignored sents in crf.predict_marginals #41 (jantrienes)
  • Add fine-tuning and embedding language flags #40 (AIessa)