sotch-pr35mac / prettify_pinyin

Prettify Pinyin: Turn tone numbers into tone marks

Home Page:https://crates.io/crates/prettify_pinyin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prettify_pinyin

About

Turn pinyin written with tone numbers and turn it into pinyin with node marks. prettify_pinyin accepts input in the CC-CEDICT pinyin format (space separated syllables with tone numbers at the end of each syllable), for example: "ni3 hao3" will get turned into "nǐ hǎo".

Usage

use prettify_pinyin::prettify;

let formatted: String = prettify("ma1 ma2 ma3 ma4 ma");

println!("{}", formatted); // --> mā má mǎ mà ma

License

MIT

About

Prettify Pinyin: Turn tone numbers into tone marks

https://crates.io/crates/prettify_pinyin

License:MIT License


Languages

Language:Rust 100.0%