org.apache.lucene.analysis.ja.tokenattributes
Interface BaseFormAttribute
- All Superinterfaces:
- org.apache.lucene.util.Attribute
- All Known Implementing Classes:
- BaseFormAttributeImpl
public interface BaseFormAttribute
- extends org.apache.lucene.util.Attribute
Attribute for Token.getBaseForm()
.
Note: depending on part of speech, this value may not be applicable,
and will be null.
getBaseForm
String getBaseForm()
setToken
void setToken(Token token)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.