README

The structure of the project goes as follows:
edu.fiu.jtlex which is the main directory where all the files are stored
then whe have the next files which will be listed then explained:
src, test,anansi,JRE System Library, JUnit 5, Referenced Libraries,data,lib

the src directory has another directory inside of it referencing the svn
data edu.fiu.jtlex.data which when clicked all the files for the timeMl side
appear.

the test directory referencing edu.fiu.jtlex.data which has all the files
for the JUnit testing, of both the tlex team and the Anansi team

then we have the anansi directory referencing to the svn directory
edu.fiu.jtlex which has all the files and code, and also some test classes
for the individual classes

JRE System library, JUnit 5 and Referenced Libraries: these are not directories
but they are libraries used in our project

data directory consists of 2 innerd directories ANAnSI_json_graph and 
The TimeBank Corpus, accordingly the first inner directoy has all the ANAnSI
json files used to test our code and that has the information given to use by 
MITRE, the second sub-directory has all the timebank corpus as JSON files which
are used in complement with the ANAnSI files.

The lib directory only has one file in it, which contains all the dependencies
in our project.



