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.7.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.7.1.win-amd64-py3.7.exe (24.7 MB view details)

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

gensim-3.7.1.win32-py2.7.exe (24.1 MB view details)

Uploaded Source

gensim-3.7.1-cp37-cp37m-win_amd64.whl (24.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

gensim-3.7.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.6 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.7.1-cp36-cp36m-win_amd64.whl (24.1 MB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

gensim-3.7.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.6 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.7.1-cp35-cp35m-win_amd64.whl (24.1 MB view details)

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

gensim-3.7.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.6 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.7.1-cp27-cp27mu-manylinux1_x86_64.whl (24.2 MB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mWindows x86-64

gensim-3.7.1-cp27-cp27m-win32.whl (23.9 MB view details)

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

gensim-3.7.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.6 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.7.1.tar.gz.

File metadata

  • Download URL: gensim-3.7.1.tar.gz
  • Upload date:
  • Size: 23.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.tar.gz
Algorithm Hash digest
SHA256 ed845ac585f724ae1f40fdb517ed8ade822531f9bbcd1be4a599c2e86aff48a8
MD5 cd8ee7a2d2adc5e0f457bc8cd6052463
BLAKE2b-256 fc6d6bf367a5d7b19bd3b7fbcab08c42ce0ae4d102e52eefb3ea1dda1278eb41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1.win-amd64-py3.7.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.win-amd64-py3.7.exe
Algorithm Hash digest
SHA256 8165ce8c22a840a8e07da80faf695577a010b7e735d23cd7987b92306c0438f3
MD5 318b6f08c2d3dc67070bbbe0f2393ef2
BLAKE2b-256 1212f635e4005e0ddab3c22e91b786982dc2c66b9eee83733b58b8c3828affbc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1.win-amd64-py3.6.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.win-amd64-py3.6.exe
Algorithm Hash digest
SHA256 05669ba063da77b2b3875ecc9e8cb5f824483e601c14ed6d86b21fc902795144
MD5 e508f9a154e9cf88072608de0d8ec4ac
BLAKE2b-256 420add507f21a43ebb55421a46d11f660c17389d523b58e2a5ae5edf2f03eae7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1.win-amd64-py3.5.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.win-amd64-py3.5.exe
Algorithm Hash digest
SHA256 12ac934454f7fe31c84790d44ec58292ded5348bf06b3af0573f1ee9dc5af11b
MD5 07cd1ff691a771ec8a374853632ca36d
BLAKE2b-256 ab4c66ce843e6c21234fa5c9e97f635b0f9f40e20e0f55f7d2341e6e3d2863a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1.win-amd64-py2.7.exe
  • Upload date:
  • Size: 24.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.win-amd64-py2.7.exe
Algorithm Hash digest
SHA256 f6f5c9fa18807b6318260d944af1bf2983940da898ea7bbd2922dd89254eb73a
MD5 5f4d9c31bbf470a6ac862fbe66668b82
BLAKE2b-256 a8d290de03de631f4f92f0f52e283f87e16d52cf570986cbd6eae7c5f31d95fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1.win32-py3.7.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.win32-py3.7.exe
Algorithm Hash digest
SHA256 ac4b6e456b893e06bd8b999d3414d124b821e09c671c8d4b59dcf43ce744be30
MD5 30d78cc78ea0a4b2e363f66cfe0d7720
BLAKE2b-256 45fd71fb09e1c3440f47fc2c658c8dced271049dcf40b856debdf7b0153e56fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1.win32-py3.6.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.win32-py3.6.exe
Algorithm Hash digest
SHA256 d9651b801c566239b93b6e4df02dcc64adee231137746cce9d324dd2062b82d8
MD5 5ce8e92e4372dbff2a55b557a4e6a8ad
BLAKE2b-256 3b9260528c25f3587031a3305eb9ba4ac8faa372da6166930351baf8d2d464a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1.win32-py3.5.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.win32-py3.5.exe
Algorithm Hash digest
SHA256 6a65453bda803c1b098149dc87f51b37976fdc21933d1f7f2d35b4ee3ddb84c1
MD5 549fc59e8e194913370539b353fabfb7
BLAKE2b-256 b85d5e160f27403682a135f44dfd89b12aa4e71a75c75e8162cfd9073ee1f966

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1.win32-py2.7.exe
  • Upload date:
  • Size: 24.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1.win32-py2.7.exe
Algorithm Hash digest
SHA256 257d55709df3928aa09b85f2466fd4ad9a11f099b3a8652e6306512ddec5bb41
MD5 7e91155621e67538dd5cc6d289e52658
BLAKE2b-256 ce67a68eaf581ded28d77c80ce1b54b248d7901b559b27ade57d2dfb186436b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b502e0024f4f7e3942b79aac55434eafc6a8d9a0dc15987636aad874b92f45ba
MD5 829a63ef40d3c1bbace121a730e43a5e
BLAKE2b-256 08c958bbe33a6a440f7ba58b90d5682525ee8d446d288018bbfca0ac2b69f9b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 76824556d703703c933979b4103d7f7b820c9f304cc3e46b1eccbf187fd1dee5
MD5 0dfa94cf2b66a4f4e6239aa7cc463a95
BLAKE2b-256 0f0dad2a5ccffd3b35e85ea6cc4d2058160e47386defb17054ada84b7a6084bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8cc0e831b0f64aa77961122f781aa4d03fe7676a9067b0b7ff40e9f4a65c0284
MD5 22d878adb69084eeb65e4fead15a3c6f
BLAKE2b-256 1a2218d108180fb6d9408a7c7d3c47e1a7c7a4e0d348420be27faa9a22f57117

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c557a43738e7f7bfd1f394f0f92a1da2a72bfa10e24eafa0b4e148da4632aa73
MD5 47e931d938bd2d7e3020e172576504f3
BLAKE2b-256 27682c3b80deaf4e33c6343066ce3787a125f676d8b9ca4ea8f10039a0ac67c2

See more details on using hashes here.

File details

Details for the file gensim-3.7.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.7.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 556ef121b83d9426fad7a658934dab113f774ce717e3aaf5bec43c85875cf82d
MD5 c28af059501748195875c4b0867073f3
BLAKE2b-256 ad635a4b694ac7d0dd0a7d061ba6af0dbd057379da21c7ea7efd44ae3299f87d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 58a31d55c4e0212f9b42cb0d6694f6e51a71ab76f834d43f132933e7fe8d58c8
MD5 72030bf69d43c6149aca7f3329c715ad
BLAKE2b-256 54eec1f685caa83ee9b8f54573b51648af61b01377bcc5981a18704f5247cce7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ae5f378ead4daacc8e4a35ebfbae9a7cd1607103278c47319176be6e653cfa8e
MD5 99a735a76ce329c413bb89973930adbf
BLAKE2b-256 1ca36b286362bc6056470fa45571c0e44207076bc8c9f6ca0258a4f4a1ef996e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7cb98fe25bd147436d8965e747f1f7cb370c10251cef1f945777e7ac34b80e13
MD5 89f848d4094f02ec7db381601f394f0c
BLAKE2b-256 d7b96c93685bed0026b6a1cce55ab173f6b617f6db0d1325d25489c2fd43e711

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 09df605d2ca4c547915f046a6aec7354061528b27a496e37bb4c09a7c80c7b0e
MD5 b466e212337a6d74aed14c94355ce304
BLAKE2b-256 01802cd4bddbb1add5fbbae6d738ca69caa0721dbe30533ffc5b52558756c1d6

See more details on using hashes here.

File details

Details for the file gensim-3.7.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.7.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 1750251bc6c15c410629c727a4ca0bdc1d354dcb6eb3ac6bf6abdeb748abf022
MD5 d520f7efcd056fc95cb345c9e566de82
BLAKE2b-256 7aed70ec5b2601d21e1a3258228d8da563f94ffc86e84cd8a7f600da0c6ebad8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 22875a91c0be03569a6859424170f0b08eb5ff294b90b838e2b8b4bfd0d31c1d
MD5 11e12a6f34f8bc702dbaf11cc484bd94
BLAKE2b-256 e3219b6a38cdaf38374e4ec40c8c49f7472dff97431bf595cfb09d8f58836a4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 3685aa0a8bcb479f1623791ba5d88ccdda9335254750eb7ebd05f2811b879470
MD5 244fc05d477349258e2dac19e4a958e1
BLAKE2b-256 64b4619d07ae9c416bfd9a4e821b046835c3df019f1f6a40e99564a4a25f76b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 370938172157e38c4201aaf7f7d2ccdbee7fb830f821cce3fd4adaf1a1aa8d9f
MD5 33898db7bfbce27878dd1424a73d9963
BLAKE2b-256 74514afe96105fe8884cad58535203ddf70b20b313119af257198f5ce13e0300

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 403b3f8dc25bf61170e106d880259c293d8a4dcddf22bd4b1e468f3c8d3cbda5
MD5 23639a680cd0aef92eab560a98300cf7
BLAKE2b-256 75c050c8ec3a5f422379851454b9d70b20f6348ca8eacd819df80153c1f4cbe4

See more details on using hashes here.

File details

Details for the file gensim-3.7.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.7.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 cca3b4b312e7167a88a11e175e48a9f109d5a66b6d08407956019380a1ff0216
MD5 5764b0483681a13c4fb0351da1d64845
BLAKE2b-256 cc833c750a0e216a64125472c22be2695b0d28bb2e9f5c49e2b70a3e77eacf19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9dfd74bce3a1e16af176341b18d51584acd650dcf4fb11852573528485667b07
MD5 12e5d883e4c4b299ee9a42de768190ca
BLAKE2b-256 801e1efc81ea344ea2a22e954b1b4471b3d2d95b3b3fb156ba909e8bda67ed89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 04a5cf62c9e85b9d7d731a75aac2d69c809859737474da435263e1483e0a2a1b
MD5 540e3ba09ca7a783316f84f00324e3ad
BLAKE2b-256 83563b82ce599fd60002517c81d7001a94fdb6b0bc6791d1ee4e8f7080279fda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 bbd16c75525638cc01fb5510f2f4148d47b8064fbac858c76420f47837d35859
MD5 8514616d02f97a198cbb91219332b6c0
BLAKE2b-256 60c7f9ba42f0d63575b72bfcfe48641ccb595e8f8167fbf83d739120f3f615cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 23.9 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 30d69907d918ba7eca066ed3ee5be409c7b6e47d18b11256102b5b10c2ec0573
MD5 edcce9c2c10e43e5def00c076c9e1e6c
BLAKE2b-256 6c8ff464895eb22c35c5ac9434d7f09a4787a76ec312fdb99c01ddb47b4bf3e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.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/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 923ced098522431f59122f8457f3837f297bba45d5959866793ec89404a426f1
MD5 701ef9c5c665aa089293c40a38c38768
BLAKE2b-256 f56e2ba6b184afee19f21a2e0ebeb0d75a7bb22264a7afc4c5d3a607ea716490

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.7.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15rc1

File hashes

Hashes for gensim-3.7.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 02a2063eaf0e47d22002a29ac94f135279ce3a8ee9f878cb5d1608eb662b3b0e
MD5 42689aa7ddf3c3155c99f3dd6d446168
BLAKE2b-256 1df878ed8b6719d4a972b006dbebfd043a9a005eee60de56767982df59047a54

See more details on using hashes here.

File details

Details for the file gensim-3.7.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.7.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 83c635baa9f3091211bdc0fc8888c0ec1ecc6ab8de27ab27c6384e71fc746347
MD5 a98a9bdee2f3b14605896c7a2b80d66a
BLAKE2b-256 cd3d11ca87a8028acc70cb38cb6362fbc203765ec2068ae445a7de4e5f4d5402

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