@Override protected void tableHeaderInstance(WSDItem wsdItem) throws IOException { output.write( "\t\t<th>" + wsdItem.getId() + "<br />" + wsdItem.getSubjectOfDisambiguation() + "/" + wsdItem.getPos() + "</th>"); output.newLine(); }
@Override protected Map<String, Double> getDisambiguation(JCas aJCas, WSDItem wsdItem) throws SenseInventoryException { return wsdMethod.getDisambiguation(wsdItem.getSubjectOfDisambiguation()); }