![]() |
omorfi 0.9.9
Open morphology of Finnish
|
Public Member Functions | |
| TransitionTable (FileInputStream filestream, Integer transitionCount) throws java.io.IOException | |
| Transition | at (Integer pos) |
| Integer | size () |
On instantiation reads the transducer's transition table and provides an interface to it.
| net.sf.hfst.WeightedTransducer.TransitionTable.TransitionTable | ( | FileInputStream | filestream, |
| Integer | transitionCount | ||
| ) | throws java.io.IOException |
Read transitions from transducer file data.
| filestream | input data pointing at the transitions |
| transitionCount | number of transitions to read. |
| Transition net.sf.hfst.WeightedTransducer.TransitionTable.at | ( | Integer | pos | ) |
get transition at index.
| pos | index |
| Integer net.sf.hfst.WeightedTransducer.TransitionTable.size | ( | ) |
get size of index.