logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

apertium-gen-deformat — C++ deformatter generator for Apertium

Bugs

       Many... lurking in the dark and waiting for you!

Apertium                                         March 21, 2006                         APERTIUM-GEN-DEFORMAT(1)

Description

apertium-gen-deformat  is  a  script  which  generates  a  C++  deformatter for a particular format.  The
       deformatter reads in a format specification file in XML and outputs a C++ deformatter using flex(1).

Name

       apertium-gen-deformat — C++ deformatter generator for Apertium

Options

-a      Runs in apertium standard mode.

       -A      Runs in apertium optimised mode (default)

       -m      Runs in matxin  standard  mode.   matxin  is  another  open-source  machine  translation  system:
               https://www.sourceforge.net/projects/matxin

       -M      Runs in matxin optimised mode

       -h, --help
               Display this help.

See Also

apertium(1), apertium-gen-reformat(1)

Synopsis

apertium-gen-deformat [-a | -A | -m | -M] input_fileoutput_file

See Also