nodejieba icon indicating copy to clipboard operation
nodejieba copied to clipboard

增加多instances方法

Open kanasimi opened this issue 5 years ago • 4 comments

例如在繁簡轉換程序中,需要隨時轉換不同辭典。若每次都需要重新載入辭典,將造成額外的浪費。

kanasimi avatar Oct 27 '20 23:10 kanasimi

听起来似乎合理。不过还是想确认下,可以把简体和繁体词典合并成一个辞典么?

发自我的iPhone

在 2020年10月28日,07:07,kanasimi [email protected] 写道:

 例如在繁簡轉換程序中,需要隨時轉換不同辭典。若每次都需要重新載入辭典,將造成額外的浪費。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

yanyiwu avatar Oct 28 '20 03:10 yanyiwu

現在暫時採用合併辭典的方法 但是需要繁複的計算 也不真的準確 https://github.com/kanasimi/Chinese_converter/blob/master/_build/generate_dictionary.js#L111 https://github.com/kanasimi/Chinese_converter/blob/master/dictionaries/commons.txt 會有相同詞彙在不同詞典中 權重不同的問題 有些詞在不同的語境(台灣 香港 中國大陸)權重不同 甚至連詞性標記都不同

kanasimi avatar Oct 28 '20 08:10 kanasimi

好的明白了,我抽空看下是否好改吧。

发自我的iPhone

在 2020年10月28日,16:16,kanasimi [email protected] 写道:

 現在暫時採用合併辭典的方法 但是需要繁複的計算 也不真的準確 https://github.com/kanasimi/Chinese_converter/blob/master/_build/generate_dictionary.js#L111 https://github.com/kanasimi/Chinese_converter/blob/master/dictionaries/commons.txt 會有相同詞彙在不同詞典中 權重不同的問題 有些實在不同的語境(台灣 香港 中國大陸)權重不同 甚至連詞性標記都不同

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

yanyiwu avatar Oct 28 '20 14:10 yanyiwu

This issue has not been updated for over 3 years and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.

github-actions[bot] avatar Sep 16 '24 13:09 github-actions[bot]