http://superuser.com/questions/137007/how-to-convert-stardict-dictionary-file-format-to-any-readable-format
http://tempatmencatat.blogspot.co.id/2016/11/note-on-stardict-tools-in-ubuntu.html
|
How to convert stardict dictionary file format to any readable format (xml, txt or something)?
|
|
|
|
The stardict-tools tarball downloadable from their website has a stardict2txt tool that you'll need to build from source.
|
answered May 3 '10 at 0:25
|
|
|
|
|
- Extract all files to a folder and then launch the file stardict-editor.exe, switch to the tab DeCompile.
- Now look at the dictionary files of StarDict you got, there should be 3 files : *.idx, *.ifo, *.dz.
- Rename the *.dz file to *.gz. Use WinZip or WinRAR to extract the *.dict file inside.
- Rename all the *.dict, *.ifo, *.idx files to a same name.
- Back to the StarDict Editor program, click Browse and select the *.ifo file and hit Decompile.
- You will see a new *.txt file inside the folder.
- Use it with DfM DictionaryGeneration.
|
|
answered Jan 31 '12 at 12:43
|
|
|
|
sudo apt-get install stardict-tools
in Ubuntu. The tools are at/usr/lib/stardict-tools/
– Raptor 2 days ago