OSDN Git Service

ti33527
[nvdajp/nvdajpmiscdep.git] / include / jtalk / make_jdic.py
index a725dea..b857b51 100644 (file)
@@ -418,6 +418,9 @@ def filter_jdic(s):
                s = ""\r
        elif a[0] == '新家' and a[6] != '人名' and a[11] == 'シンケ':\r
                s = ""\r
+       elif a[0] == '正岡子規':\r
+               a.append('マサオカ シキ')\r
+               s = ",".join(a)\r
        return s\r
 \r
 def convert_jdic_file(src_file, src_enc, dest_file, dest_enc):\r