logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hfst-guessify - =Compile a morphological analyzer into a guesser and generator.

Description

       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.

Name

       hfst-guessify - =Compile a morphological analyzer into a guesser and generator.

Reporting Bugs

       Report     bugs     to    <hfst-bugs@helsinki.fi>    or    directly    to    our    bug    tracker    at:
       <https://github.com/hfst/hfst/issues>

       hfst-guessify home page: <https://github.com/hfst/hfst/wiki/HfstGuessify>
       General help using HFST software: <https://github.com/hfst/hfst/wiki>

Synopsis

hfst-guessify [OPTIONS...] [INFILE]

See Also