-
-
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
Readability Module #8
Comments
Solution posted on http://stackoverflow.com/questions/21301943/python-summarizer-sumy |
Thanks for the report. I use my own requirements file so I didn't notice it. It should be fixed now :) Regarding bad code design mentioned on StackOverflow - sumy is my personal experiment and I use it separately in virtualenv so I didn't care about conflicts with outer world but I see I should :(. Maybe I'll switch to the original project breadability |
yout parses.html still uses readability.readable... shouldn't it be changed On Thu, Jan 23, 2014 at 3:04 PM, Mišo Belica [email protected]:
Pratik Poddar |
I only fixed installation of my readability fork. I didn't switch to breadibility yet. I want to check breadability and talk with the breadability's author first. I'm glad that someone uses my library. Can I ask where/for what are you using sumy? I am just curious :) |
I am extracting news articles from a lot of sources. I am summarizing it On Thu, Jan 23, 2014 at 3:19 PM, Mišo Belica [email protected]:
Pratik Poddar |
I get this error when I use HtmlParser.
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/sumy/parsers/html.py", line 6, in
from readability.readable import Article
ImportError: No module named readable
Was there a change in the readability module recently? Can you please check? Thanks
The text was updated successfully, but these errors were encountered: