Uses of Package
net.java.sen.dictionary

Packages that use 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   
org.apache.lucene.analysis.ja   
org.apache.lucene.analysis.ja.tokenAttributes   
 

Classes in net.java.sen.dictionary used by net.java.sen
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
 

Classes in net.java.sen.dictionary used by net.java.sen.compiler
CToken
          Represents an entry in the token file.
 

Classes in net.java.sen.dictionary used by 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
 

Classes in net.java.sen.dictionary used by net.java.sen.filter
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.
 

Classes in net.java.sen.dictionary used by net.java.sen.filter.reading
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.
 

Classes in net.java.sen.dictionary used by net.java.sen.filter.stream
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.
 

Classes in net.java.sen.dictionary used by net.java.sen.tokenizers.ja
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
 

Classes in net.java.sen.dictionary used by org.apache.lucene.analysis.ja
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.
 

Classes in net.java.sen.dictionary used by org.apache.lucene.analysis.ja.tokenAttributes
Morpheme
          A class representing part-of-speech data for a morpheme.
 



Copyright © 2012. All Rights Reserved.