Skip to content

Releases: amir-zeldes/HebPipe

V3.0.0.5 - bump version

29 Jun 14:46
7dc7fa1
Compare
Choose a tag to compare

This is a bugfix release

V3.0.0.4 - fix gensim version

29 Jun 14:14
b348b7e
Compare
Choose a tag to compare

This is a bugfix release.

V3.0.0.3 - fix crfutils not included in sdist

20 Feb 19:50
5860bf4
Compare
Choose a tag to compare

V3.0.0.2 - fix relative import issue

20 Jan 22:11
f74563a
Compare
Choose a tag to compare

This is a bugfix release.

V3.0.0.1 - fix requirements

13 Nov 18:34
8eb103c
Compare
Choose a tag to compare

Fix requirements and setup.py.

  • This is a bugfix release (system code and performance identical to 3.0.0.0).

V3.0.0.0 - single model MTL sentencer, POS tagger and morph tagger

18 Oct 14:11
ed51d54
Compare
Choose a tag to compare

This version is a major architectural upgrade to V2.X - the neural POS tagger, morphological tagger and sentence splitter have been replaced with a single transformer based model (work by @nitinvwaran) trained on all three tasks using Multitask Learning (MTL). This lowers the memory footprint of the system, substantially speeds up start up and run-time, and allows the system to run on GPU with a more modest GPU RAM (~4 GB). Accuracy is on par with or slightly better than the previous version.

V2.0.0.2 - requirements fix

07 Apr 16:55
7bc9fd2
Compare
Choose a tag to compare
  • More specific library versions requirements, otherwise identical to 2.0.0.1.
  • Fixes #19

V2.0.0.1 - Pure python neural components

15 Mar 22:53
7a19b06
Compare
Choose a tag to compare
  • Totally removed Java dependencies
  • New neural components for parser, morphology and segmentation

V1.0.0.3 - python 3.8 support

22 Oct 23:17
53cb31c
Compare
Choose a tag to compare

Fixes #9 issue with timing module for python 3.8 support

V1.0.0.2 - runnable as a module, installable from PyPI

26 May 18:20
89c8e4b
Compare
Choose a tag to compare

HebPipe is now runnable as a module and installable from PyPI. Java 64 bit is required, models and Python dependencies can be downloaded automatically.

  • Simplified dependencies
  • Update segmentation to use XGBoost (model uses V0.81)
  • Set up PyPI support, install and run with:
    • pip install hebpipe
    • python -m hebpipe