Interface BaseFormAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
BaseFormAttributeImpl
public interface BaseFormAttribute extends org.apache.lucene.util.Attribute
Attribute forToken.getBaseForm()
.Note: depending on part of speech, this value may not be applicable, and will be null.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBaseForm()
void
setToken(Token token)
-