-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Adding Hebrew Language #150
Comments
Hi @lubani can you please send me a pull request instead of gzip archive? It is much more effective to review your changes here at GitHub. I am sorry, but I am not in the mood to check the archive and hunt for changes there. But I checked your sumy_example.py and it seems just a simple copy-paste from the README so it should work. I think the problem will be somewhere in the implementation of the other parts fro the Hebrew language. |
I'm currently working on making it work.
I will send you a pull request when I will be done.
Thanks for your help
…On Sat, Sep 12, 2020, 16:20 Mišo Belica ***@***.***> wrote:
Hi @lubani <https://github.com/lubani> can you please send me a pull
request instead of gzip archive? It is much more effective to review your
changes here at GitHub. I am sorry, but I am not in the mood to check the
archive and hunt for changes there.
But I checked your sumy_example.py and it seems just a simple copy-paste
from the README so it should work. I think the problem will be somewhere in
the implementation of the other parts fro the Hebrew language.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#150 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTA5GEQWAL2QSMPPDRSQX3SFNYS3ANCNFSM4RG544ZQ>
.
|
I made my Hebrew Summarizer and created a repository on Github: |
hello, I tried to add the Hebrew language. I found hebrew tokenizer and added a null stemmer for hebrew (though I did find a hebrew stemmer too).
It doesn't print out anything if i try setting the language to hebrew (I included a sumy_example.py file)
Here is the Hebrew Tokenizer: https://github.com/YontiLevin/Hebrew-Tokenizer
Here is another Hebrew tokenizer: https://github.com/ygurman/hebrew_tokenizer
Here is a Hebrew stemmer: https://github.com/dannykh/hebrew_stemmer
I will include all the source code I changed.
Thanks in advance.
sumy-master1.tar.gz
The text was updated successfully, but these errors were encountered: