edu.northwestern.at.wordhoard.tools.cm
Class ConvertMorph

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.cm.ConvertMorph

public class ConvertMorph
extends java.lang.Object

Converts MorphAdorner files to WordHoard files.

Usage:

ConvertMorph in rules data

in = Path to a MorphAdorner XML output file or a directory of such files. If a directory path is specified, all files in the directory whose names end in ".xml" are processed.

rules = Path to a ConvertMorph XML rules file.

data = Path to WordHoard data directory.


Method Summary
static void main(java.lang.String[] args)
          The main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
The main program.

Parameters:
args - Command line arguments.