org.apache.lucene.analysis.ja.tokenattributes
Class InflectionAttributeImpl
java.lang.Object
org.apache.lucene.util.AttributeImpl
org.apache.lucene.analysis.ja.tokenattributes.InflectionAttributeImpl
- All Implemented Interfaces:
- Cloneable, InflectionAttribute, Attribute
public class InflectionAttributeImpl
- extends AttributeImpl
- implements InflectionAttribute, Cloneable
Attribute for Kuromoji inflection data.
InflectionAttributeImpl
public InflectionAttributeImpl()
getInflectionType
public String getInflectionType()
- Specified by:
getInflectionType in interface InflectionAttribute
getInflectionForm
public String getInflectionForm()
- Specified by:
getInflectionForm in interface InflectionAttribute
setToken
public void setToken(Token token)
- Specified by:
setToken in interface InflectionAttribute
clear
public void clear()
- Specified by:
clear in class AttributeImpl
copyTo
public void copyTo(AttributeImpl target)
- Specified by:
copyTo in class AttributeImpl
reflectWith
public void reflectWith(AttributeReflector reflector)
- Overrides:
reflectWith in class AttributeImpl
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.