workflow - Kjelli/1337ago-assignment3-temp GitHub Wiki
This document explains the intended usage of the files explained in the class definitions
- Using the DocumentReader, find and read the files (named CSIRO{id} where {id} corresponds to a three digit integer ranging [0,267]). The DocumentReader should return an array/list of UnprocessedDocument objects.
- Using the DocumentProcessor, process the UPDocuments and retrieve Document objects.
- Using the QueryReader, find and read the file named queries.xml (expected to be found in ./data). The QueryReader should return an array/list of UnprocessedQuery objects.
- Using the QueryProcessor, process the UPQuery objects and retrieve Query objects.
to be discussed