OO Pinyin Guide is a Java extension for OpenOffice 3 or higher. It enables the user to add pinyin transliteration over chinese characters inside a text document. This tool can be useful for people learning or teaching chinese.
It is an extended version of the "Asian Phonetic Guide" available in OpenOffice. The improvement is that OO Pinyin Guide will help the user by automatically filling in the pinyin part, and doesn't require to type it by hand.
Project wiki: http://oopinyinguide.sourceforge.net/
SourceForge project page: http://sourceforge.net/projects/oopinyinguide/
0.0.10-Alpha
Comments
Keep getting an Error
Keep getting an Error message:
"Could not create Java implementation loader"
What should I do?
Are you using Ubuntu ? If
Are you using Ubuntu ?
If yes, that error is due to the OpenOffice Java packages/API not being installed by default.
The package name is "openoffice.org-java-common".
You can try this:
sudo apt-get install openoffice.org-java-common
Then try to install the extension again.