To compile:
>javac Match.java

To run matching between two files one.xml and two.xml:  
>java Match one.xml two.xml

To run matching on a specific type (name), add a third argument: 
>java Match one.xml two.xml name

CreateFile.java creates test files similar to bib1.xml in the paper.

To create a file with x authors and an average of y/2 books per author:  
>java CreateFile x y

In the perlScripts directory are perl scripts to generate documents
and evaluate tests.
