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-guess - =Use a guesser (and generator) to guess analyses or inflectional

Description

       Use a guesser (and generator) to guess analyses or inflectional paradigms of unknown words.

   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:-f, --model-form-filename
              Inflectional information for generated model forms is read from this file.

       -n, --max-number-of-guesses
              Maximal number of analysis per word form (5 by default).

       -m--max-number-of-forms
              Maximal number of generated model forms per guess (2 by default).

       -g--generate-threshold
              Generate  only  forms  whose  weight  is  better than the weight of the of the best form plus this
              threshold.  (50 by default).

       The guesser and generator should be constructed using the tool hfst-guessify, which can compile a guesser
       and generator from a morphological analyzer. hfst-guessify packages the guesser and generator in the same
       fst-file.

       If option -f is used, but a generator has not been  compiled  with  the  guesser,  a  generator  will  be
       compiled, which will increase load time.

       If OUTFILE or INFILE is missing or -, standard streams will be used.

Name

       hfst-guess - =Use a guesser (and generator) to guess analyses or inflectional

Reporting Bugs

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

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

Synopsis

hfst-guess [OPTIONS...] [INFILE]

See Also