edu.stanford.nlp.trees.tregex
Interface TregexParserConstants

All Known Implementing Classes:
TregexParserTokenManager

public interface TregexParserConstants


Field Summary
static int BLANK
           
static int DEFAULT
           
static int EOF
           
static int IDENTIFIER
           
static int NUMBER
           
static int REGEX
           
static int REL_W_STR_ARG
           
static int RELATION
           
static String[] tokenImage
           
static int VARGROUP
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

RELATION

static final int RELATION
See Also:
Constant Field Values

REL_W_STR_ARG

static final int REL_W_STR_ARG
See Also:
Constant Field Values

NUMBER

static final int NUMBER
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

BLANK

static final int BLANK
See Also:
Constant Field Values

REGEX

static final int REGEX
See Also:
Constant Field Values

VARGROUP

static final int VARGROUP
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage


Stanford NLP Group