workflow - Kjelli/1337ago-assignment3-temp GitHub Wiki

Preliminary Workflow

This document explains the intended usage of the files explained in the class definitions

Example of document reading workflow

  1. 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.
  2. Using the DocumentProcessor, process the UPDocuments and retrieve Document objects.

Example of query reading workflow

  1. 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.
  2. Using the QueryProcessor, process the UPQuery objects and retrieve Query objects.

Example of workflow

to be discussed

⚠️ **GitHub.com Fallback** ⚠️