org.apache.lucene.analysis.ja.tokenAttributes
Interface PartOfSpeechAttribute

All Superinterfaces:
org.apache.lucene.util.Attribute
All Known Implementing Classes:
PartOfSpeechAttributeImpl

public interface PartOfSpeechAttribute
extends org.apache.lucene.util.Attribute

Attribute for Morpheme.getPartOfSpeech().


Method Summary
 String getPartOfSpeech()
           
 void setMorpheme(Morpheme morpheme)
           
 

Method Detail

getPartOfSpeech

String getPartOfSpeech()

setMorpheme

void setMorpheme(Morpheme morpheme)


Copyright © 2012. All Rights Reserved.