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 intersect_compound_level=n
25 Set n as the value of option VOIKKO_INTERSECT_COMPOUND_LEVEL.
26
27 no_ugly_hyphenation=n
28
29 hyphenate_unknown_words=n
30 Set the value of the specified boolean option. n can be either
31 0 (false) or 1 (true).
32
34 voikkospell for common options of different Voikko test tools.
35
37 voikkohyphenate and this manual page were written by Harri Pitkänen
38 (hatapitk@iki.fi).
39
40
41
42 2009-01-03 VOIKKOHYPHENATE(1)