sourCEntral - mobile manpages

pdf

VOIKKOSPELL

NAME

voikkospell, voikkohyphenate − voikko test programs

SYNOPSIS

voikkospell [options]
voikkohyphenate
[options]

DESCRIPTION

voikkospell and voikkohyphenate are test programs for libvoikko, Finnish spellchecker and hyphenator library. They read words from stdin (one word on a line) and print the results to stdout. voikkospell adds "C: " in front of correct words and "W: " in front of incorrect words. voikkohyphenate prints words in fully hyphenated form.

OPTIONS

−p directory

Look from directory before the standard locations when searching for dictionary files.

−t

(voikkospell) Prints only "C" or "W" instead of typical full output.

−s

(voikkospell) Prints suggestions (S:) for incorrectly spelled words.

−cn

(voikkospell) 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

(voikkospell) 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.

min_hyphenated_word_length=n

(voikkohyphenate) Set n as the minimun length for words to hyphenate.

intersect_compound_level=n

(voikkohyphenate) Set n as the value of option VOIKKO_INTERSECT_COMPOUND_LEVEL.

ignore_dot=n
ignore_numbers=
n
ignore_nonwords=
n

(voikkospell)

accept_first_uppercase=n

(voikkospell)

accept_extra_hyphens=n

(voikkospell)

accept_missing_hyphens=n

(voikkospell)

ocr_suggestions=n

(voikkospell)

no_ugly_hyphenation=n

(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 AT iki DOT fi).

pdf