public class DictionarySearch
extends java.lang.Object
| Constructor and Description |
|---|
DictionarySearch(RuleDictionary dictionary)
Construct a
DictionarySearch for text searches over the
specified rule dictionary. |
public DictionarySearch(RuleDictionary dictionary)
DictionarySearch for text searches over the
specified rule dictionary.dictionary - The rule dictionary to search.public java.util.List<DOID> find(java.lang.String text)
text - the text to search for.