pinyin4j banner

Home
Project page
Installation
Forum
Links

SourceForge.net Logo

Valid XHTML 1.0!

Valid CSS!

Installation of pinyin4j

Here is the installation guide of pinyin4j compressed package. If you have any problems, please go to support forum of pinyin4j.

  1. Extract download compressed package pinyin4j-x.y.z.zip to a directory you like, for example PINYIN4J_INSTALL_DIR (x, y, z are version numbers may be variable).
  2. Add PINYIN4J_INSTALL_DIR/lib/pinyin4j-x.y.z.jar to your classpath.
  3. Import necessary class files in your Java source code (see below).
// pinyin4j entry point
import net.sourceforge.pinyin4j.PinyinHelper;

// only when you need formating the output
import net.sourceforge.pinyin4j.format.*;
import net.sourceforge.pinyin4j.format.exception.*;

 Latest Release

pinyin4j 2.5.0

Download
JavaDoc
Demostration
Screen Shots What's new
Changes

Support This Project


Copyleft under GNU General Public License (GPL) | Website visit stats | Maintained by Li Min