From a15c3fefe33f96c8f85147c61ee266abc43b4f65 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 14 Jul 2023 12:21:03 +0200 Subject: fix http client/server + add deinflection test case --- db/dict/deinflections.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'db') diff --git a/db/dict/deinflections.sql b/db/dict/deinflections.sql index da97d51..7472122 100644 --- a/db/dict/deinflections.sql +++ b/db/dict/deinflections.sql @@ -158,6 +158,7 @@ insert into deinflection_temp values -- obligation -- TODO: manually write these out instead of splitting particle and suffix ('infl:negative infl:must tmp:infl:must:res', 'だめ', '', 'a', 'ot'), -- built-in negative because だめ can't be deconjugated + ('infl:negative infl:must tmp:infl:must:res', 'ダメ', '', 'a', 'ot'), -- same as above but for katakana ('infl:must tmp:infl:must:res', 'いける', '', 'ru', 'ot'), -- はいけない -> positive (stored this way because obligatory could be in past) ('infl:must tmp:infl:must:res', 'なる', '', 'u', 'ot'), -- はならない -> positive ('tmp:infl:must:prt infl:must', 'は', '', 'ot', 'nt'), -- removes particle (negative -te + は + だめ/いけない/ならない) -- cgit v1.2.3