Skip to content

Files

Latest commit

63b8c86 · Feb 13, 2018

History

History
18 lines (13 loc) · 446 Bytes
·

README.md

File metadata and controls

18 lines (13 loc) · 446 Bytes
·

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