liblouis: lou_translate (program)

1 
1 4.5 lou_translate
1 =================
1 
1 This program translates whatever is on the standard input unit and
1 prints it on the standard output unit.  It is intended for large-scale
1 testing of the accuracy of translation and back-translation.  The
1 command line for 'lou_translate' is:
1 
1      lou_translate [OPTION] TABLE[,TABLE,...]
1 
1    Aside from the standard options (⇒common options) this program
1 also accepts the following options:
1 
1 '--forward'
1 '-f'
1      Do a forward translation.
1 
1 '--backward'
1 '-b'
1      Do a backward translation.
1 
1    To use it to translate or back-translate a file use a line like
1 
1      lou_translate --forward en-us-g2.ctb <liblouis.txt >testtrans
1