Skip to content

Releases: cadia-lvl/POS

v3.1.0 Lemmatizer

28 Sep 13:35
Compare
Choose a tag to compare

Pretrained neural lemmatizer available.

m6

28 Sep 13:36
Compare
Choose a tag to compare
m6
Updating readme to show examples for lemmatization.

v2.0.4 PyTorch version stick and initial token mask bug fix

04 May 11:04
aa702f9
Compare
Choose a tag to compare
  • Changing how the initial token mask works in order to avoid bugs
  • Stuck the version of torch to 1.7.* (since we ship the model with code).

v2.0.3 Sub-word chunking bug fix

09 Feb 10:26
Compare
Choose a tag to compare

Added a bug fix in which we now chunk sentences which contain too many sub-words for the BERT-like model.

v2.0.2 bug fixes

05 Feb 14:37
279af88
Compare
Choose a tag to compare

Some bug fixes to initial release.

v2.0.0 BERT-like language model

28 Jan 12:04
38276f4
Compare
Choose a tag to compare

This version includes:

  • A major rewrite of most components of the system.
  • API exposed to user mostly unaffected, but the changes do break it.
  • A new model file is required to be able to run the tool.
  • Better accuracy for tagging.
  • Supports lemmatization, but the module is not included in the released model file on CLARIN.

v1.0.1 - Python library improvements

07 Oct 17:39
64cdd04
Compare
Choose a tag to compare
  • Bug fix in tag_bulk function.
  • Configured the logger using standard conventions.
  • Improved developer documentation

Public release

18 Sep 20:35
666c8d9
Compare
Choose a tag to compare

The first public release of the ABLTagger.
This version uses

  • pretrained word embeddings
  • characters-to-token model
  • DMII token lookup

This version achieves an accuracy of 95.59% on MIM-Gold (cross-validation)

DyNet ABLTagger

13 May 15:36
Compare
Choose a tag to compare

The original DyNet ABLTagger