.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH HFST-FST2FST "1" "August 2018" "HFST" "User Commands" .SH NAME hfst-fst2fst \- =Convert transducers between binary formats .SH SYNOPSIS .B hfst-fst2fst [\fI\,OPTIONS\/\fR...] [\fI\,INFILE\/\fR] .SH DESCRIPTION Convert transducers between binary formats .SS "Common options:" .TP \fB\-h\fR, \fB\-\-help\fR Print help message .TP \fB\-V\fR, \fB\-\-version\fR Print version info .TP \fB\-v\fR, \fB\-\-verbose\fR Print verbosely while processing .TP \fB\-q\fR, \fB\-\-quiet\fR Only print fatal erros and requested output .TP \fB\-s\fR, \fB\-\-silent\fR Alias of \fB\-\-quiet\fR .SS "Input/Output options:" .TP \fB\-i\fR, \fB\-\-input\fR=\fI\,INFILE\/\fR Read input transducer from INFILE .TP \fB\-o\fR, \fB\-\-output\fR=\fI\,OUTFILE\/\fR Write output transducer to OUTFILE .SS "Conversion options:" .TP \fB\-f\fR, \fB\-\-format\fR=\fI\,FMT\/\fR Write result in FMT format .TP \fB\-b\fR, \fB\-\-use\-backend\-format\fR Write result in implementation format, without any HFST wrappers .TP \fB\-S\fR, \fB\-\-sfst\fR Write output in (HFST's) SFST implementation .TP \fB\-F\fR, \fB\-\-foma\fR Write output in (HFST's) foma implementation .TP \fB\-x\fR, \fB\-\-xfsm\fR Write output in native xfsm format .TP \fB\-t\fR, \fB\-\-openfst\-tropical\fR Write output in (HFST's) tropical weight (OpenFST) implementation .TP \fB\-l\fR, \fB\-\-openfst\-log\fR Write output in (HFST's) log weight (OpenFST) implementation .HP \fB\-O\fR, \fB\-\-optimized\-lookup\-unweighted\fR Write output in the HFST optimized\-lookup implementation .TP \fB\-w\fR, \fB\-\-optimized\-lookup\-weighted\fR Write output in optimized\-lookup (weighted) implementation .TP \fB\-Q\fR \fB\-\-quick\fR When converting to optimized\-lookup, don't try hard to compress .PP If OUTFILE or INFILE is missing or \-, standard streams will be used. Format of result depends on format of INFILE FMT must be name of a format usable by libhfst, i.e. one of the following: { foma, openfst\-tropical, openfst\-log, sfst, xfsm .IP optimized\-lookup\-weighted, optimized\-lookup\-unweighted }. .PP Note that xfsm format is always written in native format without HFST wrappers. .SH "REPORTING BUGS" Report bugs to or directly to our bug tracker at: .PP hfst\-fst2fst home page: .br General help using HFST software: .SH COPYRIGHT Copyright \(co 2017 University of Helsinki, License GPLv3: GNU GPL version 3 .br This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.