edu.stanford.nlp.tagger.common
Class TaggerConstants
java.lang.Object
edu.stanford.nlp.tagger.common.TaggerConstants
public class TaggerConstants
- extends Object
This module includes constants that are the same for all taggers,
as opposed to being part of their configurations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EOS_TAG
public static final String EOS_TAG
- See Also:
- Constant Field Values
EOS_WORD
public static final String EOS_WORD
- See Also:
- Constant Field Values
Stanford NLP Group