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

gram-ga.pl - Command-line interface to An Gramadóir

Author

       Kevin P. Scannell, <kscanne@gmail.com>.

Description

       This script checks the grammar of Irish language input FILEs (or standard input if no files are named).
       The default behavior is to write a summary of possible errors to standard output.

Files

       If  there are words you wish to be ignored by the grammar checker (proper names, etc.) you can place them
       in a file called .neamhshuim in your home directory, one word per line.

Name

       gram-ga.pl - Command-line interface to An Gramadóir

Options

-a, --all, --iomlan
           report all errors (i.e. do not use ~/.neamhshuim)

       -f, --incode, --ionchod=ENC
           specify the character encoding of the text to be checked

       -t, --outcode, --aschod=ENC
           specify the character encoding for output

       --interface, --comheadan=xx
           choose the language for error messages

       --color, --colour, --dath=COLOR
           specify the color to use for highlighting errors

       -l, --list, --litriu
           write misspelled words to standard output

       --moltai, --aspell
           suggest corrections for misspellings

       -o, --output, --aschur=FILE
           write output to FILE-h, --cabhair, --help
           display this help and exit

       -v, --leagan, --version
           output version information and exit

       --api
           output a simple XML format for use with other applications

       --html
           produce HTML output for viewing in a web browser

       --no-unigram
           do not resolve ambiguous parts of speech by frequency

       --xml
           write tagged XML stream to standard output, for debugging

Requires

       Perl 5.8, Lingua::GA::Gramadoir

See Also

       •   <http://borel.slu.edu/gramadoir/>

       •   Lingua::GA::Gramadoir

       •   perl(1)

Synopsis

gram-ga.pl [options] [FILE...]

See Also