{ "info": { "author": "Oscar D. Arbel\u00e1ez-Echeverri <@odarbelaeze>, German A. Osorio-Zuluaga", "author_email": "odarbelaeze@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=========\ncondor-ir\n=========\n\n.. image:: https://travis-ci.org/odarbelaeze/condor-ir.svg?branch=master\n :target: https://travis-ci.org/odarbelaeze/condor-ir\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.495722.svg\n :target: https://doi.org/10.5281/zenodo.495722\n\n\nThis is a program to work with examples of Latent Semantic Analysis search\nengines, a.k.a., `LSA `_.\nThe program is set up so that it understands froac xml documents on input\nas well as plain text records from isi web of knowledge.\n\nYou can find more information about froac repositories at\nhttp://froac.manizales.unal.edu.co/froac/ http://froac.manizales.unal.edu.co/froac/\nand about isi web of knowledge text files at\n`the thomson reuters website `_\n\nInstalling the condor-ir package\n----------------------------------\n\nThe second thing you will need is to download the program from its pypi\nrepository,\n\n.. code-block:: bash\n\n pip install -U condor-ir\n\nthe ``-U`` parameter will upgrade the package to the latest version, a very\nrecommendable step for a unstable package.\n\nFor specific databases support you can install their appropriate extra package:\n\n.. code-block:: bash\n\n pip install -U condor-ir[mysql]\n pip install -U condor-ir[postgres]\n\nFurthermore, we require a bit of the ``nltk`` data package for the stems and\nstop word removal to work.\n\n.. code-block:: bash\n\n python -m nltk.downloader snowball_data stopwords\n\nFinally, in order to prepare the database or reset the database in preparation\nfor a new version of `condor-ir` you can run the database preparation script,\n\n.. code-block:: bash\n\n condor utils preparedb\n\nIf you need to specify a database other than the default you can do so through\nenvironment variables:\n\n.. code-block:: bash\n\n export CONDOR_DB_URL=\"mysql://localhost/condor\"\n condor utils preparedb # will now work on mysql://localhost/condor \n\nCLI Interface\n-------------\n\nAfter installing the program you will have three basic commands at your\ndisposal, for handling bibliography sets, term document matrices and engines,\nthe CLI interface gives you most CRUD operations in a hierachical manner.\n\n``condor`` triggers the main program and you can get top level help by running\n``condor --help``.\n\n``condor bibliography`` namespaces the bibliography set related commands, you can\nlist and get help about those using ``condor bibliography --help``.\n\n``condor model`` is a short cut that offers the ``condor model create``\nsub command, that creates both a term document matrix and an *lsa* search\nengine, get help on *models* using ``condor model --help``.\n\n``condor query `` this non crud command search a bibliography set\nusing a previously created search engine, the search engine can be targeted\nfigure out how using ``condor query --help``.\n\nFeel free to check detailed descriptions of these commands using their\n``--help`` flag.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/odarbelaeze/condor-ir/tarball/1.2.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://condor-ir.co", "keywords": "lsa,search,search engine,semantics", "license": "", "maintainer": "", "maintainer_email": "", "name": "condor-ir", "package_url": "https://pypi.org/project/condor-ir/", "platform": "", "project_url": "https://pypi.org/project/condor-ir/", "project_urls": { "Download": "https://github.com/odarbelaeze/condor-ir/tarball/1.2.2", "Homepage": "https://condor-ir.co" }, "release_url": "https://pypi.org/project/condor-ir/1.2.2/", "requires_dist": [ "SQLAlchemy (~=1.3)", "bibtexparser (~=0.6.2)", "click (~=6.7)", "nltk (~=3.4)", "numpy (~=1.17)", "langdetect", "langcodes", "PyPDF2 (~=1.26)", "tabulate (~=0.7)", "tqdm (~=4.11.2)", "requests (<3,>2)", "mysqlclient ; extra == 'mysql'", "psycopg2 ; extra == 'postgres'" ], "requires_python": "", "summary": "A latent semantic search engine implementation", "version": "1.2.2", "yanked": false, "yanked_reason": null }, "last_serial": 6056100, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2d7376b4e13e73177f60fb79db88d65e", "sha256": "4c5fcd76f191b5ee0d6db2287b4829fed915d5f10f5892467d49ec17249b5707" }, "downloads": -1, "filename": "condor-ir-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2d7376b4e13e73177f60fb79db88d65e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25949, "upload_time": "2017-04-08T17:05:46", "upload_time_iso_8601": "2017-04-08T17:05:46.576657Z", "url": "https://files.pythonhosted.org/packages/e0/cc/3e430726cccff5287e59e6afc61eefae51f235176afa0a9573b1a99957af/condor-ir-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0b1": [ { "comment_text": "", "digests": { "md5": "866024a75e1ffaf9f4445cfc35acb7b6", "sha256": "17b482f44515bdbce84e65a8188f2cd93f533ca71621fd813cf5d47544659dbb" }, "downloads": -1, "filename": "condor-ir-1.0.0b1.tar.gz", "has_sig": false, "md5_digest": "866024a75e1ffaf9f4445cfc35acb7b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18714, "upload_time": "2016-09-22T15:42:04", "upload_time_iso_8601": "2016-09-22T15:42:04.090357Z", "url": "https://files.pythonhosted.org/packages/c8/f9/9b0c813c114e114dd3fa6e7c29c46c9844479ad893395b3c9556ffba2ec8/condor-ir-1.0.0b1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0b2": [ { "comment_text": "", "digests": { "md5": "6b33b70e9c1f4f73780b57b29a9d0904", "sha256": "32ba7946745a90e0205752fff838a1d928b2e28edf1af8aeb022cbffa804f24e" }, "downloads": -1, "filename": "condor-ir-1.0.0b2.tar.gz", "has_sig": false, "md5_digest": "6b33b70e9c1f4f73780b57b29a9d0904", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19233, "upload_time": "2016-10-01T22:02:44", "upload_time_iso_8601": "2016-10-01T22:02:44.371276Z", "url": "https://files.pythonhosted.org/packages/6d/61/1a0f69e7c63e611dada44129af55b1a32d6d7511ebadc6245da2637fd660/condor-ir-1.0.0b2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0b3": [ { "comment_text": "", "digests": { "md5": "c6d860daa2b70e6ebe611085c5ca2cc8", "sha256": "86553787db267603a3dce2fad093dd0abf521253f5e10cdfdea6deb7d0a27764" }, "downloads": -1, "filename": "condor-ir-1.0.0b3.tar.gz", "has_sig": false, "md5_digest": "c6d860daa2b70e6ebe611085c5ca2cc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19232, "upload_time": "2016-10-01T22:20:19", "upload_time_iso_8601": "2016-10-01T22:20:19.588729Z", "url": "https://files.pythonhosted.org/packages/ee/3e/a3ee3e75baf5cb20a850a351fdb3d0e9f6bf451498ba25631a692dbaa080/condor-ir-1.0.0b3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0b4": [ { "comment_text": "", "digests": { "md5": "68cc46b06b1ff6b44e54960dd8c44914", "sha256": "1472ecbf4d22e4a5bd3e0794fe7f9f6b27ad579e8bb977f073407f65a8a7148b" }, "downloads": -1, "filename": "condor-ir-1.0.0b4.tar.gz", "has_sig": false, "md5_digest": "68cc46b06b1ff6b44e54960dd8c44914", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20537, "upload_time": "2016-10-31T03:26:00", "upload_time_iso_8601": "2016-10-31T03:26:00.043032Z", "url": "https://files.pythonhosted.org/packages/5a/96/e57c78382e44da0f8c3c36c07e3b07b69278a94941fe3b1daa6cd0667aee/condor-ir-1.0.0b4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0b5": [ { "comment_text": "", "digests": { "md5": "588188c306d8524ea76e260e5146121e", "sha256": "8fa45150aef3bed8d47fdfb92cb6c7801e28ea9fbe3683a9bbf447f312dc8f09" }, "downloads": -1, "filename": "condor-ir-1.0.0b5.tar.gz", "has_sig": false, "md5_digest": "588188c306d8524ea76e260e5146121e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21326, "upload_time": "2016-11-06T17:05:34", "upload_time_iso_8601": "2016-11-06T17:05:34.498987Z", "url": "https://files.pythonhosted.org/packages/9f/e9/db03e7471c5c90b841a6301562d80ebb3c0c03345f3f84be8a4587c425a2/condor-ir-1.0.0b5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0b6": [ { "comment_text": "", "digests": { "md5": "ff7b7b3977e2c9454aa69b302c9ccbba", "sha256": "5b37446df6a3331b612f4abf1d6ab7c7c1d14f85acc98ec57fdb13f376fafd1a" }, "downloads": -1, "filename": "condor-ir-1.0.0b6.tar.gz", "has_sig": false, "md5_digest": "ff7b7b3977e2c9454aa69b302c9ccbba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21617, "upload_time": "2016-11-15T00:10:38", "upload_time_iso_8601": "2016-11-15T00:10:38.439951Z", "url": "https://files.pythonhosted.org/packages/9d/46/45b551c499533fffecde30230fb38a40a209dbd4d362608fc87b64322f5b/condor-ir-1.0.0b6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0b7": [ { "comment_text": "", "digests": { "md5": "44eea8ff9fff5508a91c0a0ca9ddf415", "sha256": "275501ae28f4934789f523e0133de4696901d91074b700997b4c5d43a72ed0ce" }, "downloads": -1, "filename": "condor-ir-1.0.0b7.tar.gz", "has_sig": false, "md5_digest": "44eea8ff9fff5508a91c0a0ca9ddf415", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21332, "upload_time": "2017-02-11T22:52:59", "upload_time_iso_8601": "2017-02-11T22:52:59.979543Z", "url": "https://files.pythonhosted.org/packages/7d/5c/5d2cb40b2f2572ad9ec58bb33c3d6c0af7f8d8321ad2909fa45881cebde8/condor-ir-1.0.0b7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0b8": [ { "comment_text": "", "digests": { "md5": "26421706595050790f76f6e5605ae5c0", "sha256": "51727be2f4317bef466ef532da2ffbc1f37f0aee774a146a32a84034b8cc8421" }, "downloads": -1, "filename": "condor-ir-1.0.0b8.tar.gz", "has_sig": false, "md5_digest": "26421706595050790f76f6e5605ae5c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21415, "upload_time": "2017-02-12T00:13:52", "upload_time_iso_8601": "2017-02-12T00:13:52.990078Z", "url": "https://files.pythonhosted.org/packages/16/bb/3f5ac1bc7242d97b46c8bba48467a66cf698ee663c3d136b99c0323e0133/condor-ir-1.0.0b8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0rc0": [ { "comment_text": "", "digests": { "md5": "1e893e3943af9d7fe55f990d198500b1", "sha256": "041b17863e3af1f238893e3f876f2dfb2175469d8a97a154a8ab54bbf33af4b5" }, "downloads": -1, "filename": "condor-ir-1.0.0rc0.tar.gz", "has_sig": false, "md5_digest": "1e893e3943af9d7fe55f990d198500b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23667, "upload_time": "2017-03-04T18:41:39", "upload_time_iso_8601": "2017-03-04T18:41:39.296891Z", "url": "https://files.pythonhosted.org/packages/c3/a7/4cae277d0a7e969f6209192a36d2bcf0190d8227a182656e59afbaab9de3/condor-ir-1.0.0rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0rc1": [ { "comment_text": "", "digests": { "md5": "0229ebdd004e673d9e3d89441ce0bd8d", "sha256": "3658cd637e8fa251821164527165562d83ee906c39206dd688bf41e0761a1fd6" }, "downloads": -1, "filename": "condor-ir-1.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "0229ebdd004e673d9e3d89441ce0bd8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23798, "upload_time": "2017-03-11T21:09:55", "upload_time_iso_8601": "2017-03-11T21:09:55.908622Z", "url": "https://files.pythonhosted.org/packages/30/5b/c09c720305432b629c5c8d3ffecbdbffdaae10adbd5022f4584930144bc0/condor-ir-1.0.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0rc2": [ { "comment_text": "", "digests": { "md5": "9a610e1575ee7bb692565ed9bc8499a1", "sha256": "2fd6d5de9431da643e525db2430478869d65fd0606c47fc15be91b8857d47639" }, "downloads": -1, "filename": "condor-ir-1.0.0rc2.tar.gz", "has_sig": false, "md5_digest": "9a610e1575ee7bb692565ed9bc8499a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25563, "upload_time": "2017-03-28T03:55:14", "upload_time_iso_8601": "2017-03-28T03:55:14.878367Z", "url": "https://files.pythonhosted.org/packages/23/9b/c623d003755f56e8195a1ace940964d178e16d0b99f9246455b83e2ab195/condor-ir-1.0.0rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0rc3": [ { "comment_text": "", "digests": { "md5": "ed31a7f54302626bbab7bac8909d77be", "sha256": "bc2a79166936173c747fe8adcc7d18dfc4931e6307b121d12e47a2c28380c12c" }, "downloads": -1, "filename": "condor-ir-1.0.0rc3.tar.gz", "has_sig": false, "md5_digest": "ed31a7f54302626bbab7bac8909d77be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25919, "upload_time": "2017-03-31T04:35:11", "upload_time_iso_8601": "2017-03-31T04:35:11.283365Z", "url": "https://files.pythonhosted.org/packages/f8/bb/1ead8545634db688d417e8730c55bbc0e7f678710c2f0521f54d5323f6ab/condor-ir-1.0.0rc3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "6f09a2810365814d5d4180168afa73a3", "sha256": "0c64fb322666f253935e98d9abb6f6b17781df00cf508f1986371fb966069694" }, "downloads": -1, "filename": "condor-ir-1.1.0.tar.gz", "has_sig": false, "md5_digest": "6f09a2810365814d5d4180168afa73a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26317, "upload_time": "2017-05-07T21:21:41", "upload_time_iso_8601": "2017-05-07T21:21:41.372984Z", "url": "https://files.pythonhosted.org/packages/f4/4b/cc7fb62fd227bc27e1ec23f84be524a034866673f3d3e688e1142f4b1ac4/condor-ir-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "265d9e892c3744d4c72d676cb76ad35d", "sha256": "7b4c440d85bcfdef7a40e9980ba0f43f26507e53f2cba7beba0b202b1dad4802" }, "downloads": -1, "filename": "condor-ir-1.1.1.tar.gz", "has_sig": false, "md5_digest": "265d9e892c3744d4c72d676cb76ad35d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26109, "upload_time": "2017-05-20T19:51:07", "upload_time_iso_8601": "2017-05-20T19:51:07.552364Z", "url": "https://files.pythonhosted.org/packages/a9/6a/736ea376bc08a38144383002cd29912ede38d75e9ea45853e93b413f8a93/condor-ir-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "c8e36c0185f1428a5a2b8113d8930083", "sha256": "a57a2f6385da02014a1b4060bbf62cc540b5ec7379220269a3abf71bc4cb72da" }, "downloads": -1, "filename": "condor-ir-1.2.0.tar.gz", "has_sig": false, "md5_digest": "c8e36c0185f1428a5a2b8113d8930083", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26671, "upload_time": "2017-07-01T21:04:13", "upload_time_iso_8601": "2017-07-01T21:04:13.355781Z", "url": "https://files.pythonhosted.org/packages/a5/da/0b890947383f5ee2644aace5b5220a1e38a4149993da5466520157840e92/condor-ir-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "3b8f459743dd6bd6b0ad81eb8d2612c8", "sha256": "65d409dfb8988311ab54933b59ea8becffd43bd9e128a5c74ac49994c38f0a58" }, "downloads": -1, "filename": "condor_ir-1.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3b8f459743dd6bd6b0ad81eb8d2612c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 30832, "upload_time": "2019-10-30T04:55:54", "upload_time_iso_8601": "2019-10-30T04:55:54.494568Z", "url": "https://files.pythonhosted.org/packages/b1/ad/6bf649b82ddf0778685401b6447525f579c0e6e6f827b06cfc778a6f859d/condor_ir-1.2.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2756ef60b100be698d85ffcf8b6a9df2", "sha256": "a48d9a059074216c5afb08fa56cecc904f04b623fa50e86008a69ba2be12c112" }, "downloads": -1, "filename": "condor-ir-1.2.1.tar.gz", "has_sig": false, "md5_digest": "2756ef60b100be698d85ffcf8b6a9df2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27452, "upload_time": "2019-10-30T04:55:55", "upload_time_iso_8601": "2019-10-30T04:55:55.685165Z", "url": "https://files.pythonhosted.org/packages/17/42/e9b584266d217b0cc39841d8d72dbdeefba5790b201fa89d540b7e0221dd/condor-ir-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "9170ef3d3e21b126dc90085a1e55f3e3", "sha256": "2850fe96f175dae5552e175fc6b7269bfd079214e09183def7a6277328c449be" }, "downloads": -1, "filename": "condor_ir-1.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9170ef3d3e21b126dc90085a1e55f3e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32154, "upload_time": "2019-10-31T04:37:12", "upload_time_iso_8601": "2019-10-31T04:37:12.719933Z", "url": "https://files.pythonhosted.org/packages/33/96/9a763f9dde9138922c7cf2f68aa4967bce87b651c7621f7d27ec873a1792/condor_ir-1.2.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68c6a540ca6dbcd58f3877a62f6872ad", "sha256": "5ab8a803cb4fc8c98c39687ed7c6f57629ce04292865d6ddea41663748d66b14" }, "downloads": -1, "filename": "condor-ir-1.2.2.tar.gz", "has_sig": false, "md5_digest": "68c6a540ca6dbcd58f3877a62f6872ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29175, "upload_time": "2019-10-31T04:37:14", "upload_time_iso_8601": "2019-10-31T04:37:14.018786Z", "url": "https://files.pythonhosted.org/packages/8a/0f/cf03b06407eb65e3a79ea06d5876df34a08fbc622342d6094f76ef1d7f62/condor-ir-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9170ef3d3e21b126dc90085a1e55f3e3", "sha256": "2850fe96f175dae5552e175fc6b7269bfd079214e09183def7a6277328c449be" }, "downloads": -1, "filename": "condor_ir-1.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9170ef3d3e21b126dc90085a1e55f3e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32154, "upload_time": "2019-10-31T04:37:12", "upload_time_iso_8601": "2019-10-31T04:37:12.719933Z", "url": "https://files.pythonhosted.org/packages/33/96/9a763f9dde9138922c7cf2f68aa4967bce87b651c7621f7d27ec873a1792/condor_ir-1.2.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68c6a540ca6dbcd58f3877a62f6872ad", "sha256": "5ab8a803cb4fc8c98c39687ed7c6f57629ce04292865d6ddea41663748d66b14" }, "downloads": -1, "filename": "condor-ir-1.2.2.tar.gz", "has_sig": false, "md5_digest": "68c6a540ca6dbcd58f3877a62f6872ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29175, "upload_time": "2019-10-31T04:37:14", "upload_time_iso_8601": "2019-10-31T04:37:14.018786Z", "url": "https://files.pythonhosted.org/packages/8a/0f/cf03b06407eb65e3a79ea06d5876df34a08fbc622342d6094f76ef1d7f62/condor-ir-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }