|
MaltParser 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
---|---|
org.maltparser.parser.algorithm.helper | Contains classes that all deterministic parsing algorithm use (e.g., parser action and transition). |
Uses of Transition in org.maltparser.parser.algorithm.helper |
---|
Methods in org.maltparser.parser.algorithm.helper that return Transition | |
---|---|
Transition |
ParserAction.getLastTransition()
|
Transition |
ParserAction.getTransition(int index)
|
Methods in org.maltparser.parser.algorithm.helper that return types with arguments of type Transition | |
---|---|
Collection<Transition> |
ParserAction.getTransitions()
|
Methods in org.maltparser.parser.algorithm.helper with parameters of type Transition | |
---|---|
int |
Transition.compareTo(Transition o)
|
Constructors in org.maltparser.parser.algorithm.helper with parameters of type Transition | |
---|---|
ParserAction(Transition[] transitions,
ParsingAlgorithm parsingAlgorithm)
|
|
MaltParser 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |