1VOIKKOHYPHENATE(1) General Commands Manual VOIKKOHYPHENATE(1)
2
3
4
6 voikkohyphenate - test program for Voikko hyphenator
7
9 voikkohyphenate [options]
10
12 voikkohyphenate is a test program for hyphenator functionality in lib‐
13 voikko, library of Finnish language tools. It reads words from stdin
14 (one word on a line) and prints them stdout in fully hyphenated form.
15
17 -sc Use c to separate syllables. By default - is used. If separator
18 is set to a character other than -, all original characters of
19 the hyphenated word are printed.
20
21 min_hyphenated_word_length=n
22 Set n as the minimun length for words to hyphenate.
23
24 no_ugly_hyphenation=n
25
26 hyphenate_unknown_words=n
27 Set the value of the specified boolean option. n can be either
28 0 (false) or 1 (true).
29
31 voikkospell for common options of different Voikko test tools.
32
34 voikkohyphenate and this manual page were written by Harri Pitkänen
35 (hatapitk@iki.fi).
36
37
38
39 2010-03-06 VOIKKOHYPHENATE(1)