Metadata-Version: 2.1
Name: SudachiDict_core
Version: 0.0.0
Summary: A lexicon for Sudachi, the Japanese Morphological Analyzer
Home-page: https://github.com/WorksApplications/SudachiDict
Author: Works Applications Co.,Ltd.
Author-email: takaoka_k@worksap.co.jp
License: Apache-2.0
Description: # SudachiDict
        
        A lexicon for Japanese tokenizer
        [Sudachi](https://github.com/WorksApplications/Sudachi/) and 
        [SudachiPy](https://github.com/WorksApplications/SudachiPy/).
        
        ## Latest version
        
        * [sudachi-dictionary-20191030-small.zip](https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/sudachi-dictionary-20191030-small.zip)
        * [sudachi-dictionary-20191030-core.zip](https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/sudachi-dictionary-20191030-core.zip)
        * [sudachi-dictionary-20191030-full.zip](https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/sudachi-dictionary-20191030-full.zip)
        
        ### Python packages
        
        * [SudachiDict_small-20191030.tar.gz](https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/SudachiDict_small-20191030.tar.gz)
        * [SudachiDict_core-20191030.tar.gz](https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/SudachiDict_core-20191030.tar.gz)
        * [SudachiDict_full-20191030.tar.gz](https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/SudachiDict_full-20191030.tar.gz)
        
        
        ## Dictionary types
        
        Sudachi has three types of dictionaries.
        
        * Small: includes only the vocabulary of UniDic
        * Core: includes basic vocabulary (default)
        * Full: includes miscellaneous proper nouns
        
        ## Build from sources
        
        SudachiDict needs [Git LFS](https://git-lfs.github.com/) 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`.
        
        
        ## Licenses
        
        SudachiDict by Works Applications Co., Ltd. is licensed under the [Apache License, Version2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
        
           Copyright (c) 2019 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.
        
        - http://unidic.ninjal.ac.jp/
        - https://github.com/neologd/mecab-ipadic-neologd
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
