Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SlovNet fails to recognize positions within an org or at least distinguish them from a name of an org #9

Open
KOLANICH opened this issue Nov 24, 2021 · 0 comments

Comments

@KOLANICH
Copy link

KOLANICH commented Nov 24, 2021

I feel like it doesn't detect positions at all.

text = "Аналитик данных Василий Пупкин в Яндексе"
markup = ner(text)
show_markup(markup.text, markup.spans)
Аналитик данных Василий Пупкин в Яндексе
                PER───────────   ORG────
text = "Richard Biener, GCC developer"
markup = ner(text)
show_markup(markup.text, markup.spans)
Richard Biener, GCC developer
                ORG──────────
@KOLANICH KOLANICH changed the title SlovNet fails to distinguish positions within an org from a name of an org SlovNet fails to recognize positions within an org or at least distinguish them from a name of an org Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant