1verbiste(3) verbiste(3)
2
3
4
6 verbiste - french conjugation system
7
9 g++ prog.cpp `pkg-config --cflags --libs libxml-2.0` -lverbiste-0.1
10
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 application and a GTK+ 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 Office menu.
21 It can also be run from the command line by typing verbiste. A verb
22 can be passed as an argument to have the window display its conjugation
23 automatically.
24
25 If the GTK+ application is installed, it can be run by typing verbiste-
26 gtk. It also accepts a verb as an argument.
27
29 The library's source archive comes with Perl and Java example programs
30 that call the french-conjugator(1) and french-deconjugator(1) commands.
31 There are also example programs that use the C application programming
32 interface.
33
34 The library and the commands use verb and conjugation knowledge bases
35 that are represented as XML files that are installed with the library
36 (typically in /usr/share/verbiste-0.1).
37
39 This program is free software; you may redistribute it under the terms
40 of the GNU General Public License, version 2 or later. This program
41 has absolutely no warranty.
42
44 Pierre Sarrazin
45
46 See the verbiste Home Page:
47 http://sarrazip.com/dev/verbiste.html
48
49 Comments are welcome.
50
52 french-conjugator(1), french-deconjugator(1).
53
55 The FrenchVerbDictionary object is not completely destroyed when its
56 destructor is called, in order to avoid the excessively long clean up
57 time of its internal trie. Only one instance of this class should be
58 created and it should be destroyed when the program quits.
59
60
61
62 October 9th, 2017 verbiste(3)