Skip to content
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

Closed
pratikpoddar opened this issue Jan 23, 2014 · 5 comments
Closed

Readability Module #8

pratikpoddar opened this issue Jan 23, 2014 · 5 comments

Comments

@pratikpoddar
Copy link

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

@pratikpoddar
Copy link
Author

@miso-belica
Copy link
Owner

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

@pratikpoddar
Copy link
Author

yout parses.html still uses readability.readable... shouldn't it be changed
to breadibility.readable? Thanks for the great piece of software btw.
Thanks a ton.

On Thu, Jan 23, 2014 at 3:04 PM, Mišo Belica [email protected]:

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 switch to the
original project breadability https://github.com/bookieio/breadability


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-33108822
.

Pratik Poddar
http://www.cseblog.com
http://www.tomonotomo.com
http://pratikpoddar.wordpress.com/

@miso-belica
Copy link
Owner

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 :)

@pratikpoddar
Copy link
Author

I am extracting news articles from a lot of sources. I am summarizing it
and trying to build a visualization of summaries. Using lots of
summarization tools. sumy works best :)

On Thu, Jan 23, 2014 at 3:19 PM, Mišo Belica [email protected]:

I only fixed installation of my readability fork. I didn't switch to
breadibility yet. I have 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 :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-33109770
.

Pratik Poddar
http://www.cseblog.com
http://www.tomonotomo.com
http://pratikpoddar.wordpress.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants