Skip to content

Commit

Permalink
Updated name and moved to a more suitable location
Browse files Browse the repository at this point in the history
  • Loading branch information
koiyakiya authored Nov 17, 2023
1 parent 54ba1aa commit 413c90d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ Yomitan provides advanced features not available in other browser-based dictiona
- [Basic Usage](#basic-usage)
- [Importing Dictionaries](#importing-dictionaries)
- [Importing and Exporting Personal Configuration](#importing-and-exporting-personal-configuration)
- [Advanced Usage](#advanced-usage)
- [Parse sentences using MeCab](#parse-sentences-using-mecab)
- [Custom Dictionaries](#custom-dictionaries)
- [Anki Integration](#anki-integration)
- [Flashcard Configuration](#flashcard-configuration)
- [Flashcard Creation](#flashcard-creation)
- [Keyboard Shortcuts](#keyboard-shortcuts)
- [Advanced Options](#advanced-options)
- [Parse sentences using MeCab](#parse-sentences-using-mecab)
- [Frequently Asked Questions](#frequently-asked-questions)
- [Licenses](#licenses)
- [Third-Party Libraries](#third-party-libraries)
Expand Down Expand Up @@ -182,17 +182,6 @@ Note that you can also similarly export and import your Yomitan settings from th

You should be able to replicate your exact Yomitan setup across devices by exporting your settings and dictionary collection from the source device then importing those from the destination.

## Advanced Usage

Click the `Show advanced options` toggle switch in the bottom left corner of the Settings page to enable advanced options.

### Parse sentences using MeCab

[MeCab](https://taku910.github.io/mecab/) is a third-party program which uses its own dictionaries and parsing algorithm to decompose sentences into individual words. MeCab may provide more accurate parsing results than Yomitan's internal parser.

In order for Yomitan to use it, both MeCab and a native messaging component must be installed.
A setup guide can be found <a href="https://github.com/starxeras/yomitan-mecab-installer/blob/master/README.md" target="_blank" rel="noopener noreferrer">here</a>.

## Custom Dictionaries

Yomitan supports the use of custom dictionaries, including the esoteric but popular
Expand Down Expand Up @@ -332,6 +321,17 @@ The following shortcuts are available on search results:
| <kbd>Alt</kbd> + <kbd>p</kbd> | Play audio for current term. |
| <kbd>Alt</kbd> + <kbd>k</kbd> | Add current kanji to Anki. |

## Advanced Options

Click the `Show advanced options` toggle switch in the bottom left corner of the Settings page to enable advanced options.

### Parse sentences using MeCab

[MeCab](https://taku910.github.io/mecab/) is a third-party program which uses its own dictionaries and parsing algorithm to decompose sentences into individual words. MeCab may provide more accurate parsing results than Yomitan's internal parser.

In order for Yomitan to use it, both MeCab and a native messaging component must be installed.
A setup guide can be found [here](https://github.com/starxeras/yomitan-mecab-installer/blob/master/README.md).

## Frequently Asked Questions

**I'm having problems importing dictionaries in Firefox, what do I do?**
Expand Down

0 comments on commit 413c90d

Please sign in to comment.