table of contents
VOIKKOVFSTC(1) | General Commands Manual | VOIKKOVFSTC(1) |
NAME¶
voikkovfstc - compiler for Varissuo finite state transducers
SYNOPSIS¶
voikkovfstc -o filename [options]
DESCRIPTION¶
voikkovfstc is a compiler for Varissuo finite state transducers that are used as dictionaries for libvoikko, a library of language tools for Finnish and other languages. The compiler reads the transducer from stdin in unweighted AT&T format.
OPTIONS¶
- -o filename
- Specify name for output file.
- -f format
- 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'.
AUTHOR¶
voikkovfstc and this manual page were written by Harri Pitkänen (hatapitk@iki.fi).
2012-04-29 |