My favorites | Sign in
Project Hosting will be READ-ONLY Thursday at 3:00pm UTC for up to 3 hours for network maintenance.
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

Wiwordik - Machine-readable Wiktionary

Dictionary. A visual interface to the parsed English Wiktionary and Russian Wiktionary databases.

Download

Download Java 7 JRE and JavaFX and try it right now with webstart:

(Please, don't "Save file", you should click and select "Open with" Java Web Start application.)

If you want to install from the command line, then:

javaws -import http://wikokit.googlecode.com/files/wiwordik-ru.jnlp
javaws -viewer

or English Wiktionary:

javaws -import http://wikokit.googlecode.com/files/wiwordik-en.jnlp
javaws -viewer

Description

Wiwordik dictionary:

Contains:

  1. word's language and part of speech
  2. meanings / definitions
  3. semantic relations
  4. translations

Supports (see release_notes.txt):

  • words filtering by language code (e.g. de, fr)
  • wildcard characters: the asterisk sign (*) matches zero or more characters, and question mark (?) a single character
  • list of words only with meanings and / or semantic relations (use checkboxes)

After installation you can find the parsed Wiktionary database in SQLite format on your computer in the folder: C:\Documents and Settings\YOUR USER NAME\.wiwordik\

Machine-readable Wiktionary framework:

See also

  • magnetowordik Android word game based on data extracted from the English Wiktionary.

Statistics

The machine-readable dictionary database statistics:

Project structure

Wiki tool kit (wikokit) contains several projects related to wiki

./common_wiki - common (low-level) functions to handle data of Wikipedia and Wiktionary in MySQL database,

./common_wiki_jdbc - functions to handle data of Wiktionary in MySQL and SQLite databases (JDBC, Java SE) (depends on common_wiki.jar).

./android/common_wiki_alink - Eclipse copy (source link) of ./common_wiki (NetBeans)

./android/common_wiki_android - functions for access to Wiktionary in Android SQLite version of database (depends on common_wiki.jar).

./android/magnetowordik - Android word game (Wiktionary thesaurus).

./hits_wiki - API for access to Wikipedia in MySQL database, algorithms to search synonyms in Wikipedia (depends on jcfd.jar, common_wiki.jar).

./TGWikiBrowser - visual browser to search for synonyms in local or remote Wikipedia (depends on hits_wiki.jar and common_wiki.jar)

./wikidf - Wiki Index Database (list of lemmas and links to wiki pages, which contain these lemmas).

./wikt_parser - Wiktionary parser creates a MySQL database (like WordNet) from an Wiktionary MySQL dump file. The project goal is to convert Wiktionary articles to machine readable format. (It depends on common_wiki, common_wiki_jdbc)

./wiwordik - Visualization of parsed Wiktionary database. wiki + word = wiwordik.

The code of previous project Synarcher are used in wikokit.

Further reading

In English

In Russian

See also

License

This program is multi-licensed and may be used under the terms of any of the following licenses:

Powered by Google Project Hosting