Package opennlp.tools.util.jvm
Klasse 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
.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
StringInterners
public StringInterners()
-
-
Methodendetails
-
intern
Interns and returns a reference to the representative instance for any collection of string instances that are equal to each other.- Parameter:
sample
- string instance to be interned- Gibt zurück:
- reference to the interned string instance
-