パッケージ
net.java.sen.dictionary の使用

net.java.sen.dictionary を使用しているパッケージ
net.java.sen   
net.java.sen.compiler   
net.java.sen.dictionary   
net.java.sen.filter   
net.java.sen.filter.reading   
net.java.sen.filter.stream   
net.java.sen.tokenizers.ja   
 

net.java.sen により使用される net.java.sen.dictionary のクラス
Reading
          A class representing a reading applied to a set of characters within a sentence
Token
          A single token from an analysed sentence Thread Safety: Objects of this class are NOT thread safe and should not be accessed simultaneously by multiple threads.
Tokenizer
          A String Tokenizer The Tokenizer uses a Dictionary to assist the decomposition of strings into potential morphemes
Viterbi
          An implementation of the Viterbi algorithm used to find the most likely sequence of morphemes comprising a sentence Thread Safety: Objects of this class are NOT thread safe and should not be accessed simultaneously by multiple threads.
 

net.java.sen.compiler により使用される net.java.sen.dictionary のクラス
CToken
          Represents an entry in the token file.
 

net.java.sen.dictionary により使用される net.java.sen.dictionary のクラス
CToken
          Represents an entry in the token file.
Dictionary
          The Dictionary class wraps access to a compiled Sen dictionary
Morpheme
          A class representing part-of-speech data for a morpheme.
Node
          A node within the Viterbi cost lattice
Reading
          A class representing a reading applied to a set of characters within a sentence
Sentence
          A Sentence represents a character array to be morphologically analysed.
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.
Token
          A single token from an analysed sentence Thread Safety: Objects of this class are NOT thread safe and should not be accessed simultaneously by multiple threads.
Tokenizer
          A String Tokenizer The Tokenizer uses a Dictionary to assist the decomposition of strings into potential morphemes
 

net.java.sen.filter により使用される net.java.sen.dictionary のクラス
Reading
          A class representing a reading applied to a set of characters within a sentence
Sentence
          A Sentence represents a character array to be morphologically analysed.
Token
          A single token from an analysed sentence Thread Safety: Objects of this class are NOT thread safe and should not be accessed simultaneously by multiple threads.
 

net.java.sen.filter.reading により使用される net.java.sen.dictionary のクラス
Token
          A single token from an analysed sentence Thread Safety: Objects of this class are NOT thread safe and should not be accessed simultaneously by multiple threads.
 

net.java.sen.filter.stream により使用される net.java.sen.dictionary のクラス
Sentence
          A Sentence represents a character array to be morphologically analysed.
Token
          A single token from an analysed sentence Thread Safety: Objects of this class are NOT thread safe and should not be accessed simultaneously by multiple threads.
 

net.java.sen.tokenizers.ja により使用される net.java.sen.dictionary のクラス
Dictionary
          The Dictionary class wraps access to a compiled Sen dictionary
Node
          A node within the Viterbi cost lattice
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.
Tokenizer
          A String Tokenizer The Tokenizer uses a Dictionary to assist the decomposition of strings into potential morphemes
 



Copyright ? 2008. All Rights Reserved.