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

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
'''Part-of-speech tagging''' is the process of assigning unambiguous grammatical categories<ref>Also referred to as "parts-of-speech"</ref> to words in context.
+
'''Part-of-speech tagging''' is the process of assigning unambiguous grammatical categories<ref>Also referred to as "parts-of-speech"</ref> to words in context. The crux of the problem is that [[surface form]]s of words can often be assigned more than one part-of-speech by [[morphological analysis]]. For example in English, the word "trap" can be both a singular noun ("a trap") or a verb ("I'll trap it").
 
==Problem==
 
 
   
   

Revision as of 09:25, 3 September 2008

Part-of-speech tagging is the process of assigning unambiguous grammatical categories[1] to words in context. The crux of the problem is that surface forms of words can often be assigned more than one part-of-speech by morphological analysis. For example in English, the word "trap" can be both a singular noun ("a trap") or a verb ("I'll trap it").


Hidden Markov Models

Notes

  1. Also referred to as "parts-of-speech"