| Package | Description |
|---|---|
| net.java.sen.dictionary | |
| net.java.sen.trie |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SentenceIterator
An iterator over a sequence of characters, consisting of subsequences that
may overlap, and that do not necessarily cover every character in the
underlying sequence.
|
| Modifier and Type | Method and Description |
|---|---|
CToken[] |
Dictionary.commonPrefixSearch(CharIterator iterator)
Searches for possible morphemes starting at the current position of a
CharIterator.
|
CToken[] |
Dictionary.commonPrefixSearch(CharIterator iterator)
Searches for possible morphemes starting at the current position of a
CharIterator.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
TrieSearcher.commonPrefixSearch(IntBuffer trieData,
CharIterator iterator,
int[] results)
Searches for Trie keys forming a complete substring of the given
sentence, starting at the given position within the sentence
|
static int |
TrieSearcher.commonPrefixSearch(IntBuffer trieData,
CharIterator iterator,
int[] results)
Searches for Trie keys forming a complete substring of the given
sentence, starting at the given position within the sentence
|