.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH HFST-SFSTPL2FST "1" "August 2018" "HFST" "User Commands" .SH NAME hfst-sfstpl2fst \- =Compile a file written with SFST programming language into a transducer. .SH SYNOPSIS .B hfst-sfstpl2fst \fI\,(alias hfst-calculate) \/\fR[\fI\,OPTIONS\/\fR...] [\fI\,INFILE\/\fR] .SH DESCRIPTION Compile a file written with SFST programming language into a transducer. .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 from INFILE .TP \fB\-o\fR, \fB\-\-output\fR=\fI\,OUTFILE\/\fR Write output transducer to OUTFILE .SS "String and format options:" .TP \fB\-f\fR, \fB\-\-format\fR=\fI\,FMT\/\fR Write result in FMT format .PP If OUTFILE or INFILE is missing or \-, standard streams will be used. FMT must be one of the following: {foma, sfst, openfst\-tropical, openfst\-log} .SH EXAMPLES .IP echo "[a\-z]*" | hfst\-sfstpl2fst \-f foma > az.foma .IP create a foma transducer accepting any number of consecutive characters between a and z, inclusive .IP echo "a:b (a:<>)+" > ab.sfst\-pl ; hfst\-sfstpl2fst \-f openfst\-tropical \e .HP \-i ab.sfst\-pl \-o ab.tropical .IP create a tropical OpenFst transducer that accepts two or more consecutive 'a's and maps them into string "b" .SH "REPORTING BUGS" Report bugs to or directly to our bug tracker at: hfst\-sfstpl2fst 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.