aboutsummaryrefslogtreecommitdiff
path: root/db/dict/deinflections.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/dict/deinflections.sql')
-rw-r--r--db/dict/deinflections.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/dict/deinflections.sql b/db/dict/deinflections.sql
index 7472122..1fb1ebe 100644
--- a/db/dict/deinflections.sql
+++ b/db/dict/deinflections.sql
@@ -286,8 +286,8 @@ insert into deinflection_temp values
('infl:passive', 'こられる', 'くる', 'ru', 'k'),
('infl:passive', '来られる', '来る', 'ru', 'k'),
- -- auxiliary rules
- ('class:verb:suru-included', 'する', '', 's', ''); -- deconjugate suru verbs into stem
+ -- suru verbs <https://guidetojapanese.org/learn/grammar/surunaru>
+ ('infl:suru', 'する', '', 's', ''); -- deconjugate suru verbs into stem
-- rule/bitmask lookup table
create temporary table rule_map (tag, name, mask);