Incorrect lemmatization #13231
Labels
feat / lemmatizer
Feature: Rule-based and lookup lemmatization
lang / de
German language data and models
models
Issues related to the statistical models
perf / accuracy
Performance: accuracy
I was running the sentence
"Folgst du der Weser weiter, fährst du durch das Oldenburger Land, wo du eindrucksvolle Naturschutzgebiete, Wälder und Moore erlebst, bis du nach Nordenham gelangst."
through spacy and noticed that"fährst"
has the incorrect lemmatization of"fähren"
instead of"fahren"
How to reproduce the behaviour
I tried a simpler sentences and got the same result:
"Fährst du Auto?"
this time I get"Fährst"
as the lemma"isst du Auto?"
->"issen"
instead of"essen"
and other verbs
I used
de_core_news_lg
Your Environment
The text was updated successfully, but these errors were encountered: