.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH HFST-COMPOSE-INTERSECT "1" "August 2018" "HFST" "User Commands" .SH NAME hfst-compose-intersect \- =Compose a lexicon with one or more rule transducers. .SH SYNOPSIS .B hfst-compose-intersect [\fI\,OPTIONS\/\fR...] [\fI\,INFILE1 \/\fR[\fI\,INFILE2\/\fR]] .SH DESCRIPTION Compose a lexicon with one or more rule 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 .SS "Composition options:" .TP \fB\-I\fR, \fB\-\-invert\fR Compose the intersection of the rules with the lexicon instead of composing the lexicon with the intersection of the rules. .TP \fB\-f\fR, \fB\-\-fast\fR Faster compose instersect using more memory. .TP \fB\-e\fR, \fB\-\-encode\-weights\fR Encode weights when minimizing (default is false). .TP \fB\-a\fR, \fB\-\-harmonize\fR Harmonize symbols. .PP If OUTFILE, or either INFILE1 or INFILE2 is missing or \-, standard streams will be used. INFILE1, INFILE2, or both, must be specified The format of INFILE1 and INFILE2 must be the same; the result will have the same format as these. INFILE1 (the lexicon) must contain exactly one transducer. INFILE2 (rule file) may contain several transducers. .SH EXAMPLES .IP hfst\-compose\-intersect \-o analyzer.hfst lexicon.hfst rules.hfst .PP compose rules with lexicon .SH "REPORTING BUGS" Report bugs to or directly to our bug tracker at: .PP hfst\-compose\-intersect 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.