loongson/pypi/: gensim-3.7.3 metadata and description

Homepage Simple index Newer version available

Python framework for fast Vector Space Modelling

author Radim Rehurek
author_email me@radimrehurek.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Console
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
  • Operating System :: OS Independent
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Topic :: Scientific/Engineering :: Artificial Intelligence
  • Topic :: Scientific/Engineering :: Information Analysis
  • Topic :: Text Processing :: Linguistic
download_url http://pypi.python.org/pypi/gensim
keywords Singular Value Decomposition,SVD,Latent Semantic Indexing,LSA,LSI,Latent Dirichlet Allocation,LDA,Hierarchical Dirichlet Process,HDP,Random Projections,TFIDF,word2vec
license LGPLv2.1
provides_extras test-win
requires_dist
  • numpy (>=1.11.3)
  • scipy (>=0.18.1)
  • six (>=1.5.0)
  • smart-open (>=1.7.0)
  • Pyro4 (>=4.27) ; extra == 'distributed'
  • pytest ; extra == 'docs'
  • pytest-rerunfailures ; extra == 'docs'
  • mock ; extra == 'docs'
  • cython ; extra == 'docs'
  • pyemd ; extra == 'docs'
  • testfixtures ; extra == 'docs'
  • scikit-learn ; extra == 'docs'
  • Morfessor (==2.0.2a4) ; extra == 'docs'
  • python-Levenshtein (>=0.10.2) ; extra == 'docs'
  • visdom (!=0.1.8.7,>=0.1.8) ; extra == 'docs'
  • Pyro4 (>=4.27) ; extra == 'docs'
  • sphinx ; extra == 'docs'
  • sphinxcontrib-napoleon ; extra == 'docs'
  • plotly ; extra == 'docs'
  • pattern (<=2.6) ; extra == 'docs'
  • sphinxcontrib.programoutput ; extra == 'docs'
  • pytest ; extra == 'test'
  • pytest-rerunfailures ; extra == 'test'
  • mock ; extra == 'test'
  • cython ; extra == 'test'
  • pyemd ; extra == 'test'
  • testfixtures ; extra == 'test'
  • scikit-learn ; extra == 'test'
  • Morfessor (==2.0.2a4) ; extra == 'test'
  • python-Levenshtein (>=0.10.2) ; extra == 'test'
  • visdom (!=0.1.8.7,>=0.1.8) ; extra == 'test'
  • pytest ; extra == 'test-win'
  • pytest-rerunfailures ; extra == 'test-win'
  • mock ; extra == 'test-win'
  • cython ; extra == 'test-win'
  • pyemd ; extra == 'test-win'
  • testfixtures ; extra == 'test-win'
  • scikit-learn ; extra == 'test-win'
  • Morfessor (==2.0.2a4) ; extra == 'test-win'
  • python-Levenshtein (>=0.10.2) ; extra == 'test-win'
  • visdom (!=0.1.8.7,>=0.1.8) ; extra == 'test-win'
File Tox results History
gensim-3.7.3-cp37-cp37m-linux_loongarch64.whl
Size
25 MB
Type
Python Wheel
Python
3.7
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2025-04-09 10:45:52
gensim-3.7.3.tar.gz
Size
22 MB
Type
Source

Travis Wheel

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, streamed, out-of-core),
  • 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 multicore implementations of popular algorithms, such as online Latent Semantic Analysis (LSA/LSI/SVD), Latent Dirichlet Allocation (LDA), Random Projections (RP), Hierarchical Dirichlet Process (HDP) or word2vec deep learning.
  • Distributed computing: can run Latent Semantic Analysis and Latent Dirichlet Allocation on a cluster of computers.
  • Extensive documentation and Jupyter Notebook 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.

It is also recommended you install a fast BLAS library before installing NumPy. This is optional, but using an optimized BLAS such as ATLAS or OpenBLAS is known to improve performance by as much as an order of magnitude. On OS X, NumPy picks up the BLAS that comes with it automatically, so you don’t need to do anything special.

The simple way to install gensim is:

pip install -U gensim

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

python setup.py test
python setup.py install

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

This version has been tested under Python 2.7, 3.5 and 3.6. Support for Python 2.6, 3.3 and 3.4 was dropped in gensim 1.0.0. Install gensim 0.13.4 if you must use Python 2.6, 3.3 or 3.4. Support for Python 2.5 was dropped in gensim 0.10.0; install gensim 0.9.1 if you must use Python 2.5). Gensim’s github repo is hooked against Travis CI for automated testing on every commit push and pull request.

How come gensim is so fast and memory efficient? Isn’t it pure Python, and isn’t Python slow and greedy?

Many scientific algorithms can be expressed in terms of large matrix operations (see the BLAS note above). Gensim taps into these low-level BLAS libraries, by means of its dependency on NumPy. So while gensim-the-top-level-code is pure Python, it actually executes highly optimized Fortran/C under the hood, including multithreading (if your BLAS is so configured).

Memory-wise, gensim makes heavy use of Python’s built-in generators and iterators for streamed data processing. Memory efficiency was one of gensim’s design goals, and is a central feature of gensim, rather than something bolted on as an afterthought.

Citing gensim

When citing gensim in academic papers and theses, please use this BibTeX entry:

@inproceedings{rehurek_lrec,
      title = {{Software Framework for Topic Modelling with Large Corpora}},
      author = {Radim {\v R}eh{\r u}{\v r}ek and Petr Sojka},
      booktitle = {{Proceedings of the LREC 2010 Workshop on New
           Challenges for NLP Frameworks}},
      pages = {45--50},
      year = 2010,
      month = May,
      day = 22,
      publisher = {ELRA},
      address = {Valletta, Malta},
      language={English}
}

Gensim is open source software released under the GNU LGPLv2.1 license. Copyright (c) 2009-now Radim Rehurek

Analytics