mawiesne commented on code in PR #200: URL: https://github.com/apache/opennlp-sandbox/pull/200#discussion_r1892667295
########## opennlp-wsd/src/main/java/opennlp/tools/disambiguator/WordPOS.java: ########## @@ -108,7 +115,13 @@ public List<Synset> getSynsets() { return Collections.emptyList(); } - // uses Stemming to check if two words are equivalent + /** + * Applies stemming to check whether {@code wordToCompare} is equivalent + * to the current {@link WordPOS} instance. + * + * @param wordToCompare The {@link WordPOS} instance to compare against. + */ + // TODO check the performance of the current implementation (!) Review Comment: @rzo1 Yes, it is related to a very slow execution of _LeskEvaluatorIT_. Should be investigated / improved. -- 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