edu.stanford.nlp.tagger.common
Class TaggerConstants

java.lang.Object
  extended by edu.stanford.nlp.tagger.common.TaggerConstants

public class TaggerConstants
extends java.lang.Object

This module includes constants that are the same for all taggers, as opposed to being part of their configurations.


Field Summary
static java.lang.String EOS_TAG
           
static java.lang.String EOS_WORD
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOS_TAG

public static final java.lang.String EOS_TAG
See Also:
Constant Field Values

EOS_WORD

public static final java.lang.String EOS_WORD
See Also:
Constant Field Values


Stanford NLP Group