Skip to content

Files

Latest commit

63b8c86 · Feb 13, 2018

History

History

Gensim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 28, 2017
Feb 13, 2018

Gensim

Gensim is a robust vector space modeling and topic modeling toolkit implemented in Python. Gensim is specifically designed to handle large text collections.
Gensim is a Python library for topic modelling, document indexing and similarity retrieval with large corpora.

Installation

Open terminal and enter the following command:

using pip:

pip install gensim

or using conda:

conda install gensim