JSlovo:
database management system for free dictionaries
Version 2.0, February 2005-2010, (c) jwork.org
JSlovo is a fast database engine and GUI written in JAVA/Swing.
It should work on any OS where JAVA is installed. It was designed to
use it for free dictionaries. With
JSlovo you can
create a database from the text file and then use it for searching
particular
words. The dictionaries can be taken from
http://www.dicts.info/ or any
other place.
The only requirement is that the text file should be in UTF-8 format,
with one translation per line and words separated by the tabulator or
"|".
Here are the main features of
JSlovo:
- Databases from the text files can be created using JSlovo GUI
- It is very fast. It uses two-level indexing algorithm;
- It can scan any large number of databases. The size of
the databases
are not limited. All databases are disk based;
- Unlike to other JAVA databases (Derby, HSQL), the memory usage of
JAVA VM is constant and does not depend on the number of booted
databases;
- Created databases are very compact (databases are zipped);
- Based on UTF-8 encoding;
- One can use HTML tags in the text files for created databases;
- During the search, HTML files are created with the results of the
search. Each definition can further be searched;
- Search can be done using substrings.