sourceforge.net

JSlovo:  database management system for free dictionaries


Version 1.0, February 2005  (c) copyright S.Chekanov (chekanov@sdf.lonestar.org)


jSlovo is a fast database engine and a GUI written in JAVA.
It should work on any OS where JAVA is installed. 
With jSlovo  you can
create a file-based database from a  text file and then use it to search
for 
particular
words. 
It was designed mainly 
for free dictionaries.
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 definitions should be 
separated by tabulator or
"|".


Here are the main features of JSlovo:


Look at JSlovo license

Download recent version

JSlovo snapshot:

Java Web Start

You can use Java Web Start to launch JSlovo directly from the web. As well as keeping up to date with the latest version it will also work offline as well.

Launch JSlovo (small size version, no libraries, 300k)

Launch JSlovo (full size version, 700k)


To start the program, do the following (under linux/unix):


1) gunzip jslovo.tar.gz
2) tar -vxf jslovo.tar
3) start the application as java -jar jslovo/jslovo.jar

Under Windows, unzip the file and execute jslovo.jar file from the directory jslovo

You can also download example dictionary file "eng_eng_main.jdic", which is free explanatory English-English dictionary. Put this file inside "dbase" directory and restart JSlovo. You will see that this dictionary is now ready for use. Using JSlovo and text files from http://www.dicts.info/, you can create as many dictionaries as you like. They all will be put automatically to the same directory "dbase" and will be ready for use once you have created dictionaries using JSlovo.
How to build JSlovo databases

How to search for a word


S.Chekanov, Sep. 2005