|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dictionary | |
|---|---|
| net.java.sen.dictionary | |
| net.java.sen.tokenizers.ja | |
| Uses of Dictionary in net.java.sen.dictionary |
|---|
| Fields in net.java.sen.dictionary declared as Dictionary | |
|---|---|
protected Dictionary |
Tokenizer.dictionary
The Dictionary used to find possible morphemes |
| Methods in net.java.sen.dictionary that return Dictionary | |
|---|---|
Dictionary |
Tokenizer.getDictionary()
|
| Constructors in net.java.sen.dictionary with parameters of type Dictionary | |
|---|---|
Morpheme(Dictionary dictionary,
int partOfSpeechIndex)
Builds a lazy proxy onto a part-of-speech stored in a Dictionary |
|
Tokenizer(Dictionary dictionary,
String unknownPartOfSpeechDescription)
Constructs a new Tokenizer that uses the specified
Dictionary to find possible morphemes within a given string |
|
| Uses of Dictionary in net.java.sen.tokenizers.ja |
|---|
| Constructors in net.java.sen.tokenizers.ja with parameters of type Dictionary | |
|---|---|
JapaneseTokenizer(Dictionary dictionary,
String unknownPartOfSpeechDescription)
Creates a JapaneseTokenizer with the given Dictionary |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||