Example usage for org.apache.lucene.analysis.ja.tokenattributes PartOfSpeechAttribute interface-usage

List of usage examples for org.apache.lucene.analysis.ja.tokenattributes PartOfSpeechAttribute interface-usage

Introduction

In this page you can find the example usage for org.apache.lucene.analysis.ja.tokenattributes PartOfSpeechAttribute interface-usage.

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;