Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

newScrapper

A scraper for news from the Colombian Magazine Semana.com All the data scrapped with this belongs to the owners and should be used just for learning process

Also includes a sumary generation method that works like this:

  • each article is tokenized in sentences.

  • for each sentence turn the text data into vectors using the spanish embeddings in (https://www.kaggle.com/rtatman/pretrained-word-vectors-for-spanish)

  • each pair of vector, calculate the cosine similarity and build a graph with this data

  • Run Pagerank algorithm and extract the most relevant sentences per article as a summary for the article.

About

A scraper for news from a certain website. Also includes a "sumary generation" method based on PageRank algorithm

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages