Skip to content

Irregular inflections are incorrect #758

@dovej

Description

@dovej

The current inflections pane seems to run a blind algorithm. As a result, incorrect inflections are displayed for irregular verbs. For example, する→しって, 行く→行いて, etc. くる seems to be special cased, but that's the only one.

Meanwhile, the entries for いい and かっこいい are missing inflections entirely.

While there are a relatively small set of irregularities in Japanese, making exhaustive special-casing feasible, it is worth pointing out that the JMDict web interface has conjugation tables for all of the irregular words and gets them right. So I'm guessing that data is in JMDict itself. It is probably safer and easier to source the base conjugation data from there. More advanced grammatical patterns like 「〜た方がいい」could be constructed by building off the base conjugation data.

JMDict's conjugation for する: http://nihongo.monash.edu/cgi-bin/wwwjdic?1W%B0%D9%A4%EB_vs-i

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions