{ "info": { "author": "Radim Rehurek", "author_email": "me@radimrehurek.com", "bugtrack_url": null, "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" ], "description": "==============================================\ngensim -- Topic Modelling in Python\n==============================================\n\n|Travis|_\n|Wheel|_\n\n.. |Travis| image:: https://img.shields.io/travis/RaRe-Technologies/gensim/develop.svg\n.. |Wheel| image:: https://img.shields.io/pypi/wheel/gensim.svg\n\n.. _Travis: https://travis-ci.org/RaRe-Technologies/gensim\n.. _Downloads: https://pypi.python.org/pypi/gensim\n.. _License: http://radimrehurek.com/gensim/about.html\n.. _Wheel: https://pypi.python.org/pypi/gensim\n\nGensim is a Python library for *topic modelling*, *document indexing* and *similarity retrieval* with large corpora.\nTarget audience is the *natural language processing* (NLP) and *information retrieval* (IR) community.\n\nFeatures\n---------\n\n* All algorithms are **memory-independent** w.r.t. the corpus size (can process input larger than RAM, streamed, out-of-core),\n* **Intuitive interfaces**\n\n * easy to plug in your own input corpus/datastream (trivial streaming API)\n * easy to extend with other Vector Space algorithms (trivial transformation API)\n\n* Efficient multicore implementations of popular algorithms, such as online **Latent Semantic Analysis (LSA/LSI/SVD)**,\n **Latent Dirichlet Allocation (LDA)**, **Random Projections (RP)**, **Hierarchical Dirichlet Process (HDP)** or **word2vec deep learning**.\n* **Distributed computing**: can run *Latent Semantic Analysis* and *Latent Dirichlet Allocation* on a cluster of computers.\n* Extensive `documentation and Jupyter Notebook tutorials `_.\n\n\nIf this feature list left you scratching your head, you can first read more about the `Vector\nSpace Model `_ and `unsupervised\ndocument analysis `_ on Wikipedia.\n\nInstallation\n------------\n\nThis software depends on `NumPy and Scipy `_, two Python packages for scientific computing.\nYou must have them installed prior to installing `gensim`.\n\nIt 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.\n\nThe simple way to install `gensim` is::\n\n pip install -U gensim\n\nOr, if you have instead downloaded and unzipped the `source tar.gz `_ package,\nyou'd run::\n\n python setup.py test\n python setup.py install\n\n\nFor alternative modes of installation (without root privileges, development\ninstallation, optional install features), see the `install documentation `_.\n\nThis 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.\n\nHow come gensim is so fast and memory efficient? Isn't it pure Python, and isn't Python slow and greedy?\n--------------------------------------------------------------------------------------------------------\n\nMany 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).\n\nMemory-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.\n\nDocumentation\n-------------\n* `QuickStart`_\n* `Tutorials`_\n* `Tutorial Videos`_\n* `Official Documentation and Walkthrough`_\n\nCiting gensim\n-------------\n\nWhen `citing gensim in academic papers and theses `_, please use this BibTeX entry::\n\n @inproceedings{rehurek_lrec,\n title = {{Software Framework for Topic Modelling with Large Corpora}},\n author = {Radim {\\v R}eh{\\r u}{\\v r}ek and Petr Sojka},\n booktitle = {{Proceedings of the LREC 2010 Workshop on New\n Challenges for NLP Frameworks}},\n pages = {45--50},\n year = 2010,\n month = May,\n day = 22,\n publisher = {ELRA},\n address = {Valletta, Malta},\n language={English}\n }\n\n----------------\n\nGensim is open source software released under the `GNU LGPLv2.1 license `_.\nCopyright (c) 2009-now Radim Rehurek\n\n|Analytics|_\n\n.. |Analytics| image:: https://ga-beacon.appspot.com/UA-24066335-5/your-repo/page-name\n.. _Analytics: https://github.com/igrigorik/ga-beacon\n.. _Official Documentation and Walkthrough: http://radimrehurek.com/gensim/\n.. _Tutorials: https://github.com/RaRe-Technologies/gensim/blob/develop/tutorials.md#tutorials\n.. _Tutorial Videos: https://github.com/RaRe-Technologies/gensim/blob/develop/tutorials.md#videos\n.. _QuickStart: https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/gensim%20Quick%20Start.ipynb", "description_content_type": "", "docs_url": null, "download_url": "http://pypi.python.org/pypi/gensim", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://radimrehurek.com/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", "maintainer": "", "maintainer_email": "", "name": "gensim-bz2-nsml", "package_url": "https://pypi.org/project/gensim-bz2-nsml/", "platform": "any", "project_url": "https://pypi.org/project/gensim-bz2-nsml/", "project_urls": { "Download": "http://pypi.python.org/pypi/gensim", "Homepage": "http://radimrehurek.com/gensim" }, "release_url": "https://pypi.org/project/gensim-bz2-nsml/3.8.0/", "requires_dist": null, "requires_python": "", "summary": "Python framework for fast Vector Space Modelling", "version": "3.8.0" }, "last_serial": 5611368, "releases": { "3.8.0": [ { "comment_text": "", "digests": { "md5": "763921caf91d8cb2a91b36dfa2dffcda", "sha256": "ac3853385cd69c697b38b58368d5ebd851f7f7d78ffa14db2df129051bd930b0" }, "downloads": -1, "filename": "gensim_bz2_nsml-3.8.0-cp36-cp36m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "763921caf91d8cb2a91b36dfa2dffcda", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 24203768, "upload_time": "2019-07-31T04:47:23", "url": "https://files.pythonhosted.org/packages/39/ce/7af0ad544e6d5e31f3c14c1849dcfbd1f59522eb6f25ae7a8eac652966f8/gensim_bz2_nsml-3.8.0-cp36-cp36m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "67bc1f0029bc008ec60b999f491f2afd", "sha256": "b88ffe6b156910c36ddf9e13c14f8e22261bfca55fedb42110d0608c2484153b" }, "downloads": -1, "filename": "gensim_bz2_nsml-3.8.0-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "67bc1f0029bc008ec60b999f491f2afd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 24202341, "upload_time": "2019-07-31T04:35:08", "url": "https://files.pythonhosted.org/packages/0c/d7/d7448de3a5ab2ca8a08025fae52f0fa12f258ecb42b754bef46dd4972229/gensim_bz2_nsml-3.8.0-cp37-cp37m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "524af2fd6e205922e0578969607357f7", "sha256": "81fe22b397fb62af03c1374b67c10dfdcb6d004b89dcb6b508a07fe06d9d853a" }, "downloads": -1, "filename": "gensim-bz2-nsml-3.8.0.tar.gz", "has_sig": false, "md5_digest": "524af2fd6e205922e0578969607357f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23373077, "upload_time": "2019-07-31T04:00:00", "url": "https://files.pythonhosted.org/packages/a4/ac/9e4582889c7cc789793edeb6f0ebe69d058c29c97f50206907a8e7bfe092/gensim-bz2-nsml-3.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "763921caf91d8cb2a91b36dfa2dffcda", "sha256": "ac3853385cd69c697b38b58368d5ebd851f7f7d78ffa14db2df129051bd930b0" }, "downloads": -1, "filename": "gensim_bz2_nsml-3.8.0-cp36-cp36m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "763921caf91d8cb2a91b36dfa2dffcda", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 24203768, "upload_time": "2019-07-31T04:47:23", "url": "https://files.pythonhosted.org/packages/39/ce/7af0ad544e6d5e31f3c14c1849dcfbd1f59522eb6f25ae7a8eac652966f8/gensim_bz2_nsml-3.8.0-cp36-cp36m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "67bc1f0029bc008ec60b999f491f2afd", "sha256": "b88ffe6b156910c36ddf9e13c14f8e22261bfca55fedb42110d0608c2484153b" }, "downloads": -1, "filename": "gensim_bz2_nsml-3.8.0-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "67bc1f0029bc008ec60b999f491f2afd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 24202341, "upload_time": "2019-07-31T04:35:08", "url": "https://files.pythonhosted.org/packages/0c/d7/d7448de3a5ab2ca8a08025fae52f0fa12f258ecb42b754bef46dd4972229/gensim_bz2_nsml-3.8.0-cp37-cp37m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "524af2fd6e205922e0578969607357f7", "sha256": "81fe22b397fb62af03c1374b67c10dfdcb6d004b89dcb6b508a07fe06d9d853a" }, "downloads": -1, "filename": "gensim-bz2-nsml-3.8.0.tar.gz", "has_sig": false, "md5_digest": "524af2fd6e205922e0578969607357f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23373077, "upload_time": "2019-07-31T04:00:00", "url": "https://files.pythonhosted.org/packages/a4/ac/9e4582889c7cc789793edeb6f0ebe69d058c29c97f50206907a8e7bfe092/gensim-bz2-nsml-3.8.0.tar.gz" } ] }