Add common followup verbs to lemmatizer #78

Open
opened 2026-03-02 02:13:53 +01:00 by oysteikt · 0 comments
Owner

Although these are not strictly grammatical, they are common enough that it would be nice if the lemmatizer could handle them

  • ~たく(なる)
  • やって(いく)
  • やって(くる)
  • やって(もらう)
  • やって(あげる)
  • やり(すぎ(る))
  • やり(やすい)
  • やり(にくい)

Not that all of the followups can be conjugated themselves, so maybe we should check for these specific verbs when we reach the base, and see if they are the followup verbs of a previous verb?

Although these are not strictly grammatical, they are common enough that it would be nice if the lemmatizer could handle them - `~たく(なる)` - `やって(いく)` - `やって(くる)` - `やって(もらう)` - `やって(あげる)` - `やり(すぎ(る))` - `やり(やすい)` - `やり(にくい)` Not that all of the followups can be conjugated themselves, so maybe we should check for these specific verbs when we reach the base, and see if they are the followup verbs of a previous verb?
oysteikt added this to the Kanban project 2026-03-02 02:13:53 +01:00
oysteikt added the lemmatization label 2026-03-02 02:15:13 +01:00
oysteikt moved this to Low pri in Kanban on 2026-03-02 02:40:41 +01:00
Sign in to join this conversation.