Vortaro 1.0 review

Download
by rbytes.net on

Vortaro is an Esperanto Dictionary and Parser. I've been working on a simple Esperanto dictionary, and this is the first release o

License: GPL (GNU General Public License)
File size: 0K
Developer: Andrew Young
0 stars award from rbytes.net

Vortaro is an Esperanto Dictionary and Parser.

I've been working on a simple Esperanto dictionary, and this is the first release of it. It is licensed under the GPL. It was written in C++ using the QT4 GUI toolkit and it uses an embedded SQLite database to store the vocabulary words.

The vocabulary database currently contains only the entries from "Universala Vortaro ", the original Esperanto dictionary published by L. L. Zamenhof at the end of the 1800s. I plan to add more roots later on, but I haven't gotten to it yet. However, the dictionary is available in six languages: Esperanto, French, English, German, Russian, and Polish.

The "Esperanto Parser" can break a word down into it's root and affixes. In the future it will work on a whole sentence, but this is what I have so far.

Since these are written as pure QT4 apps, they should compile fine on Linux, Windows, or Mac OS X. For now I only have a Windows installer, but I plan on producing a Linux and Mac OS X version once I have the time.

Installation:

To compile from source:

Uncompress the archive
cd to one of the source directories
Run 'qmake'
Run 'make'
Run 'make install'

Requirements:
QT4

Vortaro 1.0 keywords