New Github entries with exercises to create keywords, summaries and wordclouds
The Python programming language has great versatility thanks to its number of libraries. An example of this is two works published on the GitHub page. Summaries, keywords are extracted from the Wikipedia entry “paracetamol” and a word cloud is formed.
So, in the paracetamolsummaries entry, we work from the installation of Wikipedia and langdetect. Later, the libraries BeautifulSoup, urllib2, urlopen, re, nltk were added. In addition, there is the introduction of stopwords and punkt. All this allows us to find the keywords of the article and make summaries in different languages.
The second entry, paracetamolcloud, consists of three exercises that serve to practice the workcloud and BeautifulSoup libraries using Python. As in the previous practice, in this case work is done in different languages. Finally, it must be indicated that a cloud of words is generated within a previously selected image.


