Scroll to navigation

GRAM-GA(1p) User Contributed Perl Documentation GRAM-GA(1p)

NAME

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

SYNOPSIS

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

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.

OPTIONS

report all errors (i.e. do not use ~/.neamhshuim)
specify the character encoding of the text to be checked
specify the character encoding for output
choose the language for error messages
specify the color to use for highlighting errors
write misspelled words to standard output
suggest corrections for misspellings
write output to FILE
display this help and exit
output version information and exit
output a simple XML format for use with other applications
produce HTML output for viewing in a web browser
do not resolve ambiguous parts of speech by frequency
write tagged XML stream to standard output, for debugging

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.

REQUIRES

Perl 5.8, Lingua::GA::Gramadoir

SEE ALSO

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright (C) 2004, 2005, 2007 Kevin P. Scannell

This is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.

2021-01-09 perl v5.32.0