Documentation of 'smile.nlp.pos.POSTagger' Java class
POSTagger
smile.nlp.pos

Interface POSTagger

  • All Known Implementing Classes:
    HMMPOSTagger


    public interface POSTagger
    Part-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 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

You see the box below because you did not login.