edu.stanford.nlp.trees.tregex.tsurgeon
Interface TsurgeonParserConstants

All Known Implementing Classes:
TsurgeonParserTokenManager

public interface TsurgeonParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ADJOIN
          RegularExpression Id.
static int ADJOIN_TO_FOOT
          RegularExpression Id.
static int ADJOIN_TO_HEAD
          RegularExpression Id.
static int COINDEX
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DELETE
          RegularExpression Id.
static int EOF
          End of File.
static int EXCISE
          RegularExpression Id.
static int HASH_INTEGER
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int INSERT
          RegularExpression Id.
static int LABEL
          RegularExpression Id.
static int LOCATION_RELATION
          RegularExpression Id.
static int MOVE
          RegularExpression Id.
static int PRUNE
          RegularExpression Id.
static int QUOTEX
          RegularExpression Id.
static int REGEX
          RegularExpression Id.
static int RELABEL
          RegularExpression Id.
static int REPLACE
          RegularExpression Id.
static int SELECTION
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TREE_NODE_NONTERMINAL_LABEL
          RegularExpression Id.
static int TREE_NODE_TERMINAL_LABEL
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

DELETE

static final int DELETE
RegularExpression Id.

See Also:
Constant Field Values

PRUNE

static final int PRUNE
RegularExpression Id.

See Also:
Constant Field Values

RELABEL

static final int RELABEL
RegularExpression Id.

See Also:
Constant Field Values

EXCISE

static final int EXCISE
RegularExpression Id.

See Also:
Constant Field Values

INSERT

static final int INSERT
RegularExpression Id.

See Also:
Constant Field Values

MOVE

static final int MOVE
RegularExpression Id.

See Also:
Constant Field Values

REPLACE

static final int REPLACE
RegularExpression Id.

See Also:
Constant Field Values

ADJOIN

static final int ADJOIN
RegularExpression Id.

See Also:
Constant Field Values

ADJOIN_TO_HEAD

static final int ADJOIN_TO_HEAD
RegularExpression Id.

See Also:
Constant Field Values

ADJOIN_TO_FOOT

static final int ADJOIN_TO_FOOT
RegularExpression Id.

See Also:
Constant Field Values

COINDEX

static final int COINDEX
RegularExpression Id.

See Also:
Constant Field Values

SELECTION

static final int SELECTION
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LABEL

static final int LABEL
RegularExpression Id.

See Also:
Constant Field Values

LOCATION_RELATION

static final int LOCATION_RELATION
RegularExpression Id.

See Also:
Constant Field Values

REGEX

static final int REGEX
RegularExpression Id.

See Also:
Constant Field Values

QUOTEX

static final int QUOTEX
RegularExpression Id.

See Also:
Constant Field Values

HASH_INTEGER

static final int HASH_INTEGER
RegularExpression Id.

See Also:
Constant Field Values

TREE_NODE_TERMINAL_LABEL

static final int TREE_NODE_TERMINAL_LABEL
RegularExpression Id.

See Also:
Constant Field Values

TREE_NODE_NONTERMINAL_LABEL

static final int TREE_NODE_NONTERMINAL_LABEL
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.



Stanford NLP Group