Difference between revisions of "Part-of-speech tagging"

From ACL Wiki
Jump to navigation Jump to search
(→‎Software: +ACOPOST)
Line 12: Line 12:
 
*[http://sourceforge.net/projects/gposttl GPoSTTL] - Enhanced [http://en.wikipedia.org/wiki/Brill_tagger TBL] tagger for English.  Open source license.
 
*[http://sourceforge.net/projects/gposttl GPoSTTL] - Enhanced [http://en.wikipedia.org/wiki/Brill_tagger TBL] tagger for English.  Open source license.
 
*[http://code.google.com/p/hunpos/ HunPos] - uses trigram-based HMMs.  Free, open source license.
 
*[http://code.google.com/p/hunpos/ HunPos] - uses trigram-based HMMs.  Free, open source license.
*[http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=FLBJPOS LBJ POS Tagger] - Uses Averaged [http://en.wikipedia.org/wiki/Perceptron Perceptron] based sequential model. Java API, Free, open source license.
+
*[http://cogcomp.cs.illinois.edu/page/software_view/3 Illinois LBJ POS Tagger] - Uses averaged [http://en.wikipedia.org/wiki/Perceptron Perceptron] based sequential model. Java API, Free, open source license.
 
*[http://ilk.uvt.nl/mbt Memory-based tagger] (MBT) - uses [http://ilk.uvt.nl/timbl TiMBL].  Free, open source license.
 
*[http://ilk.uvt.nl/mbt Memory-based tagger] (MBT) - uses [http://ilk.uvt.nl/timbl TiMBL].  Free, open source license.
 
*[http://ufal.mff.cuni.cz/morce/index.php Morče] - Uses Averaged [http://en.wikipedia.org/wiki/Perceptron Perceptron] based  model. Free, open source license.
 
*[http://ufal.mff.cuni.cz/morce/index.php Morče] - Uses Averaged [http://en.wikipedia.org/wiki/Perceptron Perceptron] based  model. Free, open source license.

Revision as of 08:24, 18 September 2012

Part-of-speech tagging is the task of assigning a part-of-speech tag to each word in a given text.

History

Further reading

Software

See also

External links