|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmorfologik.fsa.CFSAEncoder
public final class CFSAEncoder
Re-encode FSA5 automaton to a more compact representation (CFSA).
| Method Summary | |
|---|---|
static void |
convert(InputStream fsa5,
OutputStream cfsa)
Convert FSA in version 5 to CFSA. |
protected void |
doLabelMapping()
Attempt to fit labels into the flags field in arcs with NEXT bit set. |
protected void |
serialize(OutputStream os)
Serialize the current representation of the automaton. |
protected int |
updateOffsets()
Update node offsets according to their current states and encoding schemes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected void doLabelMapping()
protected int updateOffsets()
protected void serialize(OutputStream os)
throws IOException
IOException
public static void convert(InputStream fsa5,
OutputStream cfsa)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||