Skip to content

Commit

Permalink
#23
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimotz committed May 4, 2017
1 parent 147cae8 commit b5785dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions include/jtalk/filter_jdic.py
Expand Up @@ -594,6 +594,9 @@ def filter_jdic(s):
s = ",".join(a)
elif a[0] == '乞食' and a[12] == 'ホイト' and len(a) == 15:
s = ""
elif a[0] == '一人娘' and a[12] == 'ヒトリムスメ' and len(a) == 15:
a.append('ヒトリ ムスメ')
s = ",".join(a)
elif is_alpha_jp_mixed(a[0]):
#print a[0]
s = ""
Expand Down
4 changes: 2 additions & 2 deletions jptools/harness.py
Expand Up @@ -4284,8 +4284,8 @@
'text': '桜並木', 'input': 'サクラ ナミキ' },
{ 'comment': '点訳のてびき第3版 第3章 その2 3.',
'text': '花嫁姿', 'input': 'ハナヨメ スガタ' },
#{ 'comment': '点訳のてびき第3版 第3章 その2 3.',
# 'text': '一人娘', 'input': 'ヒトリ ムスメ' },
{ 'comment': '点訳のてびき第3版 第3章 その2 3.',
'text': '一人娘', 'input': 'ヒトリ ムスメ' },
{ 'comment': '点訳のてびき第3版 第3章 その2 3.',
'text': '左半身', 'input': 'ヒダリ ハンシン' },

Expand Down

0 comments on commit b5785dc

Please sign in to comment.