{
"info": {
"author": "Radim Rehurek",
"author_email": "radimrehurek@seznam.cz",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.5",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Text Processing :: Linguistic"
],
"description": "==================================================\nsimserver -- document similarity server in Python\n==================================================\n\n\nIndex plain text documents and query the index for semantically related documents.\n\nSimserver uses transactions internally to provide a robust and scalable similarity server.\n\n\nInstallation\n------------\n\nSimserver builds on the `gensim `_ framework for\ntopic modelling.\n\nThe simple way to install `simserver` is with::\n\n sudo easy_install -U simserver\n\nOr, if you have instead downloaded and unzipped the `source tar.gz `_ package,\nyou'll need to run::\n\n python setup.py test\n sudo python setup.py install\n\nThis version has been tested under Python 2.5 and 2.7, but should run on any 2.5 <= Python < 3.0.\n\nDocumentation\n-------------\n\nSee http://radimrehurek.com/gensim/simserver.html . More coming soon.\n\nLicensing\n----------------\n\nSimserver is released under the `GNU Affero GPL license v3 `_.\n\nThis means you may use simserver freely in your application (even commercial application!),\nbut you **must then open-source your application as well**, under an AGPL-compatible license.\n\nThe AGPL license makes sure that this applies even when you make your application\navailable only remotely (such as through the web).\n\nTL;DR: **simserver is open-source, but you have to contact me for any proprietary use.**\n\nHistory\n-------------\n\n0.1.4:\n * performance improvements to sharding\n * change to threading model -- removed restriction on per-thread session access\n * bug fix in index optmize()\n\n0.1.3: \n * changed behaviour for very few training documents: instead of latent semantic analysis, use simpler log-entropy model\n * fixed bug with leaking SQLite file descriptors\n\n-------------\n\nCopyright (c) 2011 Radim Rehurek",
"description_content_type": null,
"docs_url": null,
"download_url": "http://pypi.python.org/pypi/simserver",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/piskvorky/gensim-simserver",
"keywords": "Similarity server,document database,Latent Semantic Indexing,LSA,LSI,LDA,Latent Dirichlet Allocation,TF-IDF,gensim",
"license": "AGPL v3",
"maintainer": null,
"maintainer_email": null,
"name": "simserver",
"package_url": "https://pypi.org/project/simserver/",
"platform": "any",
"project_url": "https://pypi.org/project/simserver/",
"project_urls": {
"Download": "http://pypi.python.org/pypi/simserver",
"Homepage": "https://github.com/piskvorky/gensim-simserver"
},
"release_url": "https://pypi.org/project/simserver/0.1.4/",
"requires_dist": null,
"requires_python": null,
"summary": "Document similarity server",
"version": "0.1.4"
},
"last_serial": 799609,
"releases": {
"0.1.0": [],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "6be8a45dd6bcf2d945e31d29ea63f0a5",
"sha256": "c57d82caae5b340ebbabd224752a307764447bde18b362d160b0ef959986b822"
},
"downloads": -1,
"filename": "simserver-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "6be8a45dd6bcf2d945e31d29ea63f0a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16847,
"upload_time": "2011-12-02T05:58:04",
"url": "https://files.pythonhosted.org/packages/c6/f8/6bf4f1132196f184dd415920349d220c1d74f62b3cfafc8ab7160c9cce23/simserver-0.1.1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "1bd11e1661f4208a9713a92d2ea4d689",
"sha256": "048951950c6c7331978fb834cb44755b86fba620d7b38ef5a26443be0e6c0b8c"
},
"downloads": -1,
"filename": "simserver-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "1bd11e1661f4208a9713a92d2ea4d689",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38169,
"upload_time": "2011-12-02T06:09:40",
"url": "https://files.pythonhosted.org/packages/39/5b/4d14a29421b5c91bc1e5de1d01eb212a4aed0a90bcb15980f2bed18af1c8/simserver-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "031cc7da5cb35f8a10aacda4dbd14603",
"sha256": "b3b4ef48db22496e323c066648763e8184c56af8eb34315689207dfb3bd951be"
},
"downloads": -1,
"filename": "simserver-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "031cc7da5cb35f8a10aacda4dbd14603",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38680,
"upload_time": "2011-12-28T22:00:22",
"url": "https://files.pythonhosted.org/packages/5d/19/a088bfd9999a271af09316fc3f1262796ee7d6d6c2162ac777667c0e0461/simserver-0.1.3.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "52b1213d5e8bf856a1f42c012a4c50ee",
"sha256": "9fc9b8dd447553d5428d8f1a433057ef76b676da39ae7ec9094422a29814132a"
},
"downloads": -1,
"filename": "simserver-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "52b1213d5e8bf856a1f42c012a4c50ee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38986,
"upload_time": "2012-07-22T15:46:04",
"url": "https://files.pythonhosted.org/packages/bb/66/f68e2b7f5d2c89ecf034af55f95cbb7b9d508cbbf91144098d01c8fd16aa/simserver-0.1.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "52b1213d5e8bf856a1f42c012a4c50ee",
"sha256": "9fc9b8dd447553d5428d8f1a433057ef76b676da39ae7ec9094422a29814132a"
},
"downloads": -1,
"filename": "simserver-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "52b1213d5e8bf856a1f42c012a4c50ee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38986,
"upload_time": "2012-07-22T15:46:04",
"url": "https://files.pythonhosted.org/packages/bb/66/f68e2b7f5d2c89ecf034af55f95cbb7b9d508cbbf91144098d01c8fd16aa/simserver-0.1.4.tar.gz"
}
]
}