opennlp.tools.dictionary
Class Index
java.lang.Object
opennlp.tools.dictionary.Index
public class Index
- extends Object
This classes indexes StringList
s. This makes it possible
to check if a certain Token
is contained in at least one of the
StringList
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Index
public Index(Iterator<StringList> tokenLists)
- Initializes the current instance with the given
StringList
Iterator
.
- Parameters:
tokenLists
-
contains
public boolean contains(String token)
- Checks if at leat one
StringList
contains the
given Token
.
- Parameters:
token
-
- Returns:
- true if the
Token
is contained otherwise false.
Copyright © 2010. All Rights Reserved.