voikkospell

Langue: en

Version: 2008-07-01 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

voikkospell - test program for Voikko spell checker

SYNOPSIS

voikkospell [options]

DESCRIPTION

voikkospell is a test program for spell checking functionality in libvoikko, library of Finnish language tools. It reads words from stdin (one word on a line) and print them to stdout, adding "C: " in front of correct words and "W: " in front of incorrect words. voikkohyphenate prints words in fully hyphenated form.

Common options of different Voikko test programs are listed in COMMON OPTIONS.

OPTIONS

-t
Prints only "C" or "W" instead of typical full output.
-s
Prints suggestions (S:) for incorrectly spelled words.
-cn
Set cache size parameter to n. -1 disables the cache and 0 is the default. For checking large amounts of unsorted text you may want to set n to 5 to get better performance.
-xc
Like voikkospell -s but output is printed on one line separated by character c without "C", "W" or "S" in front of the words. If c is not defined words are separated by space and suggestions that have spaces in them are not printed.
ignore_nonwords=n
accept_first_uppercase=n
accept_extra_hyphens=n
accept_missing_hyphens=n
ocr_suggestions=n

Set the value of the specified boolean option. n can be either 0 (false) or 1 (true).

COMMON OPTIONS

-p directory
(voikkospell, voikkohyphenate) Look from directory before the standard locations when searching for dictionary files.
ignore_dot=n
(voikkospell, voikkohyphenate)
ignore_numbers=n
(voikkospell, voikkohyphenate)
Set the value of the specified boolean option. n can be either 0 (false) or 1 (true).

AUTHOR

voikkospell and this manual page were written by Harri Pitkänen (hatapitk@iki.fi).