{ "info": { "author": "Patrick Lange, Rutuja Ubale", "author_email": "plange@ets.org, rubale@ets.org", "bugtrack_url": null, "classifiers": [], "description": "Statistical Engine for Text Understanding (SETU)\n================================================\n\nThis package provides wrapper around statistical models created with\nSciKit-Learn Laboratory (SKLL) as well as an easy to use API based\non Flask.\n\n[SourceForge](https://sourceforge.net/p/halef/halef-SETU)\n\nInstallation\n------------\n```bash\n pip install halef-SETU\n```\n\n\nGetting started with the API\n----------------------------\n\nCreate a 'config.cfg' file like the following:\n\nconfig.cfg\n```ini\n DEBUG = False\n HALEF_SLU_MODELS='slu_models.ymal'\n```\n\nSet the location of this configuration file inside an environment variable:\n\n```bash\n export HALEF_SETU_SETTINGS=\n```\n\nCreate the 'slu_models.yaml' file:\n\nslu_models.yaml\n```yaml\n model_dir: \n reject_class: \n items:\n - :\n - state: \n model: .model\n vocab: .vocab\n classes: \n - \n - \n - \n - state: \n model: .model\n vocab: .vocab\n classes: \n - \n - \n```\n\nCreate a file to start the API. This can be hosted like any other Flask application.\nA quick example would be:\n\nrun.py\n```python\n from halef_setu_api import app\n app.run()\n```\n\n```bash\n python run.py\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://sourceforge.net/p/halef/halef-SETU", "keywords": "halef SLU NLP", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "halef-SETU", "package_url": "https://pypi.org/project/halef-SETU/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/halef-SETU/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://sourceforge.net/p/halef/halef-SETU" }, "release_url": "https://pypi.org/project/halef-SETU/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "halef-SETU provides an easy wrapper around SKLL models for statistical language understanding as well as an easy to API based on Flask", "version": "0.0.5" }, "last_serial": 2666850, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "5fd6556986668b6d0f1a3ac39f5644ff", "sha256": "47f8f4fa12fda0b0ae59fd9fcce513abc9ad2848a7c0b4b93e946a443a8521f3" }, "downloads": -1, "filename": "halef-SETU-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5fd6556986668b6d0f1a3ac39f5644ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8746, "upload_time": "2016-09-27T01:43:25", "url": "https://files.pythonhosted.org/packages/20/83/4fcf67e5e84cb118ba303a5b15e72298b900e324ca0ce461f6cacec4c979/halef-SETU-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "507c486ad6a76eb5ed17e61a33b69460", "sha256": "89e6ae6097d68de6e0a0cb2433eb4346e5294f62bdb60f5a70e533c0fa3d62be" }, "downloads": -1, "filename": "halef-SETU-0.0.5.tar.gz", "has_sig": false, "md5_digest": "507c486ad6a76eb5ed17e61a33b69460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8765, "upload_time": "2017-02-24T22:59:33", "url": "https://files.pythonhosted.org/packages/e3/15/41613a1d590c9edc5949c10f77bf16b2f7d97e56b12dd4ecd14fde12c645/halef-SETU-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "507c486ad6a76eb5ed17e61a33b69460", "sha256": "89e6ae6097d68de6e0a0cb2433eb4346e5294f62bdb60f5a70e533c0fa3d62be" }, "downloads": -1, "filename": "halef-SETU-0.0.5.tar.gz", "has_sig": false, "md5_digest": "507c486ad6a76eb5ed17e61a33b69460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8765, "upload_time": "2017-02-24T22:59:33", "url": "https://files.pythonhosted.org/packages/e3/15/41613a1d590c9edc5949c10f77bf16b2f7d97e56b12dd4ecd14fde12c645/halef-SETU-0.0.5.tar.gz" } ] }