Skip to content

Stable release 1.0.5

Compare
Choose a tag to compare
@tiberiu44 tiberiu44 released this 28 Feb 15:53
· 32 commits to master since this release
4337498

This release include support for tagging, parsing, tokenizing, sentence splitting and lemmatizing of raw text.

It was evaluated during the CONLL Shared Task on Universal Dependencies Parsing and has pretrained languages models for the entire UD Corpus.

Features:

  • configurable model store
  • automatically download latest available models
  • standalone server with support for preloading multiple languages: tutorial here
  • easy pip installation package: pip3 install nlpcube
  • programmatic access through python API: tutorial here