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

Two different lemmatizators are used #17

Open
kuraga opened this issue Sep 2, 2020 · 1 comment
Open

Two different lemmatizators are used #17

kuraga opened this issue Sep 2, 2020 · 1 comment

Comments

@kuraga
Copy link
Contributor

kuraga commented Sep 2, 2020

Seed words are lemmatized by pymorphy2.
preprocess.py uses nltk.stem.wordnet.WordNetLemmatizer instead; in english mode.

Why? Is this inconsistency correct?

/cc @madrugado

@kuraga kuraga changed the title Seed words are lemmatized. Only them. Why? Two different lemmatizators are used Sep 7, 2020
@kuraga
Copy link
Contributor Author

kuraga commented Sep 7, 2020

And: let's move seed words' lemmatization to preprocess phase, for consistency?

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