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

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

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

Attribute for Morpheme.getConjugationalForm() and Morpheme.getConjugationalType().

Note: depending on part of speech, these values may not be applicable, and will be set to "*"


Method Summary
 String getConjugationalForm()
           
 String getConjugationalType()
           
 void setMorpheme(Morpheme morpheme)
           
 

Method Detail

getConjugationalForm

String getConjugationalForm()

getConjugationalType

String getConjugationalType()

setMorpheme

void setMorpheme(Morpheme morpheme)


Copyright © 2012. All Rights Reserved.