.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH HFST-SPLIT "1" "August 2018" "HFST" "User Commands" .SH NAME hfst-split \- =Extract transducers from archive with systematic file names .SH SYNOPSIS .B hfst-split [\fI\,OPTIONS\/\fR...] [\fI\,INFILE\/\fR] .SH DESCRIPTION Extract transducers from archive with systematic file names .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\-p\fR, \fB\-\-prefix\fR=\fI\,PRE\/\fR Use the prefix PRE in naming output files .TP \fB\-e\fR, \fB\-\-extension\fR=\fI\,EXT\/\fR Use the extension EXT in naming output files .PP If INFILE is omitted or \-, stdin is used. If PRE is omitted, no prefix is used. If EXT is omitted, .hfst is used. The extracted files are named "PRE" + N + "EXT", where N is the number of the transducer in the archive. .SS "An example:" .IP cat transducer_a transducer_b | hfst\-split \fB\-p\fR "rule" \fB\-e\fR ".tr" .PP This command creates files "rule1.tr" (equivalent to transducer_a) and "rule2.tr" (equivalent to transducer_b). .SH "REPORTING BUGS" Report bugs to or directly to our bug tracker at: .PP hfst\-split 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.