smile.nlp.pos
Interface POSTagger
-
- All Known Implementing Classes:
- HMMPOSTagger
public interface POSTaggerPart-of-speech tagging (POS tagging) is the process of marking up the words in a sentence as corresponding to a particular part of speech. Part-of-speech tagging is hard because some words can represent more than one part of speech at different times, and because some parts of speech are complex or unspoken.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description PennTreebankPOS[]tag(java.lang.String[] sentence)Tags the sentence in the form of a sequence of words
-
-
-
Method Detail
-
tag
PennTreebankPOS[] tag(java.lang.String[] sentence)
Tags the sentence in the form of a sequence of words
-
-
DataMelt 3.0 © DataMelt by jWork.ORG