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

voikkovfstc - compiler for Varissuo finite state transducers

Author

       voikkovfstc and this manual page were written by Harri Pitkänen (hatapitk@iki.fi).

                                                   2015-07-02                                     VOIKKOVFSTC(1)

Description

voikkovfstc  is  a  compiler  for  Varissuo  finite  state  transducers that are used as dictionaries for
       libvoikko, a library of language tools.  The compiler reads the transducer from stdin  in  unweighted  or
       weighted AT&T format.

Name

       voikkovfstc - compiler for Varissuo finite state transducers

Options

-ofilename
              Specify name for output file.

       -fformat
              Specify  format  for  output file. Possible formats are 'be' (big endian), 'le' (little endian) or
              'native' (use the endianess of the host). Default is 'le'.

       -wweight_type
              Produce weighted transducers instead of unweighted transducers. Input must  be  in  weighted  AT&T
              format.  weight_type  must  be  either  'prob'  (probability weights) or 'log' (negative logarithm
              weights).

Synopsis

voikkovfstc -o filename [options]

See Also