OSDN Git Service

mecab dictionary. nvdajp ti32140
authorTakuya Nishimoto <nishimotz@gmail.com>
Mon, 11 Nov 2013 12:30:23 +0000 (21:30 +0900)
committerTakuya Nishimoto <nishimotz@gmail.com>
Mon, 11 Nov 2013 12:30:23 +0000 (21:30 +0900)
include/jtalk/eng_dic_maker.py
include/jtalk/roma_dic_maker.py
jptools/mecabHarness.py
source/synthDrivers/jtalk/dic/DIC_VERSION
source/synthDrivers/jtalk/dic/sys.dic
source/synthDrivers/jtalk/dic/unk.dic

index 5020766..ad80cba 100644 (file)
@@ -232,6 +232,13 @@ def make_dic(IN_FILE, CODE, THISDIR):
                ['untitled', 'アンタイトルド'],\r
                ['flanger', 'フランジャー'],\r
                ['resample', 'リサンプル'],\r
+               ['epub', 'イーパブ'],\r
+               ['libre', 'リブレ'],\r
+               ['gpu', 'ジーピーユー'],\r
+               ['unicode', 'ユニコウドゥ'],\r
+               ['drivers', 'ドゥライバーズ'],\r
+               ['unicode', 'ユニコウドゥ'],\r
+               ['visum', 'ビズム'],\r
        ]\r
        k = {}\r
        for i in d:\r
index b83e55b..0fe3d73 100644 (file)
@@ -273,8 +273,12 @@ def isGoodEntry(s):
                return False\r
        if a[0] == 'pe' and a[12] == 'ペー':\r
                return False\r
+       if a[0] == 'se' and a[12] == 'セー':\r
+               return False\r
        if a[0] == 'ze' and a[12] == 'ゼー':\r
                return False\r
+       if a[0] == 'ba' and a[12] == 'バー':\r
+               return False\r
        if a[0] == 'ta' and a[12] == 'ター':\r
                return False\r
        if a[0] == 'te' and a[12] == 'テー':\r
@@ -305,6 +309,8 @@ def isGoodEntry(s):
                return False\r
        if a[0] == 'ate' and a[12] == 'アテー':\r
                return False\r
+       if a[0] == 'are' and a[12] == 'アレー':\r
+               return False\r
        if a[0] == 'ex' and a[12] == 'エックスー':\r
                return False\r
        return True\r
index 64e18b0..e57504c 100644 (file)
@@ -365,6 +365,16 @@ tasks = [
        {'text':'rate', 'speech':'レイトゥ'},\r
        {'text':'resample', 'speech':'リサンプル'},\r
        {'text':'exit', 'speech':'エグジットゥ'},\r
+       {'text':'version', 'speech':'バージョン'},\r
+       {'text':'epub', 'speech':'イーパブ'},\r
+       {'text':'libre', 'speech':'リブレ'},\r
+       {'text':'picture', 'speech':'ピクテュァ'},\r
+       {'text':'gpu', 'speech':'ジーピーユー'},\r
+       {'text':'drivers', 'speech':'ドゥライバーズ'},\r
+       {'text':'unicode', 'speech':'ユニコウドゥ'},\r
+       {'text':'base', 'speech':'ベイス'},\r
+       {'text':'are', 'speech':'アー'},\r
+       {'text':'visum', 'speech':'ビズム'},\r
 \r
        {'text':'ありがとう', 'braille':'アリガトー'},\r
        {'text':'有り難う', 'braille':'アリガトー'},\r
index f1ae93e..9876bb0 100644 (file)
@@ -1 +1 @@
-nvdajp-jtalk-dic (utf-8) 20131107-044457\r
+nvdajp-jtalk-dic (utf-8) 20131111-110532\r
index 26fdd11..b69bf92 100644 (file)
Binary files a/source/synthDrivers/jtalk/dic/sys.dic and b/source/synthDrivers/jtalk/dic/sys.dic differ
index aaf88e5..93682e3 100644 (file)
Binary files a/source/synthDrivers/jtalk/dic/unk.dic and b/source/synthDrivers/jtalk/dic/unk.dic differ