1VOIKKOVFSTC(1) General Commands Manual VOIKKOVFSTC(1)
2
3
4
6 voikkovfstc - compiler for Varissuo finite state transducers
7
9 voikkovfstc -o filename [options]
10
12 voikkovfstc is a compiler for Varissuo finite state transducers that
13 are used as dictionaries for libvoikko, a library of language tools.
14 The compiler reads the transducer from stdin in unweighted or weighted
15 AT&T format.
16
17
19 -o filename
20 Specify name for output file.
21
22 -f format
23 Specify format for output file. Possible formats are 'be' (big
24 endian), 'le' (little endian) or 'native' (use the endianess of
25 the host). Default is 'le'.
26
27 -w weight_type
28 Produce weighted transducers instead of unweighted transducers.
29 Input must be in weighted AT&T format. weight_type must be ei‐
30 ther 'prob' (probability weights) or 'log' (negative logarithm
31 weights).
32
34 voikkovfstc and this manual page were written by Harri Pitkänen
35 (hatapitk@iki.fi).
36
37
38
39 2015-07-02 VOIKKOVFSTC(1)