Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Oct 8, 2024
1 parent e177698 commit aca5912
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To enable this, just add a new playback source with the `Text-to-speech` type an

- TTS voices vary between browsers and so might not support all languages. For instance, [Microsoft Edge](https://www.microsoft.com/en-us/edge) offers a wide selection of free Azure natural voices for a variety of languages. Edge provides over 300 voices, compared to around 25 in Google Chrome (see [here](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=stt) for a list of supported languages).
- TTS audio can be inaccurate for languages with complex pronunciation such as Japanese, where words can have multiple possible readings and pitch accents.
- ⚠️ Note that the TTS voices cannot be sent to Anki; this is a [limitation of the browser SpeechSynthesis API](https://github.com/themoeway/yomitan/issues/864).
- ⚠️ Note that the TTS voices cannot be sent to Anki; this is a [limitation of the browser SpeechSynthesis API](https://github.com/yomidevs/yomitan/issues/864).

#### Custom URL

Expand All @@ -99,4 +99,4 @@ Click the `Advanced` toggle switch in the bottom left corner of the Settings pag
[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/themoeway/yomitan-mecab-installer/blob/master/README.md).
A setup guide can be found [here](https://github.com/yomidevs/yomitan-mecab-installer/blob/master/README.md).
10 changes: 5 additions & 5 deletions docs/dictionaries/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Be aware that non-English dictionaries generally contain fewer entries than thei
#### Japanese

- [Jitendex](https://github.com/stephenmk/Jitendex) - An improved version of JMdict for Yomitan. It features better formatting and some other improvements, and is actively being improved by its author.
- [JMdict](https://github.com/themoeway/jmdict-yomitan#jmdict-for-yomitan-1) - There are daily automatically updated builds of JMdict for Yomitan available in this repository. It is available in multiple languages and formats, but we recommend installing the more modern Jitendex for English users.
- [JMnedict](https://github.com/themoeway/jmdict-yomitan#jmnedict-for-yomitan) - Lists readings of person/place/organization names and other proper nouns.
- [KANJIDIC](https://github.com/themoeway/jmdict-yomitan#kanjidic-for-yomitan) - An English dictionary listing readings, meanings, and other info about kanji characters.
- [JMdict](https://github.com/yomidevs/jmdict-yomitan#jmdict-for-yomitan-1) - There are daily automatically updated builds of JMdict for Yomitan available in this repository. It is available in multiple languages and formats, but we recommend installing the more modern Jitendex for English users.
- [JMnedict](https://github.com/yomidevs/jmdict-yomitan#jmnedict-for-yomitan) - Lists readings of person/place/organization names and other proper nouns.
- [KANJIDIC](https://github.com/yomidevs/jmdict-yomitan#kanjidic-for-yomitan) - An English dictionary listing readings, meanings, and other info about kanji characters.
- [BCCWJ Frequency Dictionary](https://github.com/Kuuuube/yomitan-dictionaries?tab=readme-ov-file#bccwj-suw-luw-combined) - A frequency dictionary based on the Balanced Corpus of Contemporary Written Japanese.
- [JPDB Frequency Dictionary](https://github.com/Kuuuube/yomitan-dictionaries?tab=readme-ov-file#jpdb-v21-frequency) - A frequency dictionary based on the corpus from the online Japanese dictionary and SRS system at [jpdb.io](https://jpdb.io).

#### Other Languages

- **Multilingual**
- [KTY](https://github.com/themoeway/kaikki-to-yomitan) - Wiktionaries in various languages converted to Yomitan format.
- [KTY](https://github.com/yomidevs/kaikki-to-yomitan) - Wiktionaries in various languages converted to Yomitan format.
- [Wikipedia for Yomitan](https://github.com/MarvNC/wikipedia-yomitan) - All of Wikipedia in Yomitan for various languages.
- **Korean**
- [KRDICT/STDICT](https://github.com/Lyroxide/yomitan-ko-dic/releases) - Korean dictionaries for Yomitan.
Expand All @@ -40,7 +40,7 @@ Be aware that non-English dictionaries generally contain fewer entries than thei

Yomitan supports dictionaries in the esoteric but popular [EPWING](https://ja.wikipedia.org/wiki/EPWING) format. They were often utilized in portable electronic dictionaries. These dictionaries are often sought after by language learners for their correctness and excellent coverage of the Japanese language.

Unfortunately, as most of the dictionaries released in this format are proprietary, you will need to procure these dictionaries yourself and import them using [Yomitan Import](https://github.com/themoeway/yomitan-import). Check the project page for additional details.
Unfortunately, as most of the dictionaries released in this format are proprietary, you will need to procure these dictionaries yourself and import them using [Yomitan Import](https://github.com/yomidevs/yomitan-import). Check the project page for additional details.

### Bulk Importing Dictionaries

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Let's dive in and get started!

[:fontawesome-brands-firefox-browser: Get Yomitan <small>Firefox/Stable</small>](https://addons.mozilla.org/en-US/firefox/addon/yomitan/){.md-button .md-button--primary .md-button--stretch}

[:fontawesome-brands-firefox-browser: Go To Github Releases](https://github.com/themoeway/yomitan/releases){ .md-button .md-button--primary .md-button--stretch }
[:fontawesome-brands-firefox-browser: Go To Github Releases](https://github.com/yomidevs/yomitan/releases){ .md-button .md-button--primary .md-button--stretch }

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Yomitan turns your web browser into a tool for building language literacy by hel
- :book: [Support for multiple dictionaries.](./dictionaries/index.md)
- :material-cloud-off: Works fully offline. No internet connection needed.
- :material-wrench: [Extremely customizable. Hotkeys, custom audio, custom appearance.](advanced/index.md)
- :material-currency-usd-off: Completely free! We don't track your data and we're completely [open-sourced](https://github.com/themoeway/yomitan).
- :material-currency-usd-off: Completely free! We don't track your data and we're completely [open-sourced](https://github.com/yomidevs/yomitan).
</div>

[Get started](getting-started/index.md){ .md-button .md-button--stretch-max-sm }
2 changes: 1 addition & 1 deletion docs/other/supported-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ These are the languages currently supported by Yomitan:
| Turkish | tr |
| Vietnamese | vi |

If you want to add or improve support for a language, consider looking at the [language features documentation at GitHub](https://github.com/themoeway/yomitan/blob/master/docs/development/language-features.md).
If you want to add or improve support for a language, consider looking at the [language features documentation at GitHub](https://github.com/yomidevs/yomitan/blob/master/docs/development/language-features.md).
2 changes: 1 addition & 1 deletion docs/other/yomichan-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you are an existing user of Yomichan, you can export your dictionary collecti
You can export your settings from Yomichan's Settings page. Go to the `Backup` section and click on `Export Settings`.

Yomichan doesn't have first-class support to export the dictionary collection. Please follow the instructions provided in the following link to export your data:
https://github.com/themoeway/yomichan-data-exporter#steps-to-export-the-data
https://github.com/yomidevs/yomichan-data-exporter#steps-to-export-the-data

You can then import the exported files into Yomitan from the `Backup` section of the `Settings` page. Please see [the section on importing dictionaries](#importing-dictionaries) further below for more explicit steps.

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: Yomitan
site_url: https://yomitan.wiki/
site_description: Powerful and versatile pop-up dictionary for language learning
site_author: Yomitan Authors
repo_url: https://github.com/themoeway/yomitan
repo_url: https://github.com/yomidevs/yomitan
repo_name: Yomitan
nav:
- Home: 'index.md'
Expand Down Expand Up @@ -54,7 +54,7 @@ theme:
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/themoeway/yomitan
link: https://github.com/yomidevs/yomitan
- icon: fontawesome/brands/discord
link: https://discord.gg/tmw
homepage: https://yomitan.wiki/
Expand Down

0 comments on commit aca5912

Please sign in to comment.