Skip to content

Latest commit

 

History

History

Gensim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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