From 4b14a3d5b18ab4f1fc9dc555074d5f6a0c3c6a3d Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:24:41 -0600 Subject: Added period --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6e07907..0b8278b8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ > > Since the owner requested forks be uniquely named, we have chosen a new name: _yomitan_. (_-tan_ is an honorific used for anthropomorphic moe characters.) While we've renamed the codebase and made judicious use of find-and-replace, it is entirely the hard work of foosoft and numerous other open source contributors from 2016-2023 and we do not claim any credit. > -> Since this is a distributed effort, we highly welcome new contributors! Feel free to browse the issue tracker, and you can find us on [TheMoeWay Discord](https://discord.gg/UGNPMDE7zC) at [#yomitan-development](https://discord.com/channels/617136488840429598/1081538711742844980) +> Since this is a distributed effort, we highly welcome new contributors! Feel free to browse the issue tracker, and you can find us on [TheMoeWay Discord](https://discord.gg/UGNPMDE7zC) at [#yomitan-development](https://discord.com/channels/617136488840429598/1081538711742844980). Yomitan turns your web browser into a tool for building Japanese language literacy by helping you to decipher texts which would be otherwise too difficult tackle. This extension is similar to -- cgit v1.2.3 From 336c9be902b8dae2c909259aff4c5262afa3018b Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:30:34 -0600 Subject: Created Advanced Usage section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0b8278b8..e4d94937 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ 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) @@ -180,6 +182,17 @@ 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 sentence using MeCab + +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. + ## Custom Dictionaries Yomitan supports the use of custom dictionaries, including the esoteric but popular -- cgit v1.2.3 From 7e7389edee32af0bf6b2b27f4501a1c9d9145ca6 Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:32:47 -0600 Subject: Added link to updated repo --- ext/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/settings.html b/ext/settings.html index 41517dbe..6217aeb5 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1395,7 +1395,7 @@

In order for Yomitan to use it, both MeCab and a native messaging component must be installed. - A setup guide can be found here. + A setup guide can be found here.

-- cgit v1.2.3 From 0a23e135f8c3bc9545dc168244d40df2d3e1a645 Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:33:41 -0600 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d94937..3774b6f8 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ You should be able to replicate your exact Yomitan setup across devices by expor Click the `Show advanced options` toggle switch in the bottom left corner of the Settings page to enable advanced options. -### Parse sentence using MeCab +### Parse sentences using MeCab 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. -- cgit v1.2.3 From 54ba1aac3f43ac886ff47a82ea990d533a6b0af6 Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:34:39 -0600 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3774b6f8..cdb7afac 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Click the `Show advanced options` toggle switch in the bottom left corner of the ### Parse sentences using MeCab -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. +[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. -- cgit v1.2.3 From 413c90dd6cfe589fc7412249fdb726cd4d62cd77 Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:37:13 -0600 Subject: Updated name and moved to a more suitable location --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index cdb7afac..6ef894a0 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 here. - ## Custom Dictionaries Yomitan supports the use of custom dictionaries, including the esoteric but popular @@ -332,6 +321,17 @@ The following shortcuts are available on search results: | Alt + p | Play audio for current term. | | Alt + k | 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?** -- cgit v1.2.3 From 91a0117cdb67fc5099918c9db1d0b330338c6056 Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:22:16 -0600 Subject: Update repository owner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef894a0..b4b97a90 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ Click the `Show advanced options` toggle switch in the bottom left corner of the [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). +A setup guide can be found [here](https://github.com/themoeway/yomitan-mecab-installer/blob/master/README.md). ## Frequently Asked Questions -- cgit v1.2.3 From caaa733e27e6de0ba11b45c7cd1c617af4e51537 Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:24:02 -0600 Subject: Update repository owner --- ext/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/settings.html b/ext/settings.html index 6217aeb5..346cc1d7 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1395,7 +1395,7 @@

In order for Yomitan to use it, both MeCab and a native messaging component must be installed. - A setup guide can be found here. + A setup guide can be found here.

-- cgit v1.2.3 From 330dc33e84a768e7492ec50709f7be21cc0c6199 Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:51:07 -0600 Subject: Update explanation `Show advanced options` -> `Advanced` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b97a90..0bf017b6 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ The following shortcuts are available on search results: ## Advanced Options -Click the `Show advanced options` toggle switch in the bottom left corner of the Settings page to enable advanced options. +Click the `Advanced` toggle switch in the bottom left corner of the Settings page to enable advanced options. ### Parse sentences using MeCab -- cgit v1.2.3