We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello,
Can you figure out why I get
nlp = spacy.load("el_core_news_lg") doc = 'το όνομα σου' tokens = nlp(doc) for token in tokens: print(token.lemma_)
-->
το όνομας σου
while το ονομα μου returns το ονομο μου.
το ονομα μου
το ονομο μου
Thank you, Gerasimos