-
Notifications
You must be signed in to change notification settings - Fork 260
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
Ratio and Words dont work properly when provided as a variable #81
Comments
Hi! Can you share the example text and how you are calling the library? If you cannot share the text here you can also email it personally. |
Hi fbarrios,
Do you think it's related to txt formatting, an internal bug that may be caused by invoking the app within flask, or something else? Thanks, |
I'm building a flask app, where the user defines the ratio or the number of words to be given as output from the summarizer.
The input text is stripped of text artifacts, then recomposed and fed to the the summarizer.
Even though the values pass to the app from the frontpage, ratio and word number do not seem to be functioning.
The output text always comes up very short and does not change in length when I change the ratio.
I've tried using gensim aswell, with the same results.
Any suggestions?
The text was updated successfully, but these errors were encountered: