Multi Language Transformer (for yomichan_rs)
- This library is the language agnostic internal deinflector for yomichan_rs.
- It attempts to be a 1 to 1 reimplementation of Yomitan's MultiLanguageTransformer.
Roadmap (Soft Priority Ordering)
- Japanese
- English
- Spanish
- Arabic
- Farsi
- Russian
- Korean
- Italian
Adding a new language
- Should read this first before adding a language Adding Language Yomitan Docs
Rough Outline
- Fork this repo's main branch, then make a branch for your PR.
- Find new language/
<iso>folder from Yomitan - Translate
<iso>.transforms (and helper) files to rust- Convert Yomitan's
LanguageTransformerjs tests to rust tests at the bottom of the new files.
- Convert Yomitan's