{"id":13679119,"url":"https://github.com/WorksApplications/SudachiDict","last_synced_at":"2025-04-29T16:31:06.249Z","repository":{"id":43673310,"uuid":"178802494","full_name":"WorksApplications/SudachiDict","owner":"WorksApplications","description":"A lexicon for Sudachi","archived":false,"fork":false,"pushed_at":"2024-04-10T08:11:27.000Z","size":2233,"stargazers_count":215,"open_issues_count":9,"forks_count":19,"subscribers_count":13,"default_branch":"develop","last_synced_at":"2024-04-14T03:04:20.958Z","etag":null,"topics":["morphological-analysis","nlp-resources","pos-tagging","segmentation"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WorksApplications.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-2.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"WorksApplications"}},"created_at":"2019-04-01T06:48:44.000Z","updated_at":"2024-07-19T11:00:17.533Z","dependencies_parsed_at":"2024-01-14T15:22:59.930Z","dependency_job_id":"677ee209-e37c-41ab-a5c9-f62c1d4911ed","html_url":"https://github.com/WorksApplications/SudachiDict","commit_stats":{"total_commits":81,"total_committers":12,"mean_commits":6.75,"dds":0.2716049382716049,"last_synced_commit":"0e7a734c891978cda76d8ff0f9cb2de8ea2bfdf9"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorksApplications%2FSudachiDict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorksApplications%2FSudachiDict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorksApplications%2FSudachiDict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorksApplications%2FSudachiDict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WorksApplications","download_url":"https://codeload.github.com/WorksApplications/SudachiDict/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251540093,"owners_count":21605843,"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":["morphological-analysis","nlp-resources","pos-tagging","segmentation"],"created_at":"2024-08-02T13:01:02.190Z","updated_at":"2025-04-29T16:31:01.234Z","avatar_url":"https://github.com/WorksApplications.png","language":"Python","readme":"# SudachiDict\n\nA lexicon for Japanese tokenizer\n[Sudachi](https://github.com/WorksApplications/Sudachi/).\n\n## Download\n\nClick [here](http://sudachi.s3-website-ap-northeast-1.amazonaws.com/sudachidict/) for pre-built dictionaries.\n\nPre-built synonym dictionaries for [Chikkar](https://github.com/WorksApplications/chikkar/) is [here](http://sudachi.s3-website-ap-northeast-1.amazonaws.com/sudachisynonym/).\n\n### Python packages\n\nYou can install the dictionaries for [WorksApplications/SudachiPy](https://github.com/WorksApplications/SudachiPy), the Python version of Sudachi, as Python packages.\n\nIn SudachiPy v0.5.2 and later, you can specify a dictionary directly from a command line or program.\n\n**WARNING: `sudachipy link` is no longer available in SudachiPy v0.5.2 and later.**\n\nplease see the following links for more details on the dictionary option.\n\n- english\n  - [https://github.com/WorksApplications/SudachiPy#dictionary-edition](https://github.com/WorksApplications/SudachiPy#dictionary-edition)\n- japanese\n  - [https://github.com/WorksApplications/SudachiPy/blob/develop/docs/tutorial.md#辞書の種類](https://github.com/WorksApplications/SudachiPy/blob/develop/docs/tutorial.md#%E8%BE%9E%E6%9B%B8%E3%81%AE%E7%A8%AE%E9%A1%9E)\n\n#### Install\n\n```bash\npip install sudachidict_core\n```\n\n```bash\npip install sudachidict_small\n```\n\n```bash\npip install sudachidict_full\n```\n\n- [SudachiDict-small · PyPI](https://pypi.org/project/SudachiDict-small/)\n- [SudachiDict-core · PyPI](https://pypi.org/project/SudachiDict-core/)\n- [SudachiDict-full · PyPI](https://pypi.org/project/SudachiDict-full/)\n\n## Dictionary types\n\nSudachi has three types of dictionaries.\n\n- Small: includes only the vocabulary of UniDic\n- Core: includes basic vocabulary (default)\n- Full: includes miscellaneous proper nouns\n\n## Build from sources\n\n\nDictionary sources were hosted on git lfs, but [are hosted on S3](http://sudachi.s3-website-ap-northeast-1.amazonaws.com/sudachidict-raw/) now.\nThey will be moved to github in the future once more.\n\nAt the moment, you need to manually download required files from the AWS S3, and unzip them into the `src/main/text` directory.\nCore dictionary requires small and core files, Full requires all three files.\n\n## Licenses\n\n```text\nSudachiDict by Works Applications Co., Ltd. is licensed under the [Apache License, Version2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n   Copyright (c) 2017-2023 Works Applications Co., Ltd.\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n\nThis project includes UniDic and a part of NEologd.\n```\n\n- \u003chttp://unidic.ninjal.ac.jp/\u003e\n- \u003chttps://github.com/neologd/mecab-ipadic-neologd\u003e\n","funding_links":["https://github.com/sponsors/WorksApplications"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWorksApplications%2FSudachiDict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWorksApplications%2FSudachiDict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWorksApplications%2FSudachiDict/lists"}