{ "info": { "author": "Mika H\u00e4m\u00e4l\u00e4inen, Dept. of Digital Humanities, University of Helsinki", "author_email": "mika.hamalainen@helsinki.fi", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Linguistic" ], "description": "# Murre\nThe amazing Murre (*genitive Murren* \ud83d\udc15) will normalize non-standard Finnish (puhekieli) to standard Finnish (kirjakieli). \nThis repository is maintained by [Mika H\u00e4m\u00e4l\u00e4inen](https://mikakalevi.com).\n\n## Installation\n\nThis library is designed for Python 3 and it may not work on Python 2.\n\n pip3 --no-cache-dir install pip==18.1\n pip3 install murre --process-dependency-links\n python3 -m murre.download\n\n## Usage\n\nTo normalize Finnish, all you need to do is to run:\n\n from murre import normalize_sentence\n\n print(normalize_sentence(\"m\u00e4 sy\u00f6n paljo karkkii\".split(\" \")))\n >> min\u00e4 sy\u00f6n paljon karkkia\n\n## Cite\n\nNiko Partanen, Mika H\u00e4m\u00e4l\u00e4inen, and Khalid Alnajjar. Accepted. Dialect Text Normalization to Normative Standard Finnish. In *the Proceedings of the 5th Workshop on Noisy User-generated Text (W-NUT)*.\n\n\n", "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/mikahama/murre", "keywords": "Spoken Finnish,spelling normalization", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "murre", "package_url": "https://pypi.org/project/murre/", "platform": "", "project_url": "https://pypi.org/project/murre/", "project_urls": { "Bug Reports": "https://github.com/mikahama/murre/issues", "Developer": "https://mikakalevi.com/", "Homepage": "https://github.com/mikahama/murre" }, "release_url": "https://pypi.org/project/murre/1.0.0/", "requires_dist": [ "natas" ], "requires_python": "", "summary": "The amazing Murre will normalize non-standard Finnish", "version": "1.0.0" }, "last_serial": 5861885, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "344a4f8103593eba9a655e4b1c40baae", "sha256": "5c81b3ed415b8e705e5a5eb97e25767f6db61ef034e43288f1d1ad3c553626a0" }, "downloads": -1, "filename": "murre-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "344a4f8103593eba9a655e4b1c40baae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3101, "upload_time": "2019-09-20T11:43:11", "url": "https://files.pythonhosted.org/packages/21/7d/40c32503d50e66d834d352fb3b03f01c47003d446a88ff7abc7831e0e354/murre-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d04e8649cbf4802ca6a2a9bb9741de9", "sha256": "a2badaf52550c5954853d8ad68f3d009b2014ba1603c87c38bc710c5ebb49e80" }, "downloads": -1, "filename": "murre-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7d04e8649cbf4802ca6a2a9bb9741de9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3645, "upload_time": "2019-09-20T11:43:20", "url": "https://files.pythonhosted.org/packages/19/e4/36eaa5a36355fd436afb61de77fbef46d5e80b1f2754fbcbf793ebc13876/murre-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "344a4f8103593eba9a655e4b1c40baae", "sha256": "5c81b3ed415b8e705e5a5eb97e25767f6db61ef034e43288f1d1ad3c553626a0" }, "downloads": -1, "filename": "murre-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "344a4f8103593eba9a655e4b1c40baae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3101, "upload_time": "2019-09-20T11:43:11", "url": "https://files.pythonhosted.org/packages/21/7d/40c32503d50e66d834d352fb3b03f01c47003d446a88ff7abc7831e0e354/murre-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d04e8649cbf4802ca6a2a9bb9741de9", "sha256": "a2badaf52550c5954853d8ad68f3d009b2014ba1603c87c38bc710c5ebb49e80" }, "downloads": -1, "filename": "murre-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7d04e8649cbf4802ca6a2a9bb9741de9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3645, "upload_time": "2019-09-20T11:43:20", "url": "https://files.pythonhosted.org/packages/19/e4/36eaa5a36355fd436afb61de77fbef46d5e80b1f2754fbcbf793ebc13876/murre-1.0.0.tar.gz" } ] }