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 In addition to spelling result, prints morphological analysis
22 info (A:) for recognized words.
23
24 -M Prints morphological analysis info (A:) for recognized words
25 without displaying spelling result.
26
27 -t Prints only "C" or "W" instead of typical full output.
28
29 -tt Prints only misspelled words.
30
31 -s Prints suggestions (S:) for incorrectly spelled words.
32
33 -cn Set cache size parameter to n. -1 disables the cache and 0 is
34 the default. For checking large amounts of unsorted text you
35 may want to set n to 5 to get better performance.
36
37 -j n Use n threads for spell checking. When more than one thread is
38 used checking is performed using large internal buffers which is
39 why this mode should only be used for batch processing.
40
41 -xc Like voikkospell -s but output is printed on one line separated
42 by character c without "C", "W" or "S" in front of the words.
43 If c is not defined words are separated by space and suggestions
44 that have spaces in them are not printed.
45
46 -l Prints a list of available dictionary variants and exits. The
47 first variant is the default to be used when no specific variant
48 has been requested.
49
50 ignore_nonwords=n
51
52 accept_first_uppercase=n
53
54 accept_extra_hyphens=n
55
56 accept_missing_hyphens=n
57
58 ocr_suggestions=n
59 Set the value of the specified boolean option. n can be either
60 0 (false) or 1 (true).
61
63 -p directory
64 (voikkospell, voikkohyphenate, voikkogc) Look from directory
65 before the standard locations when searching for dictionary
66 files.
67
68 -d variant
69 (voikkospell, voikkohyphenate, voikkogc) Use dictionary variant
70 variant instead of the default dictionary variant. The variant
71 must be represented as a BCP 47 language tag.
72
73 ignore_dot=n
74 (voikkospell, voikkohyphenate)
75
76 ignore_numbers=n
77 (voikkospell, voikkohyphenate)
78 Set the value of the specified boolean option. n can be either
79 0 (false) or 1 (true).
80
81 -h, --help
82 Print a help message and exit.
83
84 --version
85 Print version numbers for libvoikko and the test tool.
86
88 voikkospell and this manual page were written by Harri Pitkänen
89 (hatapitk@iki.fi).
90
91
92
93 2012-02-27 VOIKKOSPELL(1)