Vietnamese input method editor (IME) processing library for conversion of Vietnamese Telex input into correct orthographical output with diacritics.
Many thanks to the vi-rs team, whose project has been essential in the making of this library. Not only has its well documented code been used as reference for this project, but parts of it have also been simply rewritten into Kotlin where needed.
lib/src/test/kotlin/com/tenextractor/vietime/LibraryTest.ktcontains test cases- Install JDK 21. If your package manager does not have it, get it from https://adoptium.net/installation#installers
- Run
./gradlew testin a terminal