1VOIKKOSPELL(1) General Commands Manual VOIKKOSPELL(1)
2
3
4
6 voikkospell - test program for Voikko spell checker
7
9 voikkospell [options]
10
12 voikkospell is a test program for spell checking functionality in lib‐
13 voikko, library of Finnish language tools. It reads words from stdin
14 (one word on a line) and print them to stdout, adding "C: " in front of
15 correct words and "W: " in front of incorrect words.
16
17 Common options of different Voikko test programs are listed in COMMON
18 OPTIONS.
19
21 -m Prints morphological analysis info (A:) for recognized words.
22
23 -t Prints only "C" or "W" instead of typical full output.
24
25 -tt Prints only misspelled words.
26
27 -s Prints suggestions (S:) for incorrectly spelled words.
28
29 -cn Set cache size parameter to n. -1 disables the cache and 0 is
30 the default. For checking large amounts of unsorted text you
31 may want to set n to 5 to get better performance.
32
33 -j n Use n threads for spell checking. When more than one thread is
34 used checking is performed using large internal buffers which is
35 why this mode should only be used for batch processing.
36
37 -xc Like voikkospell -s but output is printed on one line separated
38 by character c without "C", "W" or "S" in front of the words.
39 If c is not defined words are separated by space and suggestions
40 that have spaces in them are not printed.
41
42 -l Prints a list of available dictionary variants and exits. The
43 first variant is the default to be used when no specific variant
44 has been requested.
45
46 ignore_nonwords=n
47
48 accept_first_uppercase=n
49
50 accept_extra_hyphens=n
51
52 accept_missing_hyphens=n
53
54 ocr_suggestions=n
55 Set the value of the specified boolean option. n can be either
56 0 (false) or 1 (true).
57
59 -p directory
60 (voikkospell, voikkohyphenate, voikkogc) Look from directory
61 before the standard locations when searching for dictionary
62 files.
63
64 -d variant
65 (voikkospell, voikkohyphenate, voikkogc) Use dictionary variant
66 variant instead of the default dictionary variant. The variant
67 must be represented as a BCP 47 language tag.
68
69 ignore_dot=n
70 (voikkospell, voikkohyphenate)
71
72 ignore_numbers=n
73 (voikkospell, voikkohyphenate)
74 Set the value of the specified boolean option. n can be either
75 0 (false) or 1 (true).
76
77 -h, --help
78 Print a help message and exit.
79
81 voikkospell and this manual page were written by Harri Pitkänen
82 (hatapitk@iki.fi).
83
84
85
86 2010-05-11 VOIKKOSPELL(1)