| Package | Description |
|---|---|
| com.aliasi.dict |
Classes for handling dictionaries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDictionary<C>
An
AbstractDictionary is a dictionary with convenience
implementations of most methods. |
class |
MapDictionary<C>
A
MapDictionary uses an underlying map from phrases to
their set of dictionary entries. |
class |
TrieDictionary<C>
A
TrieDictionary stores a dictionary using a character
trie structure. |
| Constructor and Description |
|---|
ExactDictionaryChunker(Dictionary<String> dict,
TokenizerFactory factory)
Construct an exact dictionary chunker from the specified
dictionary and tokenizer factory which is case sensitive and
returns all matches.
|
ExactDictionaryChunker(Dictionary<String> dict,
TokenizerFactory factory,
boolean returnAllMatches,
boolean caseSensitive)
Construct an exact dictionary chunker from the specified
dictionary and tokenizer factory, returning all matches or not
as specified.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.