Skip to content

Textnets version 0.5.3

Compare
Choose a tag to compare
@jboynyc jboynyc released this 24 Sep 09:37
· 375 commits to trunk since this release
  • Adds Catalan, Macedonian and Russian language models.
  • Significantly speeds up backbone extraction by implementing the disparity filter integrand in Cython. (If the compiled extension
    cannot be loaded for some reason, it falls back on an interpreted function.)
  • PyPI should now receive binary wheels for Mac, Windows and Linux (via GitHub Actions) to ease installation on each platform.
  • Improved type annotations.
  • Update several dependencies.