Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18485a5

Browse files
senu3azu
authored andcommittedAug 1, 2019
fix(dict):すべからくを形態素解析ベースに変更 (#14)
* fix(dict):すべからくを形態素解析ベースに変更 * fix(rule):すべからくを辞書データから外す
1 parent cd46762 commit 18485a5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎dict/prh.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ rules:
9696
- expected: 押しも押されもせぬ
9797
patterns: 押しも押されぬ
9898
prh: https://web.archive.org/web/20150710180524/http://japanknowledge.com/articles/blognihongo/entry.html?entryid=286
99-
- expected: 全て
100-
patterns: /すべからく(?!.*べ[しき])/
101-
prh: https://web.archive.org/web/20150825091657/http://japanknowledge.com/articles/blognihongo/entry.html?entryid=293
10299
- expected: 書き入れ
103100
patterns: 掻き入れ
104101
prh: http://japanknowledge.com/articles/blognihongo/entry.html?entryid=309

‎test/no-variable-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ tester.run("可変", rule, {
2020
]
2121
}
2222
]
23-
});
23+
});

0 commit comments

Comments
 (0)
Please sign in to comment.