{ "info": { "author": "T Williams", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "##### Module for returning word pairs from text strings\n\n##### Example:\n\n```python\n>>> from trw_text_string import WordPairCounter\n>>> string_example = \"\"\"Hello, I like nuts. Do you like nuts? No? Are you sure?\n Why don't you like nuts? Are you nuts? I like you\"\"\"\n>>> text_string_object = WordPairCounter(string_example)\n>>> text_string_object.get_word_pairs()\nare you: 2\nlike nuts: 3\nyou like: 3\ni like: 2\n```\n\n##### Installation:\n\n
In order to install trw_text_string:
\n\n```python\npip install trw_text_string\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "trw_text_string", "package_url": "https://pypi.org/project/trw_text_string/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/trw_text_string/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/trw_text_string/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Package for a challenge.", "version": "0.0.5" }, "last_serial": 1661126, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "29c0334274eeb440bc3f542e55044f25", "sha256": "412aafc86e8142022a9e934fc9032d013d3120af283a8fb33c1528493bf3acaf" }, "downloads": -1, "filename": "trw_text_string-0.0.3.tar.gz", "has_sig": false, "md5_digest": "29c0334274eeb440bc3f542e55044f25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3063, "upload_time": "2015-08-01T14:15:22", "url": "https://files.pythonhosted.org/packages/4b/2c/8fc3c5e4e7b265cde888d970eb3aa67d3c8fcbf6eb59e74d8aa7400d81fb/trw_text_string-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "8fe5cb148173f3ba8e858d1e354d2924", "sha256": "24041b1593bd1775efd346c37bbdb7d652c8801e2c00109125ae88d88f8134e2" }, "downloads": -1, "filename": "trw_text_string-0.0.4.tar.gz", "has_sig": false, "md5_digest": "8fe5cb148173f3ba8e858d1e354d2924", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3181, "upload_time": "2015-08-01T19:03:55", "url": "https://files.pythonhosted.org/packages/7b/f4/ff0c2459d62f968721450315fd21bc22930b1daeb50e300840a4565e30fc/trw_text_string-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "c0fec4f9c6cae6f702e0b25bd34a7900", "sha256": "2673ea6c64d53b739849a4d54476d770656856f696c0142811e0d8b3787c4511" }, "downloads": -1, "filename": "trw_text_string-0.0.5.tar.gz", "has_sig": false, "md5_digest": "c0fec4f9c6cae6f702e0b25bd34a7900", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3189, "upload_time": "2015-08-02T22:16:38", "url": "https://files.pythonhosted.org/packages/15/d5/e43261e906ff91c37dfc9452173a9c93105f5d6c833d73fd2ab19979394c/trw_text_string-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0fec4f9c6cae6f702e0b25bd34a7900", "sha256": "2673ea6c64d53b739849a4d54476d770656856f696c0142811e0d8b3787c4511" }, "downloads": -1, "filename": "trw_text_string-0.0.5.tar.gz", "has_sig": false, "md5_digest": "c0fec4f9c6cae6f702e0b25bd34a7900", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3189, "upload_time": "2015-08-02T22:16:38", "url": "https://files.pythonhosted.org/packages/15/d5/e43261e906ff91c37dfc9452173a9c93105f5d6c833d73fd2ab19979394c/trw_text_string-0.0.5.tar.gz" } ] }