|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pinyin4j.PinyinRomanizationTranslator
class PinyinRomanizationTranslator
Contains the logic translating among different Chinese Romanization systems
Constructor Summary | |
---|---|
PinyinRomanizationTranslator()
|
Method Summary | |
---|---|
(package private) static java.lang.String |
convertRomanizationSystem(java.lang.String sourcePinyinStr,
PinyinRomanizationType sourcePinyinSystem,
PinyinRomanizationType targetPinyinSystem)
convert the given unformatted Pinyin string from source Romanization system to target Romanization system |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
PinyinRomanizationTranslator()
Method Detail |
---|
static java.lang.String convertRomanizationSystem(java.lang.String sourcePinyinStr, PinyinRomanizationType sourcePinyinSystem, PinyinRomanizationType targetPinyinSystem)
sourcePinyinStr
- the given unformatted Pinyin stringsourcePinyinSystem
- the Romanization system which is currently used by the given
unformatted Pinyin stringtargetPinyinSystem
- the Romanization system that should be converted to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |