org.apache.uima.examples.tagger.trainAndTest
Class Token
java.lang.Object
org.apache.uima.examples.tagger.trainAndTest.Token
public class Token
- extends Object
Defines token features.
Helpful as an intermediate layer between a text and the tagger.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pos
public String pos
word
public String word
Token
public Token()
Token
public Token(String word)
Token
public Token(String word,
String pos)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.