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

cg-conv - This application is part of ( cg3 )

Author

       (c) 2010-2014 GrammarSoft ApS

                                                   2014-05-07                                         cg-conv(1)

Bugs

       Email to: Tino Didriksen <mail@tinodidriksen.com>

Description

cg-conv  is  the  program  used to convert a text stream between various formats.  By default it tries to
       auto-detect the input format and convert that to the CG-3 stream format.  It will  read  from  stdin  and
       output to stdout.

Name

       cg-conv - This application is part of ( cg3 )

       This tool is part of the CG-3 constraint grammar system: https://edu.visl.dk/cg3.html.

Options

-h, --help
              shows this help

       -?, --?
              shows this help

       -p, --prefix
              sets the mapping prefix; defaults to @

       -u, --in-auto
              auto-detect input format (default)

       -c, --in-cg
              sets input format to CG

       -n, --in-niceline
              sets input format to Niceline CG

       -a, --in-apertium
              sets input format to Apertium

       -f, --in-fst
              sets input format to HFST/XFST

       -p, --in-plain
              sets input format to plain text

       -C, --out-cg
              sets output format to CG (default)

       -A, --out-apertium
              sets output format to Apertium

       -N, --out-niceline
              sets output format to Niceline CG

       -P, --out-plain
              sets output format to plain text

       -r, --rtl
              sets sub-reading direction to RTL (default)

       -l, --ltr
              sets sub-reading direction to LTR

See Also

vislcg3(1), https://edu.visl.dk/cg3/chunked/streamformats.html

Synopsis

cg-conv [OPTIONS]

See Also