We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting error : ZeroDivisionError: float division by zero
https://github.com/RaRe-Technologies/gensim/blob/9481915915bf61aa6e4e719a2f26d509677e6779/gensim/summarization/pagerank_weighted.py#L53
The text was updated successfully, but these errors were encountered:
Hi @anujgupta82, please give us more information about this problem
Sorry, something went wrong.
ping @anujgupta82
#2154
Thank you @lshostenko
Just duplicate an example for reproducing an issue here
from gensim.summarization import keywords keywords('gensim') # raises ZeroDivisionError keywords('sitio construcción. estaremos línea', deacc=False) # raises ZeroDivisionError keywords('sitio construcción. estaremos línea', deacc=True) # returns empty result
Successfully merging a pull request may close this issue.
Getting error : ZeroDivisionError: float division by zero
https://github.com/RaRe-Technologies/gensim/blob/9481915915bf61aa6e4e719a2f26d509677e6779/gensim/summarization/pagerank_weighted.py#L53
The text was updated successfully, but these errors were encountered: