安装星际译王startDict
Tofloor
poster avatar
风吹过的绿洲
deepin
2018-01-07 08:56
Author
应用商店没有上这个软件,有道词典又经常性卡死(deepin加油,希望后续改进基础软件体验)
于是乎安装星际译王
  1. $ sudo apt-get install stardict  
Copy the Code
下载词典,地址:http://download.huzheng.org/
选择 简体中文词典,就会有N 多的词典出现在眼前
下载推荐的牛津英汉双解美化版、朗道英汉字典、朗道英汉字典

解压到/usr/share/stardict/dic目录
  1. $ sudo for f in stardict*.tar.bz2; do sudo tar -jxvf $f -C /usr/share/stardict/dic; done
Copy the Code
卸载默认安装的很差劲的发音包
  1. $ sudo apt-get remove stardict-plugin-espeak stardict-plugin-festival
Copy the Code
下载第一个就行rpm文件直接解压
然后把解压的目录 剪切到/usr/share/
  1. $ sudo mv /usr/share/WyabdcRealPeopleTTS /usr/share/
Copy the Code
重启软件,就好了。点击朗读单词按钮或者回车都能发音。




Reply Favorite View the author
All Replies
avatar
风吹过的绿洲
deepin
2018-01-07 09:39
#1
大家可以下载应用商店的GoldenDict,这个是可以兼容starDict的词典和语音库。还是拷贝到一样的目录,GoldenDict可以自动搜索词典和语音库。starDict由于版权问题,已经不在更新了。
Reply View the author
avatar
lulinux
deepin
2018-01-07 16:56
#2
刚要用,就碰上了这么好的教程。谢谢啦。
Reply View the author