Tagger models
Taggers
I have used the following taggers:
- Trigram'N'Tags (TnT, Brants 2000).
TnT is a closed-source HMM tagger, available subject to a signed license for research purposes, from http://www.coli.uni-saarland.de/~thorsten/tnt/. Please note that the use of TnT or products derived from TnT for any commercial purposes requires explicit written agreement from Thorsten Brants.
- HunPos (Halácsy et al. 2007)
HunPos is an open-source HMM tagger modelled on TnT. It is available subject to a BSD license, from http://code.google.com/p/hunpos/.
