Constant Field Values


Contents
edu.stanford.*

edu.stanford.nlp.io.Lexer
public static final int ACCEPT 1
public static final int IGNORE 0

edu.stanford.nlp.io.ui.OpenPageDialog
public static final int APPROVE_OPTION 1
public static final int CANCEL_OPTION 0

edu.stanford.nlp.parser.lexparser.IntTaggedWord
public static final String ANY ".*."
public static final String STOP "STOP"

edu.stanford.nlp.parser.lexparser.Lexicon
public static final String BOUNDARY ".$."
public static final String BOUNDARY_TAG "*"
protected static final short nullTag -1
protected static final int nullWord -1
protected static final long serialVersionUID 5873l
public static final String UNKNOWN_WORD "UNK"

edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
public static final double SUPPCUTOFF 100.0d

edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
public static final boolean DO_TAGS true
public static final double SUPPCUTOFF 100.0d

edu.stanford.nlp.parser.lexparser.Test
public static final boolean exhaustiveTest false
public static final boolean pcfgThreshold false
public static final double pcfgThresholdValue -2.0d

edu.stanford.nlp.parser.lexparser.TreePrint
public static final String headMark "*H"

edu.stanford.nlp.parser.ui.ParserPanel
public static final int TOKENIZED_CHINESE 1
public static final int UNTOKENIZED_ENGLISH 0

edu.stanford.nlp.process.Americanize
public static final int CAPITALIZE_TIMEX 1

edu.stanford.nlp.trees.AbstractTreebankLanguagePack
public static final String DEFAULT_ENCODING "UTF-8"

edu.stanford.nlp.trees.AdaptiveLabelFactory
public static final int CATEGORY_LABEL 4
public static final int WORD_LABEL 1

edu.stanford.nlp.trees.Category
public static final String EMPTYSTRING "-NONE-"

edu.stanford.nlp.trees.ChineseTreebankLanguagePack
public static final String ENCODING "GB18030"

edu.stanford.nlp.trees.TaggedWordFactory
public static final int TAG_LABEL 2

edu.stanford.nlp.trees.TreebankLanguagePack
public static final String DEFAULT_ENCODING "UTF-8"

edu.stanford.nlp.trees.Word
public static final String EMPTYSTRING "*t*"

edu.stanford.nlp.util.ScoredComparator
public static final boolean ASCENDING true
public static final boolean DESCENDING false



Stanford NLP Group