Git Product home page Git Product logo

capstone_marazzini's People

Contributors

marazzinimatilde avatar

Watchers

 avatar

capstone_marazzini's Issues

TO DO LIST

  • Scrape the articles on the websites
  • analyze the most frequent word
  • create a word visualization
  • analysis of the results

VENN DIAGRAM

To display in a more efficient way the most frequent words in each article, I wanted to create a Venn Diagram so that we could also see the overlaps, but unfortunately with the package VennDiagram, you can only see the number of elements inside the circles and not the words so in my case it would have been useless.

UNIFYING TEXT PROBLEM

When I scraped the text of the articles from the websites, the results was a vector containing 30+ elements because each paragraph was separated. Since I wanted to create a data frame, I needed to put the split paragraph of each article into one single text. To do so I used the str_c function of the package stringr, the problem is that I had to put manually each paragraph, since the loop I created didn't work. But this solution is neither elegant nor practical.

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.