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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

gensim-3.8.2-cp37-cp37m-manylinux1_i686.whl (24.2 MB view details)

Uploaded CPython 3.7m

gensim-3.8.2-cp37-cp37m-macosx_10_9_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

gensim-3.8.2-cp36-cp36m-manylinux1_i686.whl (24.2 MB view details)

Uploaded CPython 3.6m

gensim-3.8.2-cp36-cp36m-macosx_10_9_x86_64.whl (23.7 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

gensim-3.8.2-cp35-cp35m-macosx_10_7_intel.whl (24.7 MB view details)

Uploaded CPython 3.5mmacOS 10.7+ Intel (x86-64, i386)

File details

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

File metadata

  • Download URL: gensim-3.8.2.tar.gz
  • Upload date:
  • Size: 23.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2.tar.gz
Algorithm Hash digest
SHA256 46e3065e82e11d2c50c682aa17729292734a8388cb7301f0e3204052d2df2ff5
MD5 cdc50d2128bc290d25e2323d42f6dcdb
BLAKE2b-256 8acdc3181a9bf69cf2929bcf2ead1f1d7779b0ed375aecff157c48b2ff417367

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2.win-amd64-py3.7.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2.win-amd64-py3.7.exe
Algorithm Hash digest
SHA256 5a114d3c1339255496c0be7b20fa0b5740fb2ccde0b56f4631e48fefe4be7c06
MD5 b62559da11cd515c92fba28090b70a26
BLAKE2b-256 835f47fbe3be01520e994a2b7ed19280817e75d5a22e0b6db201bafc00457f6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2.win-amd64-py3.6.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2.win-amd64-py3.6.exe
Algorithm Hash digest
SHA256 db22e1f6bfd093dc8c143e75ce4eb21a5c96568822d2447d952ae65c5be8240b
MD5 f6c32ae7f47a33e0ee35662a00aed164
BLAKE2b-256 a5c6f862e180f01f0b767490125e7e603acbcee1ecc6fb39bdf24837e053f873

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2.win-amd64-py3.5.exe
  • Upload date:
  • Size: 24.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2.win-amd64-py3.5.exe
Algorithm Hash digest
SHA256 48c6653dcc1a168209108d7658cae3b9b8aa05b212252bb5a696d6ba9b1da09c
MD5 31b423812e71ea050d25721762aeecca
BLAKE2b-256 c4e46f3de1835f9ad5d092e2d92ba617bc15c4d8ca563d1f7a49044da74d6789

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2.win32-py3.7.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2.win32-py3.7.exe
Algorithm Hash digest
SHA256 3234cbd52c0a4d548f385393040277fab03593358fee5673533e7ee6ed2f406c
MD5 eb8c80fc9f065f0e04df46f5e793d760
BLAKE2b-256 fab829757378c013318fbf4bb6699ad18119f795f55966f0af92d9006c152a81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2.win32-py3.6.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2.win32-py3.6.exe
Algorithm Hash digest
SHA256 a9f0a27126126e466db0faccfe506559d50d0346c12d4b4d8d796d60bb8776a8
MD5 eeb50ef997103ece028f8d4e2dae6771
BLAKE2b-256 f240e32b46fb62e10f243bb88404216a9c75ad9cc9dadeba369993adb0214c28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2.win32-py3.5.exe
  • Upload date:
  • Size: 24.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2.win32-py3.5.exe
Algorithm Hash digest
SHA256 8a96813bab1043544c8d20806663c649195dcf13270ed6f336748ceb4ab90bd6
MD5 80b733e202aeec7fc0ea20b4ebcb7af4
BLAKE2b-256 ada0510d1631cf463b0564a54421b2a4fa7532a04c7f6117db3f9820f34d3b67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-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/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5a7227c03a9ab48d80e306104a295f518e4049f21e29a51f41702bda247d5478
MD5 d7a48702320a62be59b72e5b6e0f3874
BLAKE2b-256 beb1a3fcc71394e2e64f682111827b79572ed0dba2facbf3bc23ede5ea299edf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c8ae97aac860c57ffa444425a76566e1cf1d120daa2b3af6a748c2fe9edf48a5
MD5 9d6cdbc9e1f1f250393a369d4c3d3ad3
BLAKE2b-256 63146905f63859782950832832c81cfbbba619f6c1d91bedcf96a0114de1313b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7ddac73e8ad42f4522fb12a3b3c85192e28c67bb54dbc36ba7d53be8a7f8fed5
MD5 6fc32ed35a80abe309ba0cea14a1d748
BLAKE2b-256 7dd9e69c5c556f16b9ac04ecd3523b39c64fbd15524bfb40cd923497bd16b6a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 77bfbc0a424611f50d87e38ee92c514870f4a9eb2eb92efd9478d66f14a3dacc
MD5 7624e58b550809f65bfc67a203f86023
BLAKE2b-256 926028a333966ff35ee42acd24738c7d8a6466805e70fd12ff0c5228db992800

See more details on using hashes here.

File details

Details for the file gensim-3.8.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gensim-3.8.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 23.7 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b0d0c4750adeb169744e5e6b60eb3425bc47b2e19ca77ae2aeae26ca03d6c6c8
MD5 c0374c908a8f147ab26234939fa2694f
BLAKE2b-256 6ea53ad929fb1f56c32278994c5fd3419df4d53d4579676cc37734a35bacbbb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-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/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0254577e162ae7fc99b7d47cdad121e2b120cb06fb4fdf88c2c7c67b0ac2af89
MD5 9e34598c837bb4e286427ef794a85169
BLAKE2b-256 f70779584906b5a513842e5a7b9183ee5728c0bc0c3533e0686f7637f1ece6e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5be9320d09babf386909be1c799ebcef5fc3b8d1ba595635768e83bd753cbb52
MD5 60d35c980053159c79d7e7988a0beddf
BLAKE2b-256 3a35a376de01ab551dcfc1fd154b1c4ddc7783468ad4469b99eab47578d0bd5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c32506dd2d112ef33721e862009f0d7aa1d83a9d8f006faedc532a4fa4c201fa
MD5 9eb3f026cd74503e5609cc29d8f6c175
BLAKE2b-256 1ab38358842ee8e430f7eb8f996bdd06c146a71712b9848ed32f949ad44b5adf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 806ea08d463931f4e44b2380bedf16325562bb047615de0e4bb95216074315d9
MD5 c53b7db33bce9212acbac2105e2bd304
BLAKE2b-256 24f17d0f36e306329fa4e88e1c815b641736219994765a31b44290779f768582

See more details on using hashes here.

File details

Details for the file gensim-3.8.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gensim-3.8.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 23.7 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1da1daed1d405c38541f4830981385fc4ae9ccb05cf01d4f49e184c4c0ccfe85
MD5 d419e530b8076a4822160f28b3b2c966
BLAKE2b-256 af24b558408dcbb894384f02b9e08b4d7d07057fdb422dac4885e3d614783658

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-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/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 446476a017105a549a0eafba6e8ebb50d973775f1cf7fc1d23ba04e2c5056be4
MD5 26130644af954ccd2e1c6d2572b94a7e
BLAKE2b-256 0ca52ead9aa8f5c58332525d4193b10379bb5a2990f2bb1001ee54bbbeab51d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 3d1c1a94688c4b6107a261b0af0f43f13edef7263716348ffff790d207f4a629
MD5 e5027c5fcf97bdf0a4fa26fb25fe4e16
BLAKE2b-256 9562a2a40e1e853f3729f0ac9d1cce36fa45858d3c8d4551315db166ec180761

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 24.2 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 27806c022289a76dbce29cd0e00090abb4a0ae117ff714ca0b963bd13de52d5b
MD5 b30d9165726e7d38bb90d7327c14bc74
BLAKE2b-256 54ccf70b45b7b5066ff93f7b5b1394e605a1fb54324dd063cec6849738ea617f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gensim-3.8.2-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9d4407d0d866afa97c8a2c9d04ad0a6b996fe02f1f96144c0f929608bcdbff78
MD5 a759fcd6c1c704ff038080be46c2cb1c
BLAKE2b-256 ca68a87172726dd098f003bba0449794ba27b9186609d5aa35d7735ec6bbf1e1

See more details on using hashes here.

File details

Details for the file gensim-3.8.2-cp35-cp35m-macosx_10_7_intel.whl.

File metadata

  • Download URL: gensim-3.8.2-cp35-cp35m-macosx_10_7_intel.whl
  • Upload date:
  • Size: 24.7 MB
  • Tags: CPython 3.5m, macOS 10.7+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6

File hashes

Hashes for gensim-3.8.2-cp35-cp35m-macosx_10_7_intel.whl
Algorithm Hash digest
SHA256 ae3b493154073d059242fd4929cec050db77995b34621d3c9c7a622689cae341
MD5 0136b196e83b52fed8e2289cf76122f1
BLAKE2b-256 ebf67bec92eb7cf5e90ff773dbf40518af24ab1d4669ea0a90316ac8f5f7add8

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