A lexicon for Japanese tokenizer Sudachi.
- sudachi-dictionary-20200722-small.zip (sudachi-dictionary-latest-small.zip)
- sudachi-dictionary-20200722-core.zip (sudachi-dictionary-latest-core.zip)
- sudachi-dictionary-20200722-full.zip (sudachi-dictionary-latest-full.zip)
You can install the dictionaries for WorksApplications/SudachiPy, the Python version of Sudachi, as Python packages.
$ pip install sudachidict_core
$ pip install sudachidict_small
$ sudachipy link -t small
$ pip install sudachidict_full
$ sudachipy link -t full
Sudachi has three types of dictionaries.
- Small: includes only the vocabulary of UniDic
- Core: includes basic vocabulary (default)
- Full: includes miscellaneous proper nouns
SudachiDict needs Git LFS to download the sourses
of the system dictionaries. If you fail to build the dictionaries, install
Git LFS and git lfs pull
.
Building the dictionaries fails with a locale other than UTF-8.
Add -Dfile.encoding=UTF-8
to MAVEN_OPTS
.
SudachiDict by Works Applications Co., Ltd. is licensed under the Apache License, Version2.0
Copyright (c) 2017 Works Applications Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This project includes UniDic and a part of NEologd.