-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Schemes: - Add support for Khmer, Modi, Newa, Saurashtra, Tamil superscript, Thai, Tibetan, and Tirhuta. Features: - Update `detect` for new schemes. - Update `unicode_norm` logic for new schemes. Bug fixes: - Add missing schemes to `Scheme::iter`. - Update `unicode_norm` logic for previously missing schemes. - Slightly improve support for ITRANS. Code: - Add `reshape` module to support more complex schemes. - Combine our two separate transliteration functions into a single `transliterate_inner`. - Create internal `Token` struct to model mappings. - Avoid extra allocation in main `transliterate` loop. - Fix various `clippy` warnings. Documentation: - Add "Alternatives" section to README and update examples. - Add extensive comments to core code. - Add or expand various docstrings.
- Loading branch information
Showing
14 changed files
with
2,043 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.