1verbiste(3)                                                        verbiste(3)
2
3
4

NAME

6       verbiste - french conjugation system
7

SYNOPSIS

9       g++ prog.cpp `pkg-config --cflags --libs libxml-2.0` -lverbiste
10

DESCRIPTION

12       Verbiste  is  a  library  that  can conjugate French verbs given in the
13       infinitive form and analyze conjugated French  verbs.   It  is  also  a
14       GNOME Panel applet and a GNOME application.
15
16       There  are two commands, named french-conjugator(1) and french-deconju‐
17       gator(1), which make the library's  functionality  available  from  the
18       command line and from scripts.
19
20       The  GNOME application should be available under the GNOME Applications
21       menu, in the Accessories submenu.  It can also be run from the  command
22       line  by  typing  verbiste.  The GNOME Panel applet can be run from the
23       Add to Panel menu.
24

EXAMPLES

26       The library's source archive comes with Perl and Java example  programs
27       that call the french-conjugator(1) and french-deconjugator(1) commands.
28       There are also example programs that use the C application  programming
29       interface.
30
31       The  library  and the commands use verb and conjugation knowledge bases
32       that are represented as XML files that are installed with  the  library
33       (typically in /usr/share/verbiste-0.1).
34

LICENSE

36       This  program is free software; you may redistribute it under the terms
37       of the GNU General Public License.  This program has absolutely no war‐
38       ranty.
39

AUTHOR

41       Pierre Sarrazin
42
43       See the verbiste Home Page:
44       http://sarrazip.com/dev/verbiste.html
45
46       Comments are welcome.
47

SEE ALSO

49       french-conjugator(1), french-deconjugator(1).
50

BUGS

52       The  FrenchVerbDictionary  object  is not completely destroyed when its
53       destructor is called, in order to avoid the excessively long  clean  up
54       time  of  its internal trie.  Only one instance of this class should be
55       created and it should be destroyed when the program quits.
56
57       Version 0.1.x is an  unstable  development  version.   The  programming
58       interface of the library and the command-line options of the accompany‐
59       ing commands are not necessarily fixed.
60
61       The documentation is not complete.
62
63       The verb list and the conjugation templates have not been  verified  in
64       detail.
65
66
67
68                               March 11th, 2007                    verbiste(3)
Impressum