Add romanizations to readme
This commit is contained in:
parent
71cb47ea04
commit
e4a2e75d82
1 changed files with 10 additions and 12 deletions
22
README.md
22
README.md
|
|
@ -4,12 +4,12 @@ compiling the scraped data into compact dictionary file formats.
|
|||
|
||||
### Supported Dictionaries
|
||||
* Online
|
||||
* [国語辞典オンライン](https://kokugo.jitenon.jp/)
|
||||
* [四字熟語辞典オンライン](https://yoji.jitenon.jp/)
|
||||
* [故事・ことわざ・慣用句オンライン](https://kotowaza.jitenon.jp/)
|
||||
* [国語辞典オンライン](https://kokugo.jitenon.jp/) (Jitenon Kokugo)
|
||||
* [四字熟語辞典オンライン](https://yoji.jitenon.jp/) (Jitenon Yoji)
|
||||
* [故事・ことわざ・慣用句オンライン](https://kotowaza.jitenon.jp/) (Jitenon Kotowaza)
|
||||
* Offline
|
||||
* [新明解国語辞典 第八版](https://www.monokakido.jp/ja/dictionaries/smk8/index.html)
|
||||
* [大辞林 第四版](https://www.monokakido.jp/ja/dictionaries/daijirin2/index.html)
|
||||
* [新明解国語辞典 第八版](https://www.monokakido.jp/ja/dictionaries/smk8/index.html) (Shinmeikai 8e)
|
||||
* [大辞林 第四版](https://www.monokakido.jp/ja/dictionaries/daijirin2/index.html) (Daijirin 4e)
|
||||
|
||||
### Supported Output Formats
|
||||
|
||||
|
|
@ -18,33 +18,31 @@ compiling the scraped data into compact dictionary file formats.
|
|||
# Examples
|
||||
|
||||
<details>
|
||||
<summary>国語辞典オンライン (web | yomichan)</summary>
|
||||
<summary>Jitenon Kokugo (web | yomichan)</summary>
|
||||
|
||||

|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>四字熟語辞典オンライン (web | yomichan)</summary>
|
||||
<summary>Jitenon Yoji (web | yomichan)</summary>
|
||||
|
||||

|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>故事・ことわざ・慣用句オンライン (web | yomichan)</summary>
|
||||
<summary>Jitenon Kotowaza (web | yomichan)</summary>
|
||||
|
||||

|
||||
</details>
|
||||
|
||||
###
|
||||
<details>
|
||||
<summary>新明解国語辞典 第八版 (print | yomichan)</summary>
|
||||
<summary>Shinmeikai 8e (print | yomichan)</summary>
|
||||
|
||||

|
||||
</details>
|
||||
|
||||
###
|
||||
<details>
|
||||
<summary>大辞林 第四版 (print | yomichan)</summary>
|
||||
<summary>Daijirin 4e (print | yomichan)</summary>
|
||||
|
||||

|
||||
</details>
|
||||
|
|
|
|||
Loading…
Reference in a new issue