avidyalalala / sunpinyin

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

osx 10.5.8下不能输入中文 #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sunpinyin 2.0.2

输入时可以正确接收, 并且已经正确分词, 
但是不能显示候选窗口. 

图片中为:输入中文, 按空格时,没有任何输出.

What version of the product are you using? On what operating system?

Original issue reported on code.google.com by zyy...@gmail.com on 15 May 2010 at 7:42

Attachments:

GoogleCodeExporter commented 9 years ago
您使用的是powerpc的mac么?另外,是否有安装数据文件呢?

Original comment by find...@gmail.com on 16 May 2010 at 1:20

GoogleCodeExporter commented 9 years ago
是powerpc G4, 数据文件已经安装.

Original comment by zyy...@gmail.com on 17 May 2010 at 12:52

GoogleCodeExporter commented 9 years ago
zyyzj2,我们一直遇到power机器无法正常输入的问题,您能帮助
我们编译一个么?我手头没有power的机器 :(

Original comment by find...@gmail.com on 17 May 2010 at 1:07

GoogleCodeExporter commented 9 years ago
我也遇到了这个问题,只能输入拼音,按空格转换中文后,无任��
�输出.

Original comment by zb0...@gmail.com on 17 May 2010 at 3:07

GoogleCodeExporter commented 9 years ago

执行configure时出现以下错误:
----
checking how to hardcode library paths into programs... immediate
./configure: line 17731: syntax error near unexpected token `0.35.0'
./configure: line 17731: `IT_PROG_INTLTOOL(0.35.0)'

注释此行后通过.

执行make时, 出现死循环, 不断反复出现:
----
&& CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
               /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing libtool commands
cd .. \

中断后再次执行make, 显示如下, 还是死循环:
----
 && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
               /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing libtool commands
cd .. \

下载pydict_sc.bin, lm_sc.t3g, 进入wraper/macro, 正常生成app.

复制到/Library/Input Methods下, 启用输入法后, 
系统反应异常缓慢, 活动监
视器显示每次按键都触发ReportCarsh进程, 占用CPU约70%.

此app复制到intel的mac(10.6.2)上也是如此现象.

附上carsh文件.

Original comment by zyy...@gmail.com on 19 May 2010 at 3:46

Attachments:

GoogleCodeExporter commented 9 years ago
zyyzj2, 目前github master 
branch的代码,和可下载的pydict_sc.bin是不兼容的,需要自己手�
��build。您在执行
configure是的错误是说,没有安装intltool,在po目录中遇到死循�
��也是因为这个造成的。

configure通过之后,直接在当前目录下,运行make,就会去build��
�要的工具,下载并build词表和语料库。

您在build的过程中,有任何问题,欢迎随时联系我,gtalk: 
findsun@gmail.com

Original comment by find...@gmail.com on 19 May 2010 at 12:02

GoogleCodeExporter commented 9 years ago
重新编译后, 正常使用

Original comment by zyy...@gmail.com on 19 May 2010 at 1:46

GoogleCodeExporter commented 9 years ago
cool! 
回头2.0.2正式发布时,能否借用您编译的powerpc上的pydict_sc.bin�
��件?

Original comment by find...@gmail.com on 19 May 2010 at 2:20

GoogleCodeExporter commented 9 years ago
Issue 84 has been merged into this issue.

Original comment by find...@gmail.com on 19 May 2010 at 2:22

GoogleCodeExporter commented 9 years ago
@zyyzj2
你好,你在G4上使用时是否遇到过生僻字出现在候选词第一页
的情形?不久前我使用自己PPC上build的词表和语料库依然有
Issue 
84中所述的问题(不过当时的app本身不是本机build的,不过这�
��应该不会有影响)。

Original comment by sikan.c...@gmail.com on 19 May 2010 at 2:41

GoogleCodeExporter commented 9 years ago
@sikan.chen

是的,生僻字出现在候选词第一页,一开始以为是词库有问��
�,后来才发现是常用字在后面。

Original comment by zyy...@gmail.com on 20 May 2010 at 2:39

GoogleCodeExporter commented 9 years ago
经Sun的同事验证,sparc上也有相同的问题,争取借一台大端的
机器来调试一下 :(

Original comment by find...@gmail.com on 21 May 2010 at 7:17

GoogleCodeExporter commented 9 years ago
大家可以下载新的大端的数据文件了,相信应该可以正常是��
�了,需要安装sunpinyin2.0.2,

http://code.google.com/p/sunpinyin/downloads/detail?name=pydict_sc.bin.be
http://code.google.com/p/sunpinyin/downloads/detail?name=lm_sc.t3g.be

Original comment by find...@gmail.com on 5 Jun 2010 at 12:48

GoogleCodeExporter commented 9 years ago

Original comment by find...@gmail.com on 5 Jun 2010 at 12:49

GoogleCodeExporter commented 9 years ago
在ppc的10.5下可以正常使用了

Original comment by zyy...@gmail.com on 6 Jun 2010 at 10:35

GoogleCodeExporter commented 9 years ago
Yea, this one works! Thanks a lot~

Original comment by sikan.c...@gmail.com on 6 Jun 2010 at 3:09