TF-IDF: Playing with Python’s Gensim
This is the first of a series of articles dedicated to the python’s libraries for scientific use. The first library I would like to introduce is strictly related to my previous post about TF-IDF. In the vast world of python there is a library, gensim, which contains a series of tools to implement a tfidf …