com.mayhoo.kanji
Class KanjiDic2KanjiXML

java.lang.Object
  |
  +--com.mayhoo.kanji.KanjiDic2KanjiXML

public class KanjiDic2KanjiXML
extends 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 $
Author:
Duane J. May

Constructor Summary
KanjiDic2KanjiXML()
           
 
Method Summary
static void main(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
 

Constructor Detail

KanjiDic2KanjiXML

public KanjiDic2KanjiXML()
Method Detail

main

public static void main(String[] args)
The main function for the translation of the kanjidic file to XML.