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
When summarizing text in spanish certain words cause the summarizer to raise an Exception, ie:
from summa import summarizer summarizer.summarize("urgue", language="spanish")
Even though the word isn't grammatically correct, raising an Exception is undesired behavior.
The problem seems to be generated in the snowballer:
textrank/summa/preprocessing/snowball.py
Lines 3505 to 3510 in d9252a2
When the value of rv is "e" and suffix is "e".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When summarizing text in spanish certain words cause the summarizer to raise an Exception, ie:
Even though the word isn't grammatically correct, raising an Exception is undesired behavior.
The problem seems to be generated in the snowballer:
textrank/summa/preprocessing/snowball.py
Lines 3505 to 3510 in d9252a2
When the value of rv is "e" and suffix is "e".
The text was updated successfully, but these errors were encountered: