org.apache.lucene.analysis.ja.tokenAttributes
Interface BasicFormAttribute
- All Superinterfaces:
- org.apache.lucene.util.Attribute
- All Known Implementing Classes:
- BasicFormAttributeImpl
public interface BasicFormAttribute
- extends org.apache.lucene.util.Attribute
Attribute for Morpheme.getBasicForm().
Note: depending on part of speech, this value may not be applicable,
and will be set to "*"
getBasicForm
String getBasicForm()
setMorpheme
void setMorpheme(Morpheme morpheme)
Copyright © 2012. All Rights Reserved.