Skip to content

Instantly share code, notes, and snippets.

@bee-san
Last active August 27, 2018 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bee-san/902fd008f811593ff78af7c2e7fa6204 to your computer and use it in GitHub Desktop.
Save bee-san/902fd008f811593ff78af7c2e7fa6204 to your computer and use it in GitHub Desktop.
// get all text from .story-body within p tags on a BBC news web article
let $article = $('.story-body').find('p').text();
// insert text into body of document
let insert = $('.story-body').prepend(TFIDF($article));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment