Compile a morphological analyzer into a guesser and generator.
Commonoptions:-h, --help
Print help message
-V, --version
Print version info
-v, --verbose
Print verbosely while processing
-q, --quiet
Only print fatal erros and requested output
-s, --silent
Alias of --quietInput/Outputoptions:-i, --input=INFILE
Read input transducer from INFILE
-o, --output=OUTFILE
Write output transducer to OUTFILE
Guesseroptions:-p, --default-penalty
Give penalty for skipping one symbol of input (1.0 by default).
-G, --do-not-compile-generator
When compiling the guesser, do not compile a model form generator.
All analyses in the morphological analyzer should have the form: w o r d f o r m POS
[GUESS_CATEGORY=CLASS] X Y Z ... where POS is the part-of-speech tag, [GUESS_CATEGORY=CLASS] is an
inflectional category marker and X, Y and Z are inflectional markers. The form of the inflectional
category marker is fixed. CLASS can be any string, which doesn't contain "]".
Using the option -d will reduce the size of the guesser file by approximately half, but may substantially
increase the load time of the guesser when generating model forms. If you only need to guess analyses of
unknown word forms, -d has no effect on load time.
If OUTFILE or INFILE is missing or -, standard streams will be used.