You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the issue is here in line 57 of the stemming.py:
for base, ending, rule in base_endings:
yield {
"base": base,
"ending": ending,
"rule": rule,
"used_default": used_default,
}
Nothing is in the base_endings when this happens and there probably should be. Also, it looks like you spent a lot of time on this project but it does not work right. For example, of the 672 forms for the word λυω only about 40 of those forms were generated. I'd like to complete the project, but I'd have to talk with you on the phone, since there are a lot of issues with the code. Let me know if you're interested. Otherwise, I'm going to build my own Greek Lemmatizer from scratch.
The text was updated successfully, but these errors were encountered:
It seems like the issue is here in line 57 of the stemming.py:
Nothing is in the base_endings when this happens and there probably should be. Also, it looks like you spent a lot of time on this project but it does not work right. For example, of the 672 forms for the word λυω only about 40 of those forms were generated. I'd like to complete the project, but I'd have to talk with you on the phone, since there are a lot of issues with the code. Let me know if you're interested. Otherwise, I'm going to build my own Greek Lemmatizer from scratch.
The text was updated successfully, but these errors were encountered: