@Override
 public List<HashSet<ScoredTag>> preProcessOutput(List<HashSet<ScoredTag>> computedOutput) {
   try {
     Annotation.prefetchRedirectList(computedOutput, api);
   } catch (IOException e) {
     e.printStackTrace();
     throw new RuntimeException(e);
   }
   return computedOutput;
 }