Skip to main content

Python framework for fast Vector Space Modelling

Project description

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.

Documentation

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

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-3.8.1.tar.gz (23.4 MB view details)

Uploaded Source

Built Distributions

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

gensim-3.8.1.win-amd64-py3.7.exe (24.7 MB view details)

Uploaded Source

gensim-3.8.1.win-amd64-py3.6.exe (24.7 MB view details)

Uploaded Source

gensim-3.8.1.win-amd64-py3.5.exe (24.7 MB view details)

Uploaded Source

gensim-3.8.1.win-amd64-py2.7.exe (24.2 MB view details)

Uploaded Source

gensim-3.8.1.win32-py3.7.exe (24.5 MB view details)

Uploaded Source

gensim-3.8.1.win32-py3.6.exe (24.5 MB view details)

Uploaded Source

gensim-3.8.1.win32-py3.5.exe (24.5 MB view details)

Uploaded Source

gensim-3.8.1.win32-py2.7.exe (24.2 MB view details)

Uploaded Source

gensim-3.8.1-cp37-cp37m-win_amd64.whl (24.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

gensim-3.8.1-cp37-cp37m-win32.whl (24.1 MB view details)

Uploaded CPython 3.7mWindows x86

gensim-3.8.1-cp37-cp37m-manylinux1_x86_64.whl (24.2 MB view details)

Uploaded CPython 3.7m

gensim-3.8.1-cp37-cp37m-manylinux1_i686.whl (24.1 MB view details)

Uploaded CPython 3.7m

gensim-3.8.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (24.7 MB view details)

Uploaded CPython 3.7mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

gensim-3.8.1-cp36-cp36m-win_amd64.whl (24.2 MB view details)

Uploaded CPython 3.6mWindows x86-64

gensim-3.8.1-cp36-cp36m-win32.whl (24.1 MB view details)

Uploaded CPython 3.6mWindows x86

gensim-3.8.1-cp36-cp36m-manylinux1_x86_64.whl (24.2 MB view details)

Uploaded CPython 3.6m

gensim-3.8.1-cp36-cp36m-manylinux1_i686.whl (24.1 MB view details)

Uploaded CPython 3.6m

gensim-3.8.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (24.7 MB view details)

Uploaded CPython 3.6mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

gensim-3.8.1-cp35-cp35m-win_amd64.whl (24.2 MB view details)

Uploaded CPython 3.5mWindows x86-64

gensim-3.8.1-cp35-cp35m-win32.whl (24.1 MB view details)

Uploaded CPython 3.5mWindows x86

gensim-3.8.1-cp35-cp35m-manylinux1_x86_64.whl (24.2 MB view details)

Uploaded CPython 3.5m

gensim-3.8.1-cp35-cp35m-manylinux1_i686.whl (24.1 MB view details)

Uploaded CPython 3.5m

gensim-3.8.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (24.7 MB view details)

Uploaded CPython 3.5mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

gensim-3.8.1-cp27-cp27mu-manylinux1_x86_64.whl (24.2 MB view details)

Uploaded CPython 2.7mu

gensim-3.8.1-cp27-cp27mu-manylinux1_i686.whl (24.1 MB view details)

Uploaded CPython 2.7mu

gensim-3.8.1-cp27-cp27m-win_amd64.whl (24.0 MB view details)

Uploaded CPython 2.7mWindows x86-64

gensim-3.8.1-cp27-cp27m-win32.whl (24.0 MB view details)

Uploaded CPython 2.7mWindows x86

gensim-3.8.1-cp27-cp27m-manylinux1_x86_64.whl (24.2 MB view details)

Uploaded CPython 2.7m

gensim-3.8.1-cp27-cp27m-manylinux1_i686.whl (24.1 MB view details)

Uploaded CPython 2.7m

gensim-3.8.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (24.7 MB view details)

Uploaded CPython 2.7mmacOS 10.10+ Intel (x86-64, i386)macOS 10.10+ x86-64macOS 10.6+ Intel (x86-64, i386)macOS 10.9+ Intel (x86-64, i386)macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: gensim-3.8.1.tar.gz
  • Upload date:
  • Size: 23.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.tar.gz
Algorithm Hash digest
SHA256 33277fc0a8d7b0c7ce70fcc74bb82ad39f944c009b334856c6e86bf552b1dfdc
MD5 e967ccfcec7ecac3f7924e7278a8bf61
BLAKE2b-256 73f2e9af000df6419bf1a63ffed3e6033a1b1d8fcf2f971fcdac15296619aff8

See more details on using hashes here.

File details

Details for the file gensim-3.8.1.win-amd64-py3.7.exe.

File metadata

  • Download URL: gensim-3.8.1.win-amd64-py3.7.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.win-amd64-py3.7.exe
Algorithm Hash digest
SHA256 3dba0af2c02bbcf30496b2fab7378e4190cad32a6a1145eec0f2cb5a40189c73
MD5 72ee93fbdb296824d5c544f231a71df3
BLAKE2b-256 c1d22b3aa724fffbf1566f02060161e4504c644419b01476434fdfc3cf06343f

See more details on using hashes here.

File details

Details for the file gensim-3.8.1.win-amd64-py3.6.exe.

File metadata

  • Download URL: gensim-3.8.1.win-amd64-py3.6.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.win-amd64-py3.6.exe
Algorithm Hash digest
SHA256 3cae31d081a1770eda226c63290da198c0fa55a4b680ed18eb5360a4be9bd5da
MD5 e56e11b98987d77d8939b10fe7b172d3
BLAKE2b-256 eb8adb54f4420b1f2dd7733b0c0badb54c0be4b4df2f0f8c71249c548cb21bcc

See more details on using hashes here.

File details

Details for the file gensim-3.8.1.win-amd64-py3.5.exe.

File metadata

  • Download URL: gensim-3.8.1.win-amd64-py3.5.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.win-amd64-py3.5.exe
Algorithm Hash digest
SHA256 a4d9806496823c5e4f787118b87e55f61360ece0ea0fbebef7eb0782492077d9
MD5 510837190784089a39e9e6cbbcbf0c6b
BLAKE2b-256 9d744b3dde33c6283b153f5f096b4da0d39c82ba5cd4b4cd3f7c34e7ea67e1fa

See more details on using hashes here.

File details

Details for the file gensim-3.8.1.win-amd64-py2.7.exe.

File metadata

  • Download URL: gensim-3.8.1.win-amd64-py2.7.exe
  • Upload date:
  • Size: 24.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.win-amd64-py2.7.exe
Algorithm Hash digest
SHA256 ace82a26c9d4663fbe55c2d84ee168edd0e9e23062a0961ff99575615ca4603a
MD5 42e1dd95f628d72aaa94a7b7ffa58cc1
BLAKE2b-256 bf078c8e381f41eb247378b40c4fe38ca95fc38a4be97378a549d16cf760e29e

See more details on using hashes here.

File details

Details for the file gensim-3.8.1.win32-py3.7.exe.

File metadata

  • Download URL: gensim-3.8.1.win32-py3.7.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.win32-py3.7.exe
Algorithm Hash digest
SHA256 03edf191f1ada39db767fd593f8f9cee20e25dd17f5df9b8c71a2355113f7e7e
MD5 c41485b55d454084ed354c74af5a714b
BLAKE2b-256 9ad055e0b32026bbaee209d3c2f0b1d1c00552fda00b405e080b3994359a0cff

See more details on using hashes here.

File details

Details for the file gensim-3.8.1.win32-py3.6.exe.

File metadata

  • Download URL: gensim-3.8.1.win32-py3.6.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.win32-py3.6.exe
Algorithm Hash digest
SHA256 091db4e1489399192214dd2466e7c5b4f9cd82c2ba8dfa468a6572cde11c8558
MD5 9fb7824d0ff225f8159b4fee5fd08858
BLAKE2b-256 d0984926ef6b00593b08cbd10e05ac8bd51bfe805c522198c5949902caa318dc

See more details on using hashes here.

File details

Details for the file gensim-3.8.1.win32-py3.5.exe.

File metadata

  • Download URL: gensim-3.8.1.win32-py3.5.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.win32-py3.5.exe
Algorithm Hash digest
SHA256 49cb7fe8edc70aef22cdc884d7b8b9b22f892ae5918e2ca8e21bd9c13df02383
MD5 852d86f553342b8889ada50095c417e8
BLAKE2b-256 be1438837c5a611379cd9f9479d24a4f38597db1f9dbd5b462f12f77d0dbab77

See more details on using hashes here.

File details

Details for the file gensim-3.8.1.win32-py2.7.exe.

File metadata

  • Download URL: gensim-3.8.1.win32-py2.7.exe
  • Upload date:
  • Size: 24.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1.win32-py2.7.exe
Algorithm Hash digest
SHA256 88ad391dff5117a3521538b77e724013dc0c751d0c96bd5e8026bcf759e2afe1
MD5 f6c39cb9b4ebbb83155567486d9fa7c8
BLAKE2b-256 0e731baa252dfa5e1f781be366a9aeada569209145b29d5a5eda37f66b2fd8a5

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 36518200175c708e762f5763f34b1e5a6b64e7844f2c172afd480231361192fd
MD5 1c293d9f05062e6d878baf4a9634e8ca
BLAKE2b-256 09edb59a2edde05b7f5755ea68648487c150c7c742361e9c8733c6d4ca005020

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: gensim-3.8.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d3b3cb01e4e997731c41944ffbfce2af67585c6a60fd4fc4a02909dff77021aa
MD5 45360fd971f23f0c4a60d037278fd406
BLAKE2b-256 f6f8be2ba8e518af22ab3a947406666039b48fc57106a394cd57884216cf707f

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4e5344a07e6646198669befb3f6d3d25209693a904863293da2b0233c5526686
MD5 10bbf635238d069dfc73d2f21d5de03e
BLAKE2b-256 4493c6011037f24e3106d13f3be55297bf84ece2bf15b278cc4776339dc52db5

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: gensim-3.8.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1b747baf65b51e101db5b4b8eb84ac2c400ab81c3fb0758ff5f879693e936ce3
MD5 953345364e54bde5b2c658276600be6b
BLAKE2b-256 68e3fe92775885ef05707403171fbf681ffa1f74307f6bca2bddf43b48ba2adc

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for gensim-3.8.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 267983deeb6969a43f7366a188c4f5f2942a49271b7dbdfc07066707fb2029e2
MD5 cb45251b6d94e9a05daf6eff36d40483
BLAKE2b-256 b3541d7294672110d5c0565cabc4b99ed952ced9a2dc2ca1d59ad1b34303a6de

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1cfd541f4a8651d5d24f61b35a263573bb3464f1d72d12366c4ab15931c81fad
MD5 f07c148dacd0f3c4a54313913a6ab0cf
BLAKE2b-256 e2a6ec7a2b8bb0a0cd864e437e1984398893f959592dc0d702ffffb1683fe7e3

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: gensim-3.8.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 afca1f0081b5e1ce3f07d7ac540196c1af81b9d0513fbd8c4744cc7910922e09
MD5 9311d1d2202324b95dd109bd6223a2a0
BLAKE2b-256 747b5722ed38d51f4692f2523b17188fe2d1f270b9f030ea39dafbf1d0f1f1a6

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 11c01f38a77579b4fda635b92f1231b2986d9fefff44af401c2d106901b9342a
MD5 717d9d640270c76ef0bba54ff5308523
BLAKE2b-256 d1dd112bd4258cee11e0baaaba064060eb156475a42362e59e3ff28e7ca2d29d

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: gensim-3.8.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ef51a5aada90ce0f8f13be750e8d8460bd33e2793c2e74bb453fb1ce7b7ba79d
MD5 fd15526c4a38ba49be96433f4b1dbe42
BLAKE2b-256 91d59bfb8568bf9ae2e02d0026170690c987833979aaf952c146018eccc59557

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for gensim-3.8.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 ba19d8021554c773420321cc0b1ad5ed1f0cd5d14c08a24631263f23d6e8c14e
MD5 150b4e9fd5040ca4dfce400058fa7867
BLAKE2b-256 1e276fdcddfbce1963989eb527f0ba4749829509c0172c275806cffd5a7e1776

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d9f13b7f0c425b632f18b0b7c87551a0e0d87695506e63153b442e137a4a69fd
MD5 9a5f50c9ac94c2a52ddbacc5c6225718
BLAKE2b-256 30a7457e91b849aa16976398802c8f92b54d70f73931be91e3aab33e7f65a3f9

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: gensim-3.8.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 bd0e40149a6f07961123f8770b68050366b6772f38521c75a9d0b03242cb9fde
MD5 f55735ef9431b3cb9f80993629240633
BLAKE2b-256 551c15453fe4277c5dc738e8c26454ee89661bfeed5678e1abc5f0a9dee33476

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 56fc56f1b8044f33c29ab3f5416d05a1655223a7654cc0887e4e0a17f50e6006
MD5 ce516d78e8f994ea3c1daa8a85437d36
BLAKE2b-256 c2db677f0c8a1c49b44e7a999c2fdbcba576017c10d3d77d11c29ee3fa1b291e

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: gensim-3.8.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 734c8fcd65068f06c1da37beeec7b22a9380faa63a307a99b0bb109560e05e47
MD5 0b710b429e98bbc1dc34dad83ba2072d
BLAKE2b-256 13dc02d2ebd01dbeb77b3bdf7c6705e2a663b45218cf0b0c46ae87afb0aceacc

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for gensim-3.8.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 db3b8cfc03e9b7e4c93ea2221cb82d9719fcc3cd16201191f45f12e3c9b0f206
MD5 6bb4d1eeb614d6d3ce97db90c0f04e14
BLAKE2b-256 288f09bf47fbb00c3a9f4bd3e6e690550f98c8ecf834d27afed130572ac040a6

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b08c526ce5dabceb042499c7711e229fb3d2874f69a83dbcab77a35bedac8552
MD5 04f169dee76f9a49442c410a42e4d25a
BLAKE2b-256 ecdbd0c6edd6e7211e7c47404034ed9dd71032a0a77c6ae8835505f1bd176a55

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: gensim-3.8.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 458c2dea186e7e35fa417b13060c4c5ce63e90c36240c745574a95c2b02c425b
MD5 9a20b98ba3cdb6173c29ca553c1bf8bc
BLAKE2b-256 8bbf0fd4157def31eba1029b57c09e8792dd59efa476231bf1008219cfb5f573

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 6c7065de589edd53cd42f4e5bbae8a821d285c75f12412ee0e32c972f14672c1
MD5 661b8f7842be872a52396d812b854ead
BLAKE2b-256 366a70ae744d89a7bf3506ee884fff790db1227abcf263be0a7536c1fbb8dfe4

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: gensim-3.8.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 58f28f6dd25cb4f83ace8b6be1e132d56acfd60b823241e84bb8cba2e9676a39
MD5 55604b9e41514a1759cf07d1800121d1
BLAKE2b-256 7d63732ffceca3d782be051effc2589f1fa8d23f854837c0dd585a06c9f20156

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: gensim-3.8.1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1a302a0829eaa023fa6e91e3b489e5b6173127124f2bfbdfa4118b75bd402264
MD5 3c48358111ca851bcfac047881a3a45e
BLAKE2b-256 eff0d28cefff34fff0212b3e3e56cc339fe98c2e7bd010d6546a228245ff44bb

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: gensim-3.8.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for gensim-3.8.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 10d0a01a541aa9810add46fe2ccb043a86d99f5075f8dc35466f65949adcb64c
MD5 e957160ce331422ab2d5c8b7100f653a
BLAKE2b-256 1e0a20c3cdc52ee05184930ab4d3e7017e93e5ad827dc9e6e52181dc45a2c487

See more details on using hashes here.

File details

Details for the file gensim-3.8.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for gensim-3.8.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 498bc173df0cebb430e01d9860d8cb9a1d4724537da3b3b1b6ec371ddd86794e
MD5 d5e4009727508bc98783ff619b785949
BLAKE2b-256 a465a865f78fd83a89252ff20bdba681cfa3fea0d96eb9a28585e96abc8f0e88

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