{ "info": { "author": "Mario E. Bermonti Perez", "author_email": "mbermonti1132@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\n# Table of Contents\n\n- [Word Analysis](#org5a5bbc3)\n- [Getting Started](#org35423b7)\n - [Prerequisites](#org0671de2)\n - [Installing](#org8aff58e)\n - [Usage](#org78b2984)\n- [Contributing to this project](#orgb502f60)\n- [Author](#orgbb7d417)\n- [License](#orgd03237e)\n\n\n\n\n# Word Analysis\n\nThis modules has a set of functions to analyze Spanish words and determine\ntheir difficulty level based on the following dimensions:\n\n1. Word length\n2. Number of silent letters\n3. Number of different letters with the same sound: e.g., *s* and *z*\n4. Number of anagrams: words that can be made with its letters\n\n\n\n\n# Getting Started\n\n\n\n\n## Prerequisites\n\nYou will need to install the pandas package to be able to use this\nmodule. To install it use `pip install pandas`.\n\n\n\n\n## Installing\n\n`pip install wdiff`\n\n\n\n\n## Usage\n\n import wdiff\n words = ['perro', 'gato', 'serpiente']\n wanalyzer = wdiff.WordAnalyzer()\n wanalyzer.set_words(words)\n wanalyzer.determine_length_difficulty(difficultyWeight=1)\n wanalyzer.determine_silent_letter_difficulty(difficultyWeight=1)\n wanalyzer.determine_same_sound_letter_difficulty(difficultyWeight=1)\n wanalyzer.determine_anagrams_difficulty(difficultyWeight=1)\n wanalyzer.determine_total_difficulty_index()\n wanalyzer.save_results()\n\nResults will be saved in the current directory as a CSV file.\n\n\n\n\n# Contributing to this project\n\n If you encounter any bugs, please open an issue on github. To contribute to\nthis project, clone the repository and submit a pull request. If you wish to\nbecome an active maintainer of the project, you can contact me\nat mbermonti1132@gmail.com\n\nAll contributions are welcome!\n\n\n\n\n# Author\n\nMario E. Bermonti-Perez. Feel free to contact me at mbermonti1132@gmail.com.\n\n\n\n\n# License\n\nThis project is licensed under the GPL License. See the LICENSE.txt file for\ndetails.\n\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/mario-bermonti/wdiff", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "wdiff", "package_url": "https://pypi.org/project/wdiff/", "platform": "", "project_url": "https://pypi.org/project/wdiff/", "project_urls": { "Homepage": "https://github.com/mario-bermonti/wdiff" }, "release_url": "https://pypi.org/project/wdiff/0.0.7/", "requires_dist": [ "pandas" ], "requires_python": "", "summary": "Package for analyzing word difficulty in Spanish", "version": "0.0.7" }, "last_serial": 5797632, "releases": { "0.0.6": [ { "comment_text": "", "digests": { "md5": "17cb6835d69d699953692a743670f72c", "sha256": "087478e472d30b5750ac443e4a0deff752e4d09527dce4f1cebc3a97e64e7905" }, "downloads": -1, "filename": "wdiff-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "17cb6835d69d699953692a743670f72c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2058, "upload_time": "2019-09-07T22:16:28", "url": "https://files.pythonhosted.org/packages/ca/13/eba6a1165dc1322e14d83d4b265de384b81eb5f57c2ea2d3dd22306bdcea/wdiff-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fedbb882bc936282ac715519a95fec0b", "sha256": "0526f993cb873f6446ea123c1ea2fc258dcdeab6e3f1e9aa76a429e6a80933a5" }, "downloads": -1, "filename": "wdiff-0.0.6.tar.gz", "has_sig": false, "md5_digest": "fedbb882bc936282ac715519a95fec0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2202, "upload_time": "2019-09-07T22:16:30", "url": "https://files.pythonhosted.org/packages/e3/ed/36870048e10e794a3a74b72e4320c54dd22e9414866bb175ef99256cfccd/wdiff-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "a5ce021ce9f05bb63a1ee30847660538", "sha256": "f095c39931f458342364bee9c70f83e7fa6e77381f4e85d91b39133d85481b22" }, "downloads": -1, "filename": "wdiff-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "a5ce021ce9f05bb63a1ee30847660538", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7471, "upload_time": "2019-09-07T22:27:04", "url": "https://files.pythonhosted.org/packages/c5/a8/06074ce3a777efb1f36970bd4c39cad9f7b27a89e4d2d40bb46a7b7cc946/wdiff-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0c295cabab9def9f4b32da94133e240", "sha256": "90b76a1c5da174058e3ca7fcc475b37cc6fd6a36ee4d4d6c54966459efec51c5" }, "downloads": -1, "filename": "wdiff-0.0.7.tar.gz", "has_sig": false, "md5_digest": "c0c295cabab9def9f4b32da94133e240", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6862, "upload_time": "2019-09-07T22:27:06", "url": "https://files.pythonhosted.org/packages/37/7f/28081b6107c983d7649d39c9746f7cff89e1491352f3880cb7482bdd7aff/wdiff-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5ce021ce9f05bb63a1ee30847660538", "sha256": "f095c39931f458342364bee9c70f83e7fa6e77381f4e85d91b39133d85481b22" }, "downloads": -1, "filename": "wdiff-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "a5ce021ce9f05bb63a1ee30847660538", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7471, "upload_time": "2019-09-07T22:27:04", "url": "https://files.pythonhosted.org/packages/c5/a8/06074ce3a777efb1f36970bd4c39cad9f7b27a89e4d2d40bb46a7b7cc946/wdiff-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0c295cabab9def9f4b32da94133e240", "sha256": "90b76a1c5da174058e3ca7fcc475b37cc6fd6a36ee4d4d6c54966459efec51c5" }, "downloads": -1, "filename": "wdiff-0.0.7.tar.gz", "has_sig": false, "md5_digest": "c0c295cabab9def9f4b32da94133e240", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6862, "upload_time": "2019-09-07T22:27:06", "url": "https://files.pythonhosted.org/packages/37/7f/28081b6107c983d7649d39c9746f7cff89e1491352f3880cb7482bdd7aff/wdiff-0.0.7.tar.gz" } ] }