{ "info": { "author": "Timotheus Kampik", "author_email": "timotheus.kampik@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Documentation" ], "description": "compound-word-splitter\n======================\n\n.. image:: https://travis-ci.org/TimKam/compound-word-splitter.svg?branch=master\n :target: https://travis-ci.org/TimKam/compound-word-splitter\n\nSplits words that are not recognized by pyenchant (spell checker) into largest possible compounds.\n\nInstallation\n------------\n\n::\n\n pip install compound-word-splitter\n\nUsage\n-----\n\n.. code:: python\n\n import splitter\n\n splitter.split('artfactory')\n\nreturns\n\n.. code:: python\n\n ['art', 'factory']\n\nIf the word cannot be split into compounds pyenchant recognizes as words, the splitter returns an empty string.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/TimKam/compound-word-splitter", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "compound-word-splitter", "package_url": "https://pypi.org/project/compound-word-splitter/", "platform": "any", "project_url": "https://pypi.org/project/compound-word-splitter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/TimKam/compound-word-splitter" }, "release_url": "https://pypi.org/project/compound-word-splitter/0.4/", "requires_dist": null, "requires_python": null, "summary": "Splits compound words, like German \"Effektivit\u00e4tsberechnung", "version": "0.4" }, "last_serial": 2898156, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "30f2d92a3253b587d4c519049fb19d65", "sha256": "d9e0e15fbcd8e96b7ffd6ce2316be3ad15b4f12ec2b80a37ac74d19ae2fe1fdf" }, "downloads": -1, "filename": "compound-word-splitter-0.1.tar.gz", "has_sig": false, "md5_digest": "30f2d92a3253b587d4c519049fb19d65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1990, "upload_time": "2017-01-07T14:08:56", "url": "https://files.pythonhosted.org/packages/26/60/0ea8e0d1ba2d801b49abe00f9c0d3984db1ad3162b8a454de62f65e45469/compound-word-splitter-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "586adec31751a5f0a5f0326da84aa400", "sha256": "8d77ab5793cfaa70c1d7c0c6571c7729892d41f4071be158f41b299b5a2abca0" }, "downloads": -1, "filename": "compound-word-splitter-0.2.tar.gz", "has_sig": false, "md5_digest": "586adec31751a5f0a5f0326da84aa400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2011, "upload_time": "2017-01-07T15:11:28", "url": "https://files.pythonhosted.org/packages/7b/c1/331b1175cc65db2c528725a1f2c4933680f76ca53c69b8cf0ed165c586e1/compound-word-splitter-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "1e29fe43cf393c5b8449709d80cfb97d", "sha256": "3a8be79445c027d490b042bafacc41eb3be8d25cf547154018a41e41e911a21e" }, "downloads": -1, "filename": "compound-word-splitter-0.3.tar.gz", "has_sig": false, "md5_digest": "1e29fe43cf393c5b8449709d80cfb97d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2012, "upload_time": "2017-01-07T15:37:45", "url": "https://files.pythonhosted.org/packages/60/a1/fa5a54bd331f85f6360a4b954ef2d40a17727cca43846469ce09d6b5429c/compound-word-splitter-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "44069f43785e0bcf2a60390a3eb3c545", "sha256": "274a0597e51db499472e1131d3465b9a8975cd50c37c29a284e8cd16af77cf6a" }, "downloads": -1, "filename": "compound-word-splitter-0.4.tar.gz", "has_sig": false, "md5_digest": "44069f43785e0bcf2a60390a3eb3c545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2064, "upload_time": "2017-05-25T14:05:03", "url": "https://files.pythonhosted.org/packages/7b/0c/62c1ff670016291bd7c24ebed9476ad3cc165eda571ba8442628c636cac1/compound-word-splitter-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44069f43785e0bcf2a60390a3eb3c545", "sha256": "274a0597e51db499472e1131d3465b9a8975cd50c37c29a284e8cd16af77cf6a" }, "downloads": -1, "filename": "compound-word-splitter-0.4.tar.gz", "has_sig": false, "md5_digest": "44069f43785e0bcf2a60390a3eb3c545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2064, "upload_time": "2017-05-25T14:05:03", "url": "https://files.pythonhosted.org/packages/7b/0c/62c1ff670016291bd7c24ebed9476ad3cc165eda571ba8442628c636cac1/compound-word-splitter-0.4.tar.gz" } ] }