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

NAME

6       voikkogc - test program for Voikko grammar checker
7

SYNOPSIS

9       voikkogc [options]
10

DESCRIPTION

12       voikkogc  is  a test program for grammar checking functionality in lib‐
13       voikko, library of Finnish language tools.  It reads sentences or para‐
14       graphs  from stdin (one per line) and print the results to stdout.  The
15       results are structures  containing  information  about  grammar  errors
16       found in the input paragraph.
17

OPTIONS

19       --tokenize
20              Instead  of looking for grammar errors, split input into tokens.
21              The tokens are prefixed by type: "W" is a word, "P" is  punctua‐
22              tion,  "S" is whitespace, "U" is unknown and "E" is a prefix for
23              error messages.
24
25       --split-sentences
26              Instead of looking for grammar errors,  split  input  into  sen‐
27              tences.  The  sentences are prefixed by type: "B" means that end
28              of sentence is a probably correct, "P" means that  end  of  sen‐
29              tence  is  a  possibly  correct  (but probably this and the next
30              identified sentence should be joined) and "E"  means  that  sen‐
31              tence ends at the end of input.
32
33       accept_titles=n
34
35       accept_unfinished_paragraphs=n
36
37       accept_bulleted_lists=n
38              Set the value of the specified boolean option.
39
40       explanation_language=langcode
41              Print  human  readable  error  explanation in the specified lan‐
42              guage.
43

BUGS

45       Human readable error explanations are printed in  UTF-8  regardless  of
46       current locale settings.
47

AUTHOR

49       voikkogc   and   this  manual  page  were  written  by  Harri  Pitkänen
50       (hatapitk@iki.fi).
51
52
53
54
55
56                                  2009-03-28                       VOIKKOGC(1)
Impressum