aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-07-14 12:21:03 +0200
committerlonkaars <loek@pipeframe.xyz>2023-07-14 12:21:03 +0200
commita15c3fefe33f96c8f85147c61ee266abc43b4f65 (patch)
tree806290c8390199374dc30b38446eb72cc353536a /db
parent28fb362147358819afeb0f0a5fa7a4ad136499ac (diff)
fix http client/server + add deinflection test case
Diffstat (limited to 'db')
-rw-r--r--db/dict/deinflections.sql1
1 files changed, 1 insertions, 0 deletions
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 <https://guidetojapanese.org/learn/grammar/must>
-- 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 + は + だめ/いけない/ならない)