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) 2011 Radim Rehurek

Project details


Release history Release notifications | RSS feed

This version

0.8.3

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.3.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.3-py2.5.egg (2.2 MB view details)

Uploaded Egg

File details

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

File metadata

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

File hashes

Hashes for gensim-0.8.3.tar.gz
Algorithm Hash digest
SHA256 06eb89e7315bbd427120cf3e3afc17bc2a518d7c76432d23a398f72c7e74a94f
MD5 8fb5b16eb1124cd5dcacdf64e1b6a7cd
BLAKE2b-256 ece3c7a24056cf08fb8ed435a1b48b7952960ea71bc6eb6a910f543b18a27bb9

See more details on using hashes here.

File details

Details for the file gensim-0.8.3-py2.5.egg.

File metadata

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

File hashes

Hashes for gensim-0.8.3-py2.5.egg
Algorithm Hash digest
SHA256 78d413de5ce958bca9e590b680074e30e4b26873b16b7db7274a339d019389f0
MD5 0a7ff3e366b8ba7848aa86b1f80fdbab
BLAKE2b-256 2260cc139bc9f4d9550d6d903880996a7af14701e2de0a87050c0024bef18a4d

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