| Interface | Description |
|---|---|
| SequenceEncoders.IEncoder |
| Class | Description |
|---|---|
| FSABuildTool |
Convert from plain text input to a serialized FSA in any of the
available
FSABuildTool.Formats. |
| FSADumpTool |
This utility will dump the information and contents of a given
FSA
dictionary. |
| InflectionFramesTool |
Calculate inflection frames from the Polish dictionary.
|
| Launcher |
A launcher for other command-line tools.
|
| SequenceEncoders |
Container class for sequence encoders.
|
| SequenceEncoders.CopyEncoder | |
| SequenceEncoders.TrimInfixAndSuffixEncoder |
Encodes
dst relative to src by trimming
whatever non-equal suffix and infix src and dst have. |
| SequenceEncoders.TrimPrefixAndSuffixEncoder |
Encodes
dst relative to src by trimming
whatever non-equal suffix and prefix src and dst have. |
| SequenceEncoders.TrimSuffixEncoder |
Encodes
dst relative to src by trimming
whatever non-equal suffix src has. |
| WriterMessageLogger |
A logger dumping info to
System.err. |
| Enum | Description |
|---|---|
| FSABuildTool.Format |
The serialization format to use for the binary output.
|
Copyright © 2015. All rights reserved.