Question: how is isProbablyReaderable used?
ManuelaJL opened this issue · 4 comments
Hi. I can't quite see if you've got a java version of isProbablyReaderable, and how to use it.
My code is
Readability4J readability4J = new Readability4J(url, html);
Article article = readability4J.parse();
and I see there is no Readability4J.isProbablyReaderable() - Method. Is the method somewhere else?
Thanks
Hi @ManuelaJL,
sorry, i didn't implement this method.
Are you interested in implementing it and giving me a pull request?
Hm, I'll have to see if I have the time and skill for it. I don't know kotlin. Which of your implemented methods is the simplest to use as a model/example for learning how to port a method to java?
It now came to my mind why i didn't implement this method: As Readability4J is really fast!
So you have the already the result and know if it's actually readable, not if it's "probably readable".