Package org.apache.lucene.analysis.ja.tokenAttributes

Interface Summary
BasicFormAttribute Attribute for Morpheme.getBasicForm().
ConjugationAttribute Attribute for Morpheme.getConjugationalForm() and Morpheme.getConjugationalType().
CostAttribute Attribute for Token.getCost().
PartOfSpeechAttribute Attribute for Morpheme.getPartOfSpeech().
PronunciationsAttribute Attribute for Morpheme.getPronunciations().
ReadingsAttribute  
SentenceStartAttribute Specifies if this token starts a new sentence: this can be useful if you want to adjust position increment to prevent phrase queries from matching across sentence boundaries without slop.
 

Class Summary
BasicFormAttributeImpl  
ConjugationAttributeImpl  
CostAttributeImpl  
PartOfSpeechAttributeImpl  
PronunciationsAttributeImpl  
ReadingsAttributeImpl Attribute for Morpheme.getReadings().
SentenceStartAttributeImpl  
 



Copyright © 2012. All Rights Reserved.