public double score(String filename, String delimiter, String boundary) throws IOException {
   return score(IOUtils.getBufferedFileReader(filename), delimiter, boundary);
 }