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 classfinal classSerializes in-memoryFSAgraphs to a binary format compatible with Jan Daciuk'sfsa's packageFSA5format.Methods in morfologik.fsa.builders that return FSASerializerModifier and TypeMethodDescriptionFSASerializer.withAnnotationSeparator(byte annotationSeparator) Sets the annotation separator (only ifFSASerializer.getFlags()returnsFSAFlags.SEPARATORS).FSASerializer.withFiller(byte filler) Sets the filler separator (only ifFSASerializer.getFlags()returnsFSAFlags.SEPARATORS).FSASerializer.withNumbers()Enables support for right language count on nodes, speeding up perfect hash counts (only ifFSASerializer.getFlags()returnsFSAFlags.NUMBERS). -
Uses of FSASerializer in morfologik.tools
Methods in morfologik.tools that return FSASerializerModifier and TypeMethodDescription(package private) abstract FSASerializerSerializationFormat.getSerializer()