Skip to main content

Python framework for fast Vector Space Modelling

Project description

Gensim is a Python library for topic modelling, document indexing and similarity retrieval with large corpora. Target audience is the natural language processing (NLP) and information retrieval (IR) community.

Features

  • All algorithms are memory-independent w.r.t. the corpus size (can process input larger than RAM),

  • Intuitive interfaces

    • easy to plug in your own input corpus/datastream (trivial streaming API)

    • easy to extend with other Vector Space algorithms (trivial transformation API)

  • Efficient implementations of popular algorithms, such as online Latent Semantic Analysis, Latent Dirichlet Allocation or Random Projections

  • Distributed computing: can run Latent Semantic Analysis and Latent Dirichlet Allocation on a cluster of computers.

  • Extensive HTML documentation and tutorials.

If this feature list left you scratching your head, you can first read more about the Vector Space Model and unsupervised document analysis on Wikipedia.

Installation

This software depends on NumPy and Scipy, two Python packages for scientific computing. You must have them installed prior to installing gensim.

The simple way to install gensim is:

sudo easy_install gensim

Or, if you have instead downloaded and unzipped the source tar.gz package, you’ll need to run:

python setup.py test
sudo python setup.py install

For alternative modes of installation (without root privileges, development installation, optional install features), see the documentation.

This version has been tested under Python 2.5, 2.6 and 2.7, and should run on any 2.5 <= Python < 3.0.

Documentation

Manual for the gensim package is available in HTML. It contains a walk-through of all its features and a complete reference section. It is also included in the source distribution package.


Gensim is open source software, and has been released under the GNU LGPL license. Copyright (c) 2009-2012 Radim Rehurek

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gensim-0.8.5.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gensim-0.8.5-py2.7.egg (2.2 MB view details)

Uploaded Egg

File details

Details for the file gensim-0.8.5.tar.gz.

File metadata

  • Download URL: gensim-0.8.5.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gensim-0.8.5.tar.gz
Algorithm Hash digest
SHA256 7c84c95a6a9a8aad5e0f419540630e51606be7b188e028bbea344effde5c0b09
MD5 8088918fa7a54b7897463fe3a2cc23ca
BLAKE2b-256 77017f49c73a02d08838c38809ced5b8368ed17a0bdd04a54a2aa21fb23dfd17

See more details on using hashes here.

File details

Details for the file gensim-0.8.5-py2.7.egg.

File metadata

  • Download URL: gensim-0.8.5-py2.7.egg
  • Upload date:
  • Size: 2.2 MB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gensim-0.8.5-py2.7.egg
Algorithm Hash digest
SHA256 23b2b6c8befd3c48b45343ed5ed43cd7644e1e0f68644f6ad39c42f136da9a92
MD5 589a69f6205fd2c139085613a3a2f96b
BLAKE2b-256 1916f2cc29c720b4b7524cef1759099b1a5185967de91a4c473a64d11e89ac04

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page