avidyalalala / sunpinyin

Automatically exported from code.google.com/p/sunpinyin
0 stars 0 forks source link

词库导入成功后没有起实际作用(ubuntu ibus) #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. github上下载源码,并成功编译安装,可用。
   环境:Xubuntu 10.04 amd64, ibus1.2.0

2.导入搜狗  userdict 或者 celldict
3.关闭ibus,重启ibus【或重启计算机】

What is the expected output? What do you see instead?
经测试,发现没有任何新词被导入。即输入相应拼音并不出��
�导入词库中存在的词条(不是词条长度问题,长度大于1,小
于5)

What version of the product are you using? On what operating system?
两个版本导入工具都使用了:使用源代码包内的python目录下im
porter 子目录的.py程序(是不是我放置位置不对)
       http://code.google.com/p/sunpinyin/downloads/detail?name=sunpinyin_importer.tar.bz2&can=2&q= 昨天刚刚更新的单独importer包

过程中,我参照此文: 
http://yongsun.me/2010/04/%E5%AF%BC%E5%85%A5google%E5%92%8Csogou%E8%BE%93%E5%85%
A5%E6%B3%95%E7%9A%84%E7%94%A8%E6%88%B7%E8%AF%8D%E5%85%B8/ 
博主的回复 将file = codecs.open(fname, 'r', 
'utf-16′)中的'utf-16′改成'gb18030′   
来解决编码问题并运行成功

ps.我就是8月23日连续留言两次的ziegfeld。

作为小白……我不知道哪里出错了…… 
sunpinyin很好用,支持! 希望这个问题可以解决!
提前谢谢!

Original issue reported on code.google.com by zlfziegf...@gmail.com on 23 Aug 2010 at 1:45

GoogleCodeExporter commented 9 years ago
看了 
http://yongsun.me/2010/07/%E5%AF%BC%E5%85%A5sogou%E8%BE%93%E5%85%A5%E6%B3%95%E7%
9A%84%E7%BB%86%E8%83%9E%E8%AF%8D%E5%BA%93/comment-page-1/#comments
下面博主回复,
使用 python importer.py > userdict.txt
将sunpinyin词库导出,发现:
实际上这些次都已经导入了!!

于是再次重新启动计算机……

可以输入了……

原来是上次导入后没有重启……

【抱歉……又一次自言自语,最后自己解决了问题>_<

但是为什么打不出来呢?

Original comment by zlfziegf...@gmail.com on 23 Aug 2010 at 2:06

GoogleCodeExporter commented 9 years ago
有可能是多进程同时访问sqlite造成的,通常restart 
sunpinyin应该可以解决这个问题 ...

Original comment by find...@gmail.com on 24 Aug 2010 at 2:07