edu.northwestern.at.wordhoard.tools.martin
Class UpdateWorkFiles

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.martin.UpdateWorkFiles

public class UpdateWorkFiles
extends java.lang.Object

Updates the work files.

Usage:

UpdateWorkFiles in

in = Path to a work definition XML input file, or a path to a directory of such files. If a directory path is specified, all files in the file system tree rooted at the directory whose names end in ".xml" are processed. The lemma and part of speech tags are updated from Martin's database tables.

The file "misc/martin.properties" specifies the parameters for Martin's database.

If there is no data for a work in Martin's database tables, the work XML file is unchanged and an "Unknown work" error message is issued.


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.