![]() |
omorfi 0.9.9
Open morphology of Finnish
|
Public Member Functions | |
| IndexTable (FileInputStream filestream, Integer indicesCount) throws java.io.IOException | |
| Boolean | isFinal (Integer index) |
| TransitionIndex | at (Integer index) |
On instantiation reads the transducer's index table and provides an interface to it.
| net.sf.hfst.WeightedTransducer.IndexTable.IndexTable | ( | FileInputStream | filestream, |
| Integer | indicesCount | ||
| ) | throws java.io.IOException |
Read index from transducer data.
| filestream | transducer data stream at index position |
| indicesCount | size of index |
| TransitionIndex net.sf.hfst.WeightedTransducer.IndexTable.at | ( | Integer | index | ) |
Get index at position.
| index | index of the state |
| Boolean net.sf.hfst.WeightedTransducer.IndexTable.isFinal | ( | Integer | index | ) |
Whether state at index is final.
| index | index of the state |