java.lang.Object
com.mayhoo.kanji.KanjiDic2KanjiXML
- public class KanjiDic2KanjiXML
- extends java.lang.Object
This is a program to read a kanjidic file
(in it's origianl format by Jim Breen) and translate it into an
XML version of the file (in Duane May's XML file format)
The program can be run as follows:
java com.mayhoo.kanji.KanjiDic2KanjiXML kanjidic kanjiXml.xml
This will translate a file kanjidic in the original format to
a file kanjiXml.xml in the XML format.
See the project files on Sourceforge for more information:
http://kanjixml.sourceforge.net/
- Version:
- $Id: KanjiDic2KanjiXML.java,v 1.2 2002/04/20 18:10:24 djmay Exp $
|
Method Summary |
static void |
main(java.lang.String[] args)
The main function for the translation of the kanjidic file to XML. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
private static final java.lang.String VERSION
- Version information
- See Also:
- Constant Field Values
KanjiDic2KanjiXML
public KanjiDic2KanjiXML()
main
public static void main(java.lang.String[] args)
- The main function for the translation of the kanjidic file to XML.