Uses of Class
net.java.sen.dictionary.Morpheme

Packages that use Morpheme
net.java.sen.dictionary   
org.apache.lucene.analysis.ja.tokenAttributes   
 

Uses of Morpheme in net.java.sen.dictionary
 

Fields in net.java.sen.dictionary declared as Morpheme
 Morpheme Node.morpheme
          The Morpheme that is contained within this Node
 

Methods in net.java.sen.dictionary that return Morpheme
 Morpheme Token.getMorpheme()
          Gets the morpheme data for this Token
 

Methods in net.java.sen.dictionary with parameters of type Morpheme
 void Token.setMorpheme(Morpheme morpheme)
          Sets the morpheme data for this Token
 

Constructors in net.java.sen.dictionary with parameters of type Morpheme
Token(String surface, int cost, int start, int length, Morpheme morpheme)
          Creates a Token with explicit parameters
 

Uses of Morpheme in org.apache.lucene.analysis.ja.tokenAttributes
 

Methods in org.apache.lucene.analysis.ja.tokenAttributes with parameters of type Morpheme
 void ReadingsAttributeImpl.setMorpheme(Morpheme morpheme)
           
 void ReadingsAttribute.setMorpheme(Morpheme morpheme)
           
 void PronunciationsAttributeImpl.setMorpheme(Morpheme morpheme)
           
 void PronunciationsAttribute.setMorpheme(Morpheme morpheme)
           
 void PartOfSpeechAttributeImpl.setMorpheme(Morpheme morpheme)
           
 void PartOfSpeechAttribute.setMorpheme(Morpheme morpheme)
           
 void ConjugationAttributeImpl.setMorpheme(Morpheme morpheme)
           
 void ConjugationAttribute.setMorpheme(Morpheme morpheme)
           
 void BasicFormAttributeImpl.setMorpheme(Morpheme morpheme)
           
 void BasicFormAttribute.setMorpheme(Morpheme morpheme)
           
 



Copyright © 2012. All Rights Reserved.