1VOIKKOSPELL(1)              General Commands Manual             VOIKKOSPELL(1)
2
3
4

NAME

6       voikkospell - test program for Voikko spell checker
7

SYNOPSIS

9       voikkospell [options]
10

DESCRIPTION

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

OPTIONS

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       -L     Prints a list of capabilities  and  languages  for  which  these
51              capabilities are supported.
52
53       ignore_nonwords=n
54
55       accept_first_uppercase=n
56
57       accept_all_uppercase=n
58
59       accept_extra_hyphens=n
60
61       accept_missing_hyphens=n
62
63       ocr_suggestions=n
64              Set  the value of the specified boolean option.  n can be either
65              0 (false) or 1 (true).
66

COMMON OPTIONS

68       -p directory
69              (voikkospell, voikkohyphenate,  voikkogc)  Look  from  directory
70              before  the  standard  locations  when  searching for dictionary
71              files.
72
73       -d variant
74              (voikkospell, voikkohyphenate, voikkogc) Use dictionary  variant
75              variant  instead  of the default dictionary variant. The variant
76              must be represented as a BCP 47 language tag.
77
78       ignore_dot=n
79              (voikkospell, voikkohyphenate)
80
81       ignore_numbers=n
82              (voikkospell, voikkohyphenate)
83              Set the value of the specified boolean option.  n can be  either
84              0 (false) or 1 (true).
85
86       -h, --help
87              Print a help message and exit.
88
89       --version
90              Print version numbers for libvoikko and the test tool.
91

AUTHOR

93       voikkospell  and  this  manual  page  were  written  by  Harri Pitkänen
94       (hatapitk@iki.fi).
95
96
97
98                                  2013-10-08                    VOIKKOSPELL(1)
Impressum