Code Monkey home page Code Monkey logo

Comments (4)

haroldtreen avatar haroldtreen commented on June 16, 2024

What do you mean by this?

When you use readability, the article returned will be null if nothing was found. Otherwise it will return whatever part of the article it determined to be the main content.

I've been wondering how to flag articles that aren't being extracted properly (eg. a description has been extracted rather then the article). My current approach is to look at the size of the article html vs. input html. I've found that if the content html is < 3% of the original article - chances are the main article was missed.

Does that help @Feelnoobskill ? Or maybe you can elaborate what you picture the solution looking like?

from readability.

Feelnoobskill avatar Feelnoobskill commented on June 16, 2024

@haroldtreen thanks for the response. Basically, I would like to create reader mode like iOS Safari has.

Meaning that some pages are not suitable for opening in reader mode (for example stackoverflow home page). Right now node-readability will extract some random text from webpage and this is not acceptable in my case . So i was thinking maybe someone already faced with this problem and can share their experience.

from readability.

haroldtreen avatar haroldtreen commented on June 16, 2024

Ah. Interesting. I wasn't aware that iOS did that.

Some ideas:

  • You could look at the metadata to determine if the page is an article. Use that to remove the reader/force-show the reader button. For example:
<meta property="og:type" content="article">
  • You could run readability and check the % reduction. As stated before, I find ~2.5-3% to be a good metric for something going wrong.
  • Run readability and look at the length of the output. Reader mode will probably only be useful if the length the output is > X characters/lines.

The tag stuff might be the closest stuff to being able to say yes/no without actually running the algorithms on the page.

from readability.

NinoSkopac avatar NinoSkopac commented on June 16, 2024

This is good info @haroldtreen.

It would be great if the library had an API for this (eg isReadable)

from readability.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.