Explain Gensim?
Gensim is an open source library used in Python which is used for various natural language processing and text clustering techniques. It not only targets memory processing but also handles large collection of texts using data streaming and incremental online algorithms. It uses various implementations of word embedding techniques such as Word2Vec, Doc2Vec, Glove, FastText, Latent Semantic Analysis, Non-negative matrix factorization, etc.