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

I want to complete this project #42

Open
kylefoley76 opened this issue Jun 16, 2024 · 0 comments
Open

I want to complete this project #42

kylefoley76 opened this issue Jun 16, 2024 · 0 comments

Comments

@kylefoley76
Copy link

kylefoley76 commented Jun 16, 2024

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.

@kylefoley76 kylefoley76 changed the title What is TVM I want to complete this project Jun 16, 2024
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