edu.stanford.nlp.trees.tregex.tsurgeon
Interface TsurgeonParserConstants
- All Known Implementing Classes:
- TsurgeonParserTokenManager
public interface TsurgeonParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
DELETE
static final int DELETE
- See Also:
- Constant Field Values
PRUNE
static final int PRUNE
- See Also:
- Constant Field Values
RELABEL
static final int RELABEL
- See Also:
- Constant Field Values
EXCISE
static final int EXCISE
- See Also:
- Constant Field Values
INSERT
static final int INSERT
- See Also:
- Constant Field Values
MOVE
static final int MOVE
- See Also:
- Constant Field Values
REPLACE
static final int REPLACE
- See Also:
- Constant Field Values
ADJOIN
static final int ADJOIN
- See Also:
- Constant Field Values
ADJOIN_TO_HEAD
static final int ADJOIN_TO_HEAD
- See Also:
- Constant Field Values
ADJOIN_TO_FOOT
static final int ADJOIN_TO_FOOT
- See Also:
- Constant Field Values
COINDEX
static final int COINDEX
- See Also:
- Constant Field Values
SELECTION
static final int SELECTION
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
LABEL
static final int LABEL
- See Also:
- Constant Field Values
LOCATION_RELATION
static final int LOCATION_RELATION
- See Also:
- Constant Field Values
REGEX
static final int REGEX
- See Also:
- Constant Field Values
QUOTEX
static final int QUOTEX
- See Also:
- Constant Field Values
HASH_INTEGER
static final int HASH_INTEGER
- See Also:
- Constant Field Values
TREE_NODE_TERMINAL_LABEL
static final int TREE_NODE_TERMINAL_LABEL
- See Also:
- Constant Field Values
TREE_NODE_NONTERMINAL_LABEL
static final int TREE_NODE_NONTERMINAL_LABEL
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage
Stanford NLP Group