Java opennlp.tools.util StringUtil fields, constructors, methods, implement or subclass

Example usage for Java opennlp.tools.util StringUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for opennlp.tools.util StringUtil.

The text is from its open source code.

Method

StringtoLowerCase(CharSequence string)
Converts to lower case independent of the current locale via Character#toLowerCase(char) which uses mapping information from the UnicodeData file.