You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I just stumbled upon this repo, and it seems that you have ported the famous readability algorithm into rust, using kuchiki and therefore html5ever. First: truly great!
But it seems that this algo does crash when used on actual HTML websites, I get panics like
works more or less to get started, but I tinkered with kuchiki before. Do you want some help? I might not be of good use for the algorithmic side in Rust yet, but when you have a working state of this crate I'd like to write some docs for you in exchange. What dou you think?
The text was updated successfully, but these errors were encountered:
Hi, thank you for your attention! I plan to go back to the project next month (I need it in my degree work). I will need to port mozilla's tests and some heuristics to improve precision. Also it's good to abstract the library over any DOM, not only kuchiki.
... actual HTML websites, I get panics like
Can you provide me a webpage that you used when you got this error?
Hey, I just stumbled upon this repo, and it seems that you have ported the famous readability algorithm into rust, using kuchiki and therefore html5ever. First: truly great!
But it seems that this algo does crash when used on actual HTML websites, I get panics like
Maybe this repo needs also some small polish, like publishing on crates.io and a README with a short "how to use". I just figured out that
works more or less to get started, but I tinkered with kuchiki before. Do you want some help? I might not be of good use for the algorithmic side in Rust yet, but when you have a working state of this crate I'd like to write some docs for you in exchange. What dou you think?
The text was updated successfully, but these errors were encountered: