Last active
August 29, 2015 14:05
-
-
Save William-Yeh/95f7dd1a60242f7d5b62 to your computer and use it in GitHub Desktop.
fix some errors of 'units.dic' file in common mmseg packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# fix some errors of 'units.dic' file in common mmseg packages | |
# | |
# URL: https://gist.github.com/William-Yeh/95f7dd1a60242f7d5b62 | |
# | |
# @ref https://github.com/kuan-ming/concise-core/blob/master/src/org/sustudio/concise/core/mmseg/dictionary/units.dic | |
# @ref https://github.com/medcl/elasticsearch-rtf/blob/master/config/mmseg/units.dic | |
# | |
#---------- | |
# | |
#說明:單個字的單位, 與數位一起出現的(前面是數字). 如:2009年 | |
#注意:如果"分"加入到些檔中,"20分鐘"就被分成"20|分|鐘". 如果你想分成"20|分鐘",那就把"分"注釋掉. | |
# 作者認為:像"分"和"分鐘"都是單位的話,不把"分"加入. | |
# | |
#----- | |
# time | |
#----- | |
年 | |
月 | |
日 | |
時 | |
时 | |
#單位"分鐘"已經是詞,就不把"分"加入了 | |
#分 | |
秒 | |
#----- | |
# money | |
#----- | |
元 | |
角 | |
#----- | |
# length | |
#----- | |
米 | |
寸 | |
尺 | |
丈 | |
里 | |
#----- | |
# volume | |
#----- | |
升 | |
斗 | |
石 | |
#----- | |
# weight | |
#----- | |
噸 | |
吨 | |
克 | |
斤 | |
兩 | |
两 | |
擔 | |
担 | |
#----- | |
# area | |
#----- | |
畝 | |
亩 | |
頃 | |
顷 | |
坪 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment