| Package | Description |
|---|---|
| net.java.sen.dictionary | |
| net.java.sen.tokenizers.ja |
| Modifier and Type | Method and Description |
|---|---|
SentenceIterator |
Sentence.iterator()
Returns a SentenceIterator that obeys the defined breaking ignore spans,
reading constraints, and skips space characters
|
SentenceIterator |
Sentence.iterator()
Returns a SentenceIterator that obeys the defined breaking ignore spans,
reading constraints, and skips space characters
|
SentenceIterator |
Sentence.unconstrainedIterator(int position)
Returns a SentenceIterator that obeys the defined breaking ignore spans,
skips space characters, but ignores reading constraints
|
SentenceIterator |
Sentence.unconstrainedIterator(int position)
Returns a SentenceIterator that obeys the defined breaking ignore spans,
skips space characters, but ignores reading constraints
|
| Modifier and Type | Method and Description |
|---|---|
abstract Node |
Tokenizer.lookup(SentenceIterator iterator,
char[] surface)
Searches for possible morphemes from the given SentenceIterator.
|
abstract Node |
Tokenizer.lookup(SentenceIterator iterator,
char[] surface)
Searches for possible morphemes from the given SentenceIterator.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
JapaneseTokenizer.lookup(SentenceIterator iterator,
char[] surface) |
Node |
JapaneseTokenizer.lookup(SentenceIterator iterator,
char[] surface) |