Leon0824 / rimeime

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

[Feature] 快速添加新的單字、詞組 #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
提供便於訪問的入口,可輸入、粘貼文字及對應的編碼
存入用戶詞庫

新添加的單字和詞組,難以通過詞典現有的字詞組合獲得。

羅馬字轉換方式下,支持添加的內容有:

將新的單字對應到既存的音節編碼 如 添加詞典未收錄的��
�僻字
將詞語對應到既存的音節編碼 如定義方言中的 兒化韻 ��
� 合音詞
將詞語對應到音節編碼序列,詞語不必逐字與音節碼對應 ��
� 以詞組爲整體的特殊發音 南無 na 
mo 假設單字與以上音節無對應關係 亦可設置詞組與音節序
列的對應

約束條件:編碼中的各音節只能取詞典中既有的音節形式

碼表轉換方式下,無以上約束條件,但編碼爲連續的按鍵字��
�序列,無音節結構

Original issue reported on code.google.com by chen....@gmail.com on 16 Dec 2011 at 3:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
非常需要这个功能

Original comment by caida...@gmail.com on 14 May 2012 at 4:10

GoogleCodeExporter commented 9 years ago
我是用五笔的。支持添加这个功能。可以快速添加自定制的��
�组。

Original comment by superx...@gmail.com on 13 Jul 2012 at 10:42

GoogleCodeExporter commented 9 years ago
手动造词确实是相当重要的功能
这个必须有啊

Original comment by lianyi1...@gmail.com on 16 Aug 2012 at 7:45

GoogleCodeExporter commented 9 years ago
我看到 0.9.9 的 changelog 
提到了形码的用户词典,其实就只是频率调整对吗?并不是��
�定义词组?

Original comment by ch...@wandoujia.com on 18 Sep 2012 at 3:31

GoogleCodeExporter commented 9 years ago
@cheng 
目前只實現了字頻調整,沒有實現自動造詞。不過向用戶詞��
�導入文本碼表倒是可以。

Original comment by chen....@gmail.com on 19 Sep 2012 at 1:04

GoogleCodeExporter commented 9 years ago
没有自造词功能实在是不方便

Original comment by woton...@gmail.com on 26 Sep 2012 at 6:38

GoogleCodeExporter commented 9 years ago
急切需要五笔“自定义词组”功能

Original comment by ubuntu.g...@gmail.com on 27 Nov 2012 at 9:55

GoogleCodeExporter commented 9 years ago
请问ibus-ibus五笔怎么导入文本码表?

Original comment by ubuntu.g...@gmail.com on 27 Nov 2012 at 9:58

GoogleCodeExporter commented 9 years ago
同使用五笔的用户顶一下,没有造词功能 真的很不方便勒~ 
希望作者支持一下

Original comment by eflyf...@gmail.com on 21 Mar 2013 at 7:47

GoogleCodeExporter commented 9 years ago
实在是需要手工造词的功能啊,这个实在是太重要了

Original comment by Tagl...@gmail.com on 22 Apr 2013 at 1:13

GoogleCodeExporter commented 9 years ago
自動造詞會有的。於是手工造詞……就……不需要做了吧?

如果要添加的詞不按編碼規則來:
現在開始支持直接挂文本碼表,可實現自定義短語。
http://tieba.baidu.com/p/2283095493

Original comment by chen....@gmail.com on 22 Apr 2013 at 6:30

GoogleCodeExporter commented 9 years ago
对于形码用户来说,手工造词比自动造词重要

Original comment by unimi...@gmail.com on 10 May 2013 at 3:06

GoogleCodeExporter commented 9 years ago
非常需要這個功能阿,有什麼進展嗎?

Original comment by jrweizh...@gmail.com on 13 Apr 2014 at 7:17

GoogleCodeExporter commented 9 years ago
@jrweizhang 
進展是拼音類輸入法和碼表輸入法都已經支持自動造詞了。

如果要添加的詞組符合構詞的規則(碼表輸入法需要在詞典��
�定義),輸入一次即可完成記錄。
預設的倉頡、五筆86,以及這裏的五筆98和鄭碼都已實現了自�
��造詞:
https://github.com/lotem/rime-forge/tree/master/wubi98
https://github.com/lotem/rime-forge/tree/master/zhengma

如果要添加新的單字,以完善碼表爲目的的,需要編輯詞典��
�件。這沒有辦法取巧,但可以寫一些腳本來簡化操作步驟。
由於不同的輸入方案碼表格式以及錄入的介面會有差異,因��
�沒有一個通用的工具能完成這類任務,我的意見是大家可以�
��行製作符合自己需要的工具,況且即便是不使用額外的工具
,步驟也不複雜,無外乎編輯文本文件,再調用一次重新部��
�。

如果要添加碼表以外的字詞,可以添加自定義短語(朙月拼��
�已啓用)
http://rimeime.github.io/#rime-con 操作演示
https://gist.github.com/lotem/5440677 自定義短語文件樣例

Original comment by chen....@gmail.com on 13 Apr 2014 at 8:29