
Please look in the "sql" directory for the files to create the user and table.

to run the code
please edit 
	src/parseload/ShortAbstractPL.java
and change the ip number in db_connect() to your ip number for your mysql db
then type
	ant build
then type
	parseload.sh test_data.en.nq

The test file (test_data.en.nq) contains two records, the first will go
into the DB.  The second is there to show the error.


java -classpath ./build/classes/:./build/classes/parseload/:./external/mysql-connector-java-5.1.18-bin.jar parseload.UnicodeTest
