![]() |
omorfi 0.9.9
Open morphology of Finnish
|
Public Member Functions | |
| TransitionIndex (int input, long firstTransition) | |
| Boolean | matches (int s) |
| Boolean | isFinal () |
| long | target () |
| int | getInput () |
Protected Attributes | |
| int | inputSymbol |
| long | firstTransitionIndex |
An unweighted transition index.
| net.sf.hfst.UnweightedTransducer.TransitionIndex.TransitionIndex | ( | int | input, |
| long | firstTransition | ||
| ) |
create index
| input | input symbol |
| firstTransition | index |
| int net.sf.hfst.UnweightedTransducer.TransitionIndex.getInput | ( | ) |
gets input symbol
| Boolean net.sf.hfst.UnweightedTransducer.TransitionIndex.isFinal | ( | ) |
whether is final
| Boolean net.sf.hfst.UnweightedTransducer.TransitionIndex.matches | ( | int | s | ) |
whether index matches symbol
| s | index |
| long net.sf.hfst.UnweightedTransducer.TransitionIndex.target | ( | ) |
gets target
|
protected |
index for first transition
|
protected |
input symbol