Skip to content

"όνομα σου" -> "όνομας σου" #11

Open
@gerasimos

Description

@gerasimos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions