Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated jtalk readings
  • Loading branch information
nishimotz committed Jun 22, 2015
1 parent 4e2aef0 commit bb373e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions include/jtalk/custom_dic_maker.py
Expand Up @@ -448,6 +448,12 @@
'speech':'ジョー',
'accent':"1/2",
},

{'text':'揃え',
'pos':"名詞,一般,*,*,*,*",
'speech':'ソロエ',
'accent':"0/3",
},
]

class DicItem(object):
Expand Down
1 change: 1 addition & 0 deletions include/jtalk/eng_dic_maker.py
Expand Up @@ -186,6 +186,7 @@ def make_dic(IN_FILE, CODE, THISDIR):
['niigata', 'ニーガタ', "0/4", 1000],
['asshuku', 'アッシュク', "0/4", ],
['mei', 'メイ', "1/2", 100],
['meiryo', 'メイリョー', "1/4"],

['akb', 'エーケービー', "1/6", 1000],
['npo', 'エヌピーオー', "2/6", 1000],
Expand Down
2 changes: 2 additions & 0 deletions include/jtalk/roma_dic_maker.py
Expand Up @@ -335,6 +335,8 @@ def isGoodEntry(s):
return False
if a[0] == 'issi' and a[12] == 'イッシー':
return False
if a[0] == 'ui' and a[12] == 'ウイー':
return False
return True

def make_dic(CODE, THISDIR):
Expand Down
3 changes: 2 additions & 1 deletion jptools/mecabHarness.py
Expand Up @@ -292,7 +292,8 @@
#{'text':'設定情報を初期値に戻しました', 'speech':'セッテイジョーホーヲショキチニモドシマシタ'},

{'text':'乗', 'speech':'ジョー'},

{'text':'meiryo ui', 'speech':'メイリョー ユーアイ'},
{'text':'既定の揃え', 'speech':'キテイノソロエ'},

['manage', 'マネイジ'],
['choose', 'チュウズ'],
Expand Down

0 comments on commit bb373e4

Please sign in to comment.