diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/dict/deinflections.sql | 1 |
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 + は + だめ/いけない/ならない) |