{ "info": { "author": "Will Sackfield", "author_email": "will.sackfield@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "\"fasttext-annotator\"\n\nAnnotates corpuses for use in FastText over a Command Line Interface.\n\n[![CircleCI](https://circleci.com/gh/dust10141/fasttext-annotator.svg?style=svg)](https://circleci.com/gh/dust10141/fasttext-annotator)\n[![PyPi version](https://pypip.in/v/textnormaliser/badge.png)](https://crate.io/packages/fasttextannotator/)\n\n## Raison D'\u00eatre :thought_balloon:\nThis allows a large corpus to be annotated easily using a command line interface for purposes of being used in a [FastText](https://fasttext.cc/) supervised classifier.\n\n## Architecture :triangular_ruler:\n`fasttext-annotator` has a very simple architecture that basically reads each line of the file fed to it, and asks the user for an annotation given the options provided to it via the command line.\n\n## Dependencies :globe_with_meridians:\n* [prompt](https://pypi.org/project/prompt/)\n\n## Installation :inbox_tray:\nYou can install this via the PyPi package manager, or manually.\n\n### Manually\n1. Run `python setup.py --install`\n\n### Via Pypi\n1. Run `pip install fasttextannotator`\n\n## Usage example :eyes:\nIn order to annotate a corpus of text, execute the following:\n```bash\nfasttextannotator [corpus-file] [output-file] [labels...]\n```\nYou will then be presented with a line of text from the corpus, and a range of options based on the labels you provided.\n\n## License :memo:\nThe project is available under the [MIT](https://opensource.org/licenses/MIT) license.\n\n## Acknowledgements\n- Icon in README banner is [text](https://thenounproject.com/search/?q=text&i=377463) by Chameleon Design from the Noun Project.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dust10141/fasttext-annotator", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fasttextannotator", "package_url": "https://pypi.org/project/fasttextannotator/", "platform": "", "project_url": "https://pypi.org/project/fasttextannotator/", "project_urls": { "Homepage": "https://github.com/dust10141/fasttext-annotator" }, "release_url": "https://pypi.org/project/fasttextannotator/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A python package that allows the user to annotate corpuses for FastText", "version": "1.0.0" }, "last_serial": 4618591, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c3bf56b3931617ca78004876a755ae17", "sha256": "461ecfbdd918fd2164250a32e929c3fbb32c4f3eaca5dee6d093070f3c9d5404" }, "downloads": -1, "filename": "fasttextannotator-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "c3bf56b3931617ca78004876a755ae17", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 4266, "upload_time": "2018-12-19T22:46:30", "url": "https://files.pythonhosted.org/packages/8e/d5/86cb0face32cfa1096deab1612b866ef0360ae57f9a3f5dd1c03c30967f9/fasttextannotator-1.0.0-py2.7.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c3bf56b3931617ca78004876a755ae17", "sha256": "461ecfbdd918fd2164250a32e929c3fbb32c4f3eaca5dee6d093070f3c9d5404" }, "downloads": -1, "filename": "fasttextannotator-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "c3bf56b3931617ca78004876a755ae17", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 4266, "upload_time": "2018-12-19T22:46:30", "url": "https://files.pythonhosted.org/packages/8e/d5/86cb0face32cfa1096deab1612b866ef0360ae57f9a3f5dd1c03c30967f9/fasttextannotator-1.0.0-py2.7.egg" } ] }