{ "info": { "author": "Kyle Gorman, Jackson Lee, Elizabeth Garza", "author_email": "kylebgorman@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Text Processing :: Linguistic" ], "description": "# WikiPron\n\n[![PyPI version](https://badge.fury.io/py/wikipron.svg)](https://pypi.org/project/wikipron)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/wikipron.svg)](https://pypi.org/project/wikipron)\n[![CircleCI](https://circleci.com/gh/kylebgorman/wikipron/tree/master.svg?style=svg)](https://circleci.com/gh/kylebgorman/wikipron/tree/master)\n\n\nWikiPron is a command line toolkit for scraping grapheme-to-phoneme (G2P) data\nfrom Wiktionary.\n\n## Installation\n\nWikiPron requires Python 3.6+. It is available through pip:\n\n```bash\npip install wikipron\n```\n\n## Usage\n\nAfter installation, the terminal command `wikipron` will be available.\nAs a basic example, the following command scrapes G2P data for French\n(with the ISO language code `fr`):\n\n```bash\nwikipron fr\n```\n\nBy default, the results appear on the terminal,\nwhere each line has the orthography of a word, followed by a tab and then\nthe word's pronunciation in IPA.\n\nFor example commands using advanced options,\nthe [`languages/wikipron/scrape`](languages/wikipron/scrape) script shows\nhow a multilingual G2P dataset can be created.\n\nFor a full list of command-line options, please run `wikipron -h`.\n\nThe underlying module can also be used from Python.\nA standard workflow looks like:\n\n```python\nimport wikipron\n\nconfig = wikipron.Config(key=\"fr\") # French, with default options.\nfor word, pron in wikipron.scrape(config):\n ...\n```\n\n## Development and Contribution\n\nFor questions, bug reports, and feature requests,\nplease [file an issue](https://github.com/kylebgorman/wikipron/issues).\n\nIf you would like to contribute to the `wikipron` codebase,\nplease see [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\nWe keep track of notable changes in [CHANGELOG.md](CHANGELOG.md).\n\n## License\n\nApache 2.0. Please see [`LICENSE.txt`](LICENSE.txt) for details.", "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/kylebgorman/wikipron", "keywords": "computational linguistics,natural language processing,phonology,phonetics,speech,language,Wiktionary", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "wikipron", "package_url": "https://pypi.org/project/wikipron/", "platform": "", "project_url": "https://pypi.org/project/wikipron/", "project_urls": { "Homepage": "https://github.com/kylebgorman/wikipron" }, "release_url": "https://pypi.org/project/wikipron/0.1.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Scraping grapheme-to-phoneme data from Wiktionary.", "version": "0.1.1" }, "last_serial": 5683640, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5bfdd8256007c0cb263e41498755fd13", "sha256": "e89e43b3fee35ebcf4c921e49a9b0c3fa26d0c07170d0982bc6c1ee14496bf25" }, "downloads": -1, "filename": "wikipron-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5bfdd8256007c0cb263e41498755fd13", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9887, "upload_time": "2019-08-14T23:10:31", "url": "https://files.pythonhosted.org/packages/1e/83/5fb6cca757151404e67c3a2075df50bb235689568dbc39ede32a56338b42/wikipron-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0ace7b31f3e06dcb042cf8a4054b259e", "sha256": "f4d97df61c1a393d2bab31b7e8e4fd31174d9d7da67e5b93d6d6c6b02a595e51" }, "downloads": -1, "filename": "wikipron-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0ace7b31f3e06dcb042cf8a4054b259e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10091, "upload_time": "2019-08-15T00:44:31", "url": "https://files.pythonhosted.org/packages/ff/60/5f9cac3dfc171c55d5ad9b47f99facf00f279250435ac7eef09f1b7e351e/wikipron-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ace7b31f3e06dcb042cf8a4054b259e", "sha256": "f4d97df61c1a393d2bab31b7e8e4fd31174d9d7da67e5b93d6d6c6b02a595e51" }, "downloads": -1, "filename": "wikipron-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0ace7b31f3e06dcb042cf8a4054b259e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10091, "upload_time": "2019-08-15T00:44:31", "url": "https://files.pythonhosted.org/packages/ff/60/5f9cac3dfc171c55d5ad9b47f99facf00f279250435ac7eef09f1b7e351e/wikipron-0.1.1.tar.gz" } ] }