Information Retrieval

Directory layout

There is on directory for each task. The materials folder contains the original files given for the task. dependencies contains JAR files to be included for compilation and execution.

Build

From the task directory, run javac -cp ".:dependencies/*" <file>.java.

Run the Spider

From the task directory run java -cp ".:dependencies/*" IMDBSpider materials/movies.json data.

Rules

Please avoid pushing files that are generated by IDE's or similar. Please write your code in a way, that it is as portable as possible.