Uses of Interface
morfologik.fsa.builders.FSASerializer
-
Packages that use FSASerializer Package Description morfologik.fsa.builders morfologik.tools -
-
Uses of FSASerializer in morfologik.fsa.builders
Classes in morfologik.fsa.builders that implement FSASerializer Modifier and Type Class Description classCFSA2SerializerclassFSA5SerializerSerializes in-memoryFSAgraphs to a binary format compatible with Jan Daciuk'sfsa's packageFSA5format.Methods in morfologik.fsa.builders that return FSASerializer Modifier and Type Method Description FSASerializerFSASerializer. withAnnotationSeparator(byte annotationSeparator)Sets the annotation separator (only ifgetFlags()returnsFSAFlags.SEPARATORS).FSASerializerFSASerializer. withFiller(byte filler)Sets the filler separator (only ifgetFlags()returnsFSAFlags.SEPARATORS).FSASerializerFSASerializer. 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 FSASerializer Modifier and Type Method Description (package private) abstract FSASerializerSerializationFormat. getSerializer()
-