| Modifier and Type | Method and Description |
|---|---|
WordData |
WordData.clone()
Declare a covariant of
Object.clone() that returns a deep copy of
this object. |
WordData |
DictionaryIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<WordData> |
DictionaryLookup.iterator()
Return an iterator over all
WordData entries available in the
embedded Dictionary. |
java.util.List<WordData> |
IStemmer.lookup(java.lang.CharSequence word)
Returns a list of
WordData entries for a given word. |
java.util.List<WordData> |
DictionaryLookup.lookup(java.lang.CharSequence word)
Searches the automaton for a symbol sequence equal to
word,
followed by a separator. |
Copyright © 2018. All rights reserved.