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

Tentative class definitions

Definition of the classes and what properties they have.

Documents

Queries

Processing

  • TermProcessor

    • Used by the QueryProcessor and the DocumentProcessor classes for the same strategy term-by-term processing
  • QueryProcessor

    • Used for converting UnprocessedQuery objects to Query objects
  • DocumentProcessor

    • Used for converting UnprocessedDocument objects to Document objects

Relevance computing

To be discussed