Skip to content

alain75007/RDRPOSTagger

 
 

Repository files navigation

RDRPOSTagger

RDRPOSTagger is a robust, easy-to-use and language-independent toolkit for POS and morphological tagging. It employs an error-driven approach to automatically construct tagging rules in the form of a binary tree. The main properties of RDRPOSTagger are as follows:

  • RDRPOSTagger obtains fast performance in both learning and tagging process.

  • RDRPOSTagger achieves a very competitive accuracy in comparison to the state-of-the-art results. See experimental results including performance speed and tagging accuracy for 13 languages in our AI Communications article.

  • RDRPOSTagger supports the pre-trained POS and morphological tagging models for Bulgarian, Czech, Dutch, English, French, German, Hindi, Italian, Portuguese, Spanish, Swedish, Thai and Vietnamese. Additionally, RDRPOSTagger supports the pre-trained Universal POS tagging models for 40 languages.

The general architecture and experimental results of RDRPOSTagger can be found in our following papers:

Please cite either the EACL or the AICom paper whenever RDRPOSTagger is used to produce published results or incorporated into other software.

RDRPOSTagger is also available to download (10MB .zip file) at: https://sourceforge.net/projects/rdrpostagger/files/RDRPOSTagger_v1.2.2.zip

Find the full usage of RDRPOSTagger at its website: http://rdrpostagger.sourceforge.net/

About

A Rule-based Part-of-Speech and Morphological Tagging Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.2%
  • Python 21.3%
  • Java 8.5%