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

From ACL Wiki
Jump to navigation Jump to search
(reverting to earlier version)
(→‎Software: +Morče)
Line 13: Line 13:
 
*[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://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://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://nlp.stanford.edu/software/tagger.shtml Stanford Tagger] - uses [http://en.wikipedia.org/wiki/Logistic_regression Maximum entropy models].  Free, open source license.
 
*[http://nlp.stanford.edu/software/tagger.shtml Stanford Tagger] - uses [http://en.wikipedia.org/wiki/Logistic_regression Maximum entropy models].  Free, open source license.
 
*[http://www.lsi.upc.es/~nlp/SVMTool SVMTool] - uses [http://en.wikipedia.org/wiki/Support_vector_machine Support vector machines].  Free, open source license.
 
*[http://www.lsi.upc.es/~nlp/SVMTool SVMTool] - uses [http://en.wikipedia.org/wiki/Support_vector_machine Support vector machines].  Free, open source license.

Revision as of 12:41, 18 April 2009

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