This repository was archived by the owner on Mar 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,25 @@ Sudachi & SudachiPy are developed in [WAP Tokushima Laboratory of AI and NLP](ht
2626
2727SudachiPy requires Python3.5+.
2828
29- You can install SudachiPy and SudachiDict_core packages together from PyPI.
29+ ### Step 1: Install SudachiPy
30+
31+ SudachiPy is distributed from PyPI. You can install SudachiPy by executing ` pip install SudachiPy ` from the command line.
3032
3133``` bash
3234$ pip install SudachiPy
3335```
3436
35- SudachiPy(>=v0.3.0) refers to system.dic of SudachiDict_core package by default.
37+ SudachiPy(>=v0.3.0) refers to system.dic of SudachiDict_core (not included in SudachiPy) package by default.
38+ Please proceed to Step 2 to install the dict package.
39+
40+ ### Step 2: Install SudachiDict_core
41+
42+ The default dict package ` SudachiDict_core ` is distributed from our download site.
43+ Run ` pip install ` like below:
44+
45+ ``` bash
46+ $ pip install https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/SudachiDict_core-20190531.tar.gz
47+ ```
3648
3749## Usage
3850
Original file line number Diff line number Diff line change 1717 },
1818 install_requires = [
1919 "sortedcontainers>=2.1.0,<2.2.0" ,
20- "SudachiDict_core @ https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/SudachiDict_core-20190531.tar.gz" ,
2120 ],
2221 )
Original file line number Diff line number Diff line change 22from . import tokenizer
33from . import config
44
5- SUDACHIPY_VERSION = '0.3.0 '
5+ SUDACHIPY_VERSION = '0.3.1 '
You can’t perform that action at this time.
0 commit comments