Example usage for Java opennlp.tools.util StringUtil fields, constructors, methods, implement or subclass
The text is from its open source code.
String | toLowerCase(CharSequence string) Converts to lower case independent of the current locale via Character#toLowerCase(char) which uses mapping information from the UnicodeData file. |