Whoa, it has been 3 years since last commits. ๐
But don't worry, we will plan to automate this in the future! Plus with additional sources from Kaize and else. For better compatibility, newer changes will be available in another branch until we can consider it stable.
Designed for custom dictionary. This repository allows user to add Japanese (and overseas, in the future) animations, comics, novels, characters, casts, producers, and studios words to their personalized spell correction extension nor app. At the moment, we only include romaji (romanized) script for wordlist; Kanji and other script may be listed in the future.
This repo consists at least, so far:
- 32843 anime titles,
- 94644 manga titles,
- 518 studios,
- ##### producers,
- 86177 characters,
- ##### seiyuus/casts, and
- 253 official streaming and information sites indexed.
- NOTE
- Those dictionaries is duplicate-free and directly scraped from sites without filtering, and some data can be exact same each other since each site do have their own romanization rule for title. Numbers of how much entries included can not be a reference or source for work(s) which required for citing statistical information.
We currently scraping those words directly from sites using Web Scraper extension.
Here is list of sites we're using for scraping data and other information:
- Anime
- AniDB, Anime-Planet, AniSearch, manami-project/anime-offline-database, MyAnimeList
- Manga
- Anime-Planet, AniSearch, MyAnimeList
- Studio
- Anime-Planet
- Producers
- to be included
- Characters
- AniDB (Organization names included), AniSearch
- Seiyuus/Casts
- to be included
- Sites
- Ryuuganime, JustWatch, Reelgood, otakulogy/anime-streaming, MAL-Sync, The /r/AnimePiracy Index
We using plain text format (.txt
and .rydict
) for dictionaries, and MediaWiki file format (.wiki
, .mediawiki
) for README and some important information. JSON, YAML, and Markdown (.md
) files are intended to be used for the machines and GitHub only.
.rydict
is a self-curated wordlist collected from several sources and implement into one file by Ryuuganime itself using plain text format (.txt
). Basically helps dictionary/spelling checker extension/app from overhaul by the resources, so it can reduce a lot of memory consumed by the app/extension.
Please read contributing.wiki for more detailed information.
This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct version 2.0. By participating, you are expected to uphold this code. For detailed information, read CODE_OF_CONDUCT.wiki.
This repository is under GNU Affero General Public License v3.0. You can use, modify, and distribute dictionary AS IS, without warranty of any kind and liability, and must using the same license on both end.
In a nutshell, you are still allowed, but not limited to:
- Set this repo as submodule for your repository,
- Distribute dictionary,
- etc.