{"id":16906095,"url":"https://github.com/timkam/compound-word-splitter","last_synced_at":"2025-03-17T06:32:12.822Z","repository":{"id":47677818,"uuid":"78278135","full_name":"TimKam/compound-word-splitter","owner":"TimKam","description":"A compound word splitter for Python","archived":false,"fork":false,"pushed_at":"2021-08-18T13:03:10.000Z","size":16,"stargazers_count":48,"open_issues_count":4,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T19:29:44.338Z","etag":null,"topics":["natural-language-processing","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TimKam.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-07T12:37:37.000Z","updated_at":"2024-08-12T19:27:01.000Z","dependencies_parsed_at":"2022-08-21T18:10:07.487Z","dependency_job_id":null,"html_url":"https://github.com/TimKam/compound-word-splitter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimKam%2Fcompound-word-splitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimKam%2Fcompound-word-splitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimKam%2Fcompound-word-splitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimKam%2Fcompound-word-splitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimKam","download_url":"https://codeload.github.com/TimKam/compound-word-splitter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243847863,"owners_count":20357459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["natural-language-processing","python"],"created_at":"2024-10-13T18:40:59.622Z","updated_at":"2025-03-17T06:32:11.583Z","avatar_url":"https://github.com/TimKam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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\nMake sure you have `enchant \u003chttps://www.abisource.com/projects/enchant/\u003e`_ installed before proceeding.\n\n\nNow run\n::\n\n    pip install compound-word-splitter\n\n\nNote that the languages that are available by default depend on your operating system's configuration and could be, for\nexample::\n\n    ['en', 'en_CA', 'en_GB', 'en_US']\n\nIf you would like to use a different language, like ``de_de`` in the example below, you will have to install the\n`myspell \u003chttp://www.openoffice.org/lingucomponent/dictionary.html/\u003e`_\ndictionary for it (*myspell-de-de*).\n\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    \n.\n    \n.. code:: python\n\n    split('Glossarelement', 'de_de')\n   \n   \nreturns\n\n.. code:: python\n\n    ['Glossar', 'Element']\n    \n.\n\nIf the word cannot be split into compounds pyenchant recognizes as words, the splitter returns an empty string.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimkam%2Fcompound-word-splitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimkam%2Fcompound-word-splitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimkam%2Fcompound-word-splitter/lists"}