rzo1 commented on code in PR #566: URL: https://github.com/apache/opennlp/pull/566#discussion_r1426239060
########## opennlp-tools/src/test/java/opennlp/tools/sentdetect/AbstractSentenceDetectorTest.java: ########## @@ -29,11 +29,15 @@ import opennlp.tools.util.TrainingParameters; public abstract class AbstractSentenceDetectorTest { - + + protected static final Locale LOCALE_SPANISH = new Locale("es"); Review Comment: Great - didn't know, that there is no constant in the JDK for it. Weird. -- 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