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