From 30a0e338c0c9b9f125aeefbf11545f2b2810e953 Mon Sep 17 00:00:00 2001 From: Bruno Queiroz Date: Fri, 23 Feb 2024 00:17:30 -0300 Subject: [PATCH] =?UTF-8?q?fix(deinflect):=20=20Only=20deinflect=20?= =?UTF-8?q?=E3=81=A3=E3=81=A6=20and=20friends=20to=20=E3=81=8F=20for=20?= =?UTF-8?q?=E8=A1=8C=E3=81=8F=20(#1974)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't match the kana form in order to not incorrectly match いって to 往く, which would be incorrect. 行く is almost always written with kanji so it seems like the right tradeoff. Fixes #1920 --- extension/data/deinflect.dat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/data/deinflect.dat b/extension/data/deinflect.dat index 957acaa17..fc6d8a9b5 100644 --- a/extension/data/deinflect.dat +++ b/extension/data/deinflect.dat @@ -91,7 +91,6 @@ past negative ちました つ 640 6 ちません つ 640 1 っちゃう う 514 3 -っちゃう く 514 3 っちゃう つ 514 3 っちゃう る 514 3 にすぎる ぬ 513 4 @@ -256,11 +255,9 @@ past negative たら る 2432 7 たり る 2432 8 った う 640 14 -った く 640 14 った つ 640 14 った る 640 14 って う 640 21 -って く 640 21 って つ 640 21 って る 640 21 てば つ 640 17 @@ -363,3 +360,6 @@ past negative でございましょう でございます 8320 18 でございまして でございます 8320 21 であれば でございます 8320 17 +行って 行く 640 21 +行った 行く 640 14 +行っちゃう 行く 514 3 \ No newline at end of file