.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH HFST-SHUFFLE "1" "August 2018" "HFST" "User Commands" .SH NAME hfst-shuffle \- =Shuffle two transducers .SH SYNOPSIS .B hfst-shuffle [\fI\,OPTIONS\/\fR...] [\fI\,INFILE1 \/\fR[\fI\,INFILE2\/\fR]] .SH DESCRIPTION Shuffle two transducers .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\-1\fR, \fB\-\-input1\fR=\fI\,INFILE1\/\fR Read first input transducer from INFILE1 .TP \fB\-2\fR, \fB\-\-input2\fR=\fI\,INFILE2\/\fR Read second input transducer from INFILE2 .TP \fB\-C\fR, \fB\-\-do\-not\-convert\fR Do not allow transducers to be converted into the same type .TP \fB\-o\fR, \fB\-\-output\fR=\fI\,OUTFILE\/\fR Write results to OUTFILE .PP If OUTFILE, or either INFILE1 or INFILE2 is missing or \-, standard streams will be used. INFILE1, INFILE2, or both, must be specified. Format of result depends on format of INFILE1 and INFILE2; both should have the same format. .PP The operation is applied pairwise for INFILE1 and INFILE2 that must have the same number of transducers. If INFILE2 has only one transducer, the operation is applied for each transducer in INFILE1 keeping the second transducer constant. .SH EXAMPLES .IP hfst\-shuffle \-o shuffled.hfst cat.hfst dog.hfst .SH "REPORTING BUGS" Report bugs to or directly to our bug tracker at: .PP hfst\-shuffle 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.