Skip to content

Demonstration notebooks for processes to reduce volume of news articles relative to some topic.

Notifications You must be signed in to change notification settings

jtf621/demo-ard-text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for News Article Collection and Volume Reduction Pipeline

Binder

Brief notebooks that run through the following processes using a dataset of NYT Front Page articles

  1. Find efficient keywords with word embeddings (gensim)
  2. Remove duplicitous articles with cosine similarity on TFIDF vectors (scikit-learn)
  3. Remove duplicitous articles with entity extraction and jaccard similarity (spacy)
  4. Classify relevant articles (scikit-learn)

About

Demonstration notebooks for processes to reduce volume of news articles relative to some topic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%