mawiesne commented on code in PR #59: URL: https://github.com/apache/opennlp-sandbox/pull/59#discussion_r1081516507
########## opennlp-wsd/src/test/java/opennlp/tools/disambiguator/LeskEvaluatorTest.java: ########## @@ -23,23 +23,24 @@ import opennlp.tools.disambiguator.datareader.SensevalReader; +import org.junit.Ignore; import org.junit.Test; public class LeskEvaluatorTest { static SensevalReader seReader = new SensevalReader(); @Test - public static void main(String[] args) { + @Ignore // TODO Investigate why test fails while parsing 'EnglishLS.train' Review Comment: https://issues.apache.org/jira/browse/OPENNLP-1446 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org