List of usage examples for org.apache.lucene.analysis.ja.tokenattributes PartOfSpeechAttribute interface-usage
From source file lucene.hadoop.util.PartOfSpeechAttributeImpl.java
/** * Attribute for {@link Token#getPartOfSpeech()}. */ public class PartOfSpeechAttributeImpl extends AttributeImpl implements PartOfSpeechAttribute, Cloneable { private Token token;