Skip to content

Commit

Permalink
readme clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikatr7 committed May 4, 2024
1 parent 5a8785a commit a0102a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,18 @@ pip install kairyou

You must also install the jp_core_news_lg model from spaCy. This can be done by running the following command:

for windows:

```bash
python -m spacy download ja_core_news_lg
```

for linux:

```bash
python3 -m spacy download ja_core_news_lg
```

Then, you can preprocess Japanese text by importing Kairyou and/or KatakanaUtil/Indexer:
```python
from kairyou import Kairyou, KatakanaUtil, Indexer
Expand Down

0 comments on commit a0102a3

Please sign in to comment.