Package opennlp.tools.util.jvm
Class StringInterners
java.lang.Object
opennlp.tools.util.jvm.StringInterners
Provides string interning utility methods. Interning mechanism can be configured via the
system property
opennlp.interner.class
by specifying an implementation via its
fully qualified classname. It needs to implement StringInterner
.
If not specified by the user, the default interner is CHMStringInterner
.