2

我正在建立一个在线词典网站,我遇到了一些问题,希望你们能帮助我。我在这里下载 dicts 文件http://abloz.com/huzheng/stardict-dic/ 如何将这些 dicts 转换为数据库?

4

1 回答 1

3

The stardict tools come with stardict_stardict2txt and stardict_tabfile2sql.
Use them like this:
stardict_stardict2txt some-input.ifo some-output.txt
stardict_tabfile2sql some-output.txt

You'll get some-output.txt.sql

于 2013-05-16T05:23:09.193 回答