Package com.eastmountain.chinese.util

Examples of com.eastmountain.chinese.util.FormatPinYin


       
        public void actionPerformed( java.awt.event.ActionEvent e ) {
       
            String numberedPinYin = numberedPinYinField.getText();
           
            FormatPinYin fpy = new FormatPinYin();
            toneMarkedPinYin = FormatPinYin.addToneMarks( numberedPinYin );
            System.out.println( "In: " + numberedPinYin );
            System.out.println( "Out: " );
           
View Full Code Here

TOP

Related Classes of com.eastmountain.chinese.util.FormatPinYin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.