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.
- Japanese
- English
- Spanish
- Arabic
- Farsi
- Russian
- Korean
- Italian
- Should read this first before adding a language Adding Language Yomitan Docs
- 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
LanguageTransformer
js tests to rust tests at the bottom of the new files.
- Convert Yomitan's