Home / Dictionary editor (old)
Name Modified Size InfoDownloads / Week
Parent folder
Dictionary_Editor_2.1.1.jar 2013-11-23 44.3 kB
Totals: 1 Item   44.3 kB 0
Lingvist is free program for learning foreign words. The learning of words in program pass three stages: translation from foreign to native, translation from native to foreign, writing of foreign words. Also there are exists stage for learning words in context - writing missed in sentence word.



     Playing of words
TTS

For playing words with text-to-speech synthesizer you are need to install eSpeak (https://sourceforge.net/projects/espeak/) or some another.
For eSpeak text-to-speech synthesizer you need to set command:
Windows: C:\Program Files\eSpeak\command_line\espeak.exe %s
(where "C:\Program Files\eSpeak\command_line\" is folder with installed eSpeak)
Linux: espeak %s

Wav files

For using wav files you need some console player similar to sox (https://sourceforge.net/projects/sox/).
For playing with sox you need to set command:
Windows: C:\Program Files\sox-14-4-1\sox.exe %s -d
(where "C:\Program Files\sox-14-4-1\" is folder with installed sox)
Linux: play %s

Notice. For Linux in example used packages from standard repository.

Wav files folder must contains files grouped by first letter in the folder name with appropriate letter (for example "add.wav" must be in "a" folder).
You can use such files from http://code.google.com/p/stardict-3/downloads/list (download WyabdcRealPeopleTTS.tar.bz2).


     Dictionary files
Dictionary files (extension of file name is ".vcb") is a plain text files with content of form: 
    word|[transcription]|translation%
    word|[transcription]|translation%
      and so on.
You can write own dictionary using Dictionary editor or your favourite text editor.

From version 1.3 you can use another dictionary (extension of file name is ".svcb") of form: 
    word1|[]|sentence with word1%
    word2|[]|sentence with word2%
      and so on.



    Changes:
In future plans:
    - enable to select interface language on first run of program.
 
version 1.5
   - Fixed bug with opening files on startup.
   - Added posibility to mix dictionary when open it.   
version 1.4
   - Enable to select stages and change order of stages.
version 1.3
   - Added stage of filling missed words (learn words in context!).
   - Made to play word on click on answer buttons on stage "From native to foreign".
version 1.2
   - Added English to the program interface.
   - Enabled to select playing of words only on stage "From foreign to native".
version 1.1
   - Fixed critical bug with starting next stage after finishing the previous one. Excuse me for insufficient testing of the program.
version 1.
   - Added ability to play words.


Source: README.txt, updated 2015-06-24