Welcome to my (very sparse) homepage

Here is a tarball of the test scripts

To use it, make a new directory, put the tar.gz file into that directory, and run "tar xvzf tester.tar.gz", then copy all java files into the top-level directory. Run "make" to build your code, and "./runTest.sh" to run tests. runTest.sh checks for any files that exist in testInput/{test,train,tune} (with the same name in all locations), then runs your code against each test input, outputting to testInput/out. If testInput/sampleOut has file of the same name, runTest.sh will check your output against that reference output.