Tonemarks is a small Java library that converts strings of pinyin with tone numbers into strings with tone markers on the vowels instead.
String pretty = TonemarkConverter.convert("ni3 hao3");
// => nǐ hǎo
Tonemarks is a small Java library that converts strings of pinyin with tone numbers into strings with tone markers on the vowels instead.
Tonemarks is a small Java library that converts strings of pinyin with tone numbers into strings with tone markers on the vowels instead.
String pretty = TonemarkConverter.convert("ni3 hao3");
// => nǐ hǎo
Tonemarks is a small Java library that converts strings of pinyin with tone numbers into strings with tone markers on the vowels instead.
Other