verbiste (3)
Leading comments
$Id: verbiste.3.in,v 1.10 2013/05/20 21:01:29 sarrazip Exp $ verbiste - French conjugation system Copyright (C) 2003-2013 Pierre Sarrazin <http://sarrazip.com/> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; with...
NAME
verbiste - french conjugation systemSYNOPSIS
g++ prog.cpp `pkg-config --cflags --libs libxml-2.0` -lverbiste-0.1DESCRIPTION
Verbiste is a library that can conjugate French verbs given in the infinitive form and analyze conjugated French verbs. It is also a GNOME application and a GTK+ application.There are two commands, named french-conjugator(1) and french-deconjugator(1), which make the library's functionality available from the command line and from scripts.
The GNOME application should be available under the GNOME Office menu. It can also be run from the command line by typing verbiste. A verb can be passed as an argument to have the window display its conjugation automatically.
If the GTK+ application is installed, it can be run by typing verbiste-gtk. It also accepts a verb as an argument.
EXAMPLES
The library's source archive comes with Perl and Java example programs that call the french-conjugator(1) and french-deconjugator(1) commands. There are also example programs that use the C application programming interface.The library and the commands use verb and conjugation knowledge bases that are represented as XML files that are installed with the library (typically in /usr/share/verbiste-0.1).
LICENSE
This program is free software; you may redistribute it under the terms of the GNU General Public License, version 2 or later. This program has absolutely no warranty.AUTHOR
Pierre Sarrazin
See the verbiste Home Page:
sarrazip.com/dev/verbiste.html
Comments are welcome.