NAME¶
apertium-destxt - This application is part of ( apertium )
This tool is part of the apertium open-source machine translation
toolbox: http://www.apertium.org.
SYNOPSIS¶
apertium-destxt [ -h ] [ -i ] [ -n ] [ <input file> [ <output
file> ] ]
DESCRIPTION¶
apertium-destxt is an text format processor. Data should be passed
through this processor before being piped to lt-proc. The program takes input
in the form of a text file and produces output suitable for processing with
lt-proc. Format information (newlines, tabs, etc.) is enclosed in brackets so
that lt-proc treats it as whitespace between words.
OPTIONS¶
- -h, --help
- Display this help. -i Makes the addition of trailing sentence
terminator (".") unconditional, often leading to duplicates.
-n Suppresses the addition of a trailing sentence terminator.
EXAMPLE¶
- You could write the following to show how the word "gener" is
analysed:
- echo "gener" | apertium-destxt | lt-proc ca-es.automorf.bin
BUGS¶
Lots of...lurking in the dark and waiting for you!
AUTHOR¶
Copyright (c) 2005, 2006 Universitat d'Alacant / Universidad de Alicante. This
is free software. You may redistribute copies of it under the terms of the GNU
General Public License <http://www.gnu.org/licenses/gpl.html>.