mawiesne commented on code in PR #59: URL: https://github.com/apache/opennlp-sandbox/pull/59#discussion_r1082234165
########## opennlp-wsd/src/main/java/opennlp/tools/disambiguator/WSDHelper.java: ########## @@ -68,11 +72,11 @@ public class WSDHelper { "RBR", "RBS", "VB", "VBD", "VBG", "VBN", "VBP", "VBZ" }; // List of Negation Words - public static ArrayList<String> negationWords = new ArrayList<String>( + public static ArrayList<String> negationWords = new ArrayList<>( Review Comment: Unclear to me. -- 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