Uses of Class
morfologik.fsa.builders.FSA5Serializer
-
Packages that use FSA5Serializer Package Description morfologik.fsa.builders -
-
Uses of FSA5Serializer in morfologik.fsa.builders
Methods in morfologik.fsa.builders that return FSA5Serializer Modifier and Type Method Description FSA5Serializer
FSA5Serializer. withAnnotationSeparator(byte annotationSeparator)
Sets the annotation separator (only ifFSASerializer.getFlags()
returnsFSAFlags.SEPARATORS
).FSA5Serializer
FSA5Serializer. withFiller(byte filler)
Sets the filler separator (only ifFSASerializer.getFlags()
returnsFSAFlags.SEPARATORS
).FSA5Serializer
FSA5Serializer. withNumbers()
Serialize the automaton with the number of right-language sequences in each node.
-