Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Improve German morphology #2160

Closed
3 of 9 tasks
manuelaugustin opened this issue Feb 21, 2019 · 3 comments
Closed
3 of 9 tasks

Improve German morphology #2160

manuelaugustin opened this issue Feb 21, 2019 · 3 comments
Assignees
Labels
epic lingo Label for epics/overview issues of bigger projects

Comments

@manuelaugustin
Copy link
Contributor

manuelaugustin commented Feb 21, 2019

The following parts of German morphology need to be improved:

Stemming

Verbs

Adjectives

Yoast/javascript#236

Parent of #2190

Requires https://github.com/Yoast/YoastSEO.js-premium-configuration/issues/14

@nataliashitova
Copy link
Contributor

While acceptance testing the basic functionality introduced in #2153 I've noticed a bunch of cases that don't work. In consultation with @manuelaugustin we decided that they should be addressed separately.

sein

sein > Personal forms, imperatives, past participle not recognized.
I failed to receive a full paradigm for any of the input forms. I realize that this word would not likely to be used as a keyphrase, but for consistency and future Linguistic Tree usages it can be more than beneficial to have a nice sein.

haben

Verb forms are now generated using default (regular) rules. We need to add irregular forms, too.

verbs with separable prefixes

Verbs like einkaufen need special processing rules, which have not been implemented so far.

schenken and similar

Not all verb forms are recognized.
schenkende > Personal forms, imperatives, past participle not recognized.
geschenkt > No other forms are recognized.

@nataliashitova
Copy link
Contributor

While working on Yoast/javascript#210 I've noticed that the function generateVerbExceptionFormsSpec fails to generate the form iss from any of the stems of the verb essen. We should investigate how local this problem is (just for this verb, only for verbs whose stems end with s, only for verbs of class 4, etc.).

@manuelaugustin manuelaugustin changed the title Improve German verb form creation Improve German morphology Apr 23, 2019
@manuelaugustin
Copy link
Contributor Author

All open points moved here: https://yoast.atlassian.net/browse/LIN-577

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
epic lingo Label for epics/overview issues of bigger projects
Projects
None yet
Development

No branches or pull requests

2 participants