Uses of Interface
morfologik.fsa.builders.FSASerializer
Packages that use FSASerializer
-
Uses of FSASerializer in morfologik.fsa.builders
Classes in morfologik.fsa.builders that implement FSASerializerModifier and TypeClassDescriptionfinal class
final class
Serializes in-memoryFSA
graphs to a binary format compatible with Jan Daciuk'sfsa
's packageFSA5
format.Methods in morfologik.fsa.builders that return FSASerializerModifier and TypeMethodDescriptionFSASerializer.withAnnotationSeparator
(byte annotationSeparator) Sets the annotation separator (only ifgetFlags()
returnsFSAFlags.SEPARATORS
).FSASerializer.withFiller
(byte filler) Sets the filler separator (only ifgetFlags()
returnsFSAFlags.SEPARATORS
).FSASerializer.withNumbers()
Enables support for right language count on nodes, speeding up perfect hash counts (only ifgetFlags()
returnsFSAFlags.NUMBERS
). -
Uses of FSASerializer in morfologik.tools
Methods in morfologik.tools that return FSASerializerModifier and TypeMethodDescription(package private) abstract FSASerializer
SerializationFormat.getSerializer()