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 "*"
getConjugationalForm
String getConjugationalForm()
getConjugationalType
String getConjugationalType()
setMorpheme
void setMorpheme(Morpheme morpheme)
Copyright © 2012. All Rights Reserved.