Blob Blame History Raw
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH VOIKKOVFSTC 1 "2015-07-02"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
voikkovfstc \- compiler for Varissuo finite state transducers
.SH SYNOPSIS
.B voikkovfstc
-o filename
.RI [ options ]
.SH DESCRIPTION
.B 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 or weighted AT&T format.

.SH OPTIONS
.TP
.B \-o filename
Specify name for output file.
.TP
.B \-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'.
.TP
.B \-w weight_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).
.SH AUTHOR
voikkovfstc and this manual page were written by \%Harri \%Pitk\[:a]nen \%(hatapitk@iki.fi).