Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koiyakiya authored Nov 16, 2023
1 parent e47183c commit a694888
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ If you are running Mac, first install [Homebrew](https://brew.sh/), as it is use
1. Install Python
- **Windows**: https://www.python.org/downloads/
- **Mac**: Run `brew install python3`
- **Linux**: Python is usually included with a Linux distribution
- **Linux**: Python is usually included with a Linux distribution.
1. Install MeCab
- **Windows**: https://taku910.github.io/mecab/#download (mecab-x.xxx.exe:ダウンロード)
- **Mac**: run `brew install mecab`
- **Linux**: package managers usually include MeCab. You don't need to install a dictionary package from the package manager, this script downloads the required dictionaries for you
1. [Download](https://github.com/starxeras/yomitan-mecab-installer/archive/master.zip) and extract this repository
to the location where you wish to install the files. `~/Downloads` might not be the best place
1. Run `install_mecab_for_yomitan.py` and follow the instructions
- **Linux**: package managers usually include MeCab. You don't need to install a dictionary package from the package manager, this script downloads the required dictionaries for you.
1. [Download](https://github.com/starxeras/yomitan-mecab-installer/archive/master.zip) and extract this repository.
to the location where you wish to install the files. `~/Downloads` might not be the best place, as the dictionary files are stored in the same directory.
1. Run `install_mecab_for_yomitan.py` and follow the instructions.
2. Go to the Yomitan settings page in the browser you selected.
3. Click `Advanced` in the bottom left corner.
4. Go to `Text Parsing`
5. Enable `Parse sentences using MeCab`
4. Go to `Text Parsing`.
5. Enable `Parse sentences using MeCab`.
6. To check if you installed it correctly, click the `More...` button and select `Test`. If it returns "Connection was successful", MeCab is now installed for Yomitan.

Some things to note:
Expand Down

0 comments on commit a694888

Please sign in to comment.