Deliverable 4: The Lister Tool

The Lister Tool is the End Product and comes in two parts

  • The Vector Populator - utilizes the training sets to create the vectors for the Naive Bayes algorithm
  • The Vector Populater GUI
  • The Lister Tool - takes a script and the vector, and outputs a shotlist
  • The Vector Populater GUI

Main files: lister/VectorPopulator.java and lister/Lister.java

Input: A script in basic standard text

Output: JSON object containing the lined script with shots

lister.zip