Package | Description |
---|---|
morfologik.fsa.builders |
Modifier and Type | Class and Description |
---|---|
class |
CFSA2Serializer
|
class |
FSA5Serializer
Serializes in-memory
FSA graphs to a binary format compatible with
Jan Daciuk's fsa 's package FSA5 format. |
Modifier and Type | Method and Description |
---|---|
FSASerializer |
FSASerializer.withAnnotationSeparator(byte annotationSeparator)
Sets the annotation separator (only if
getFlags() returns
FSAFlags.SEPARATORS ). |
FSASerializer |
FSASerializer.withFiller(byte filler)
Sets the filler separator (only if
getFlags() returns
FSAFlags.SEPARATORS ). |
FSASerializer |
FSASerializer.withNumbers()
Enables support for right language count on nodes, speeding up perfect hash
counts (only if
getFlags() returns FSAFlags.NUMBERS ). |
Copyright © 2016. All rights reserved.