Example usage for edu.stanford.nlp.process ListProcessor interface-usage

List of usage examples for edu.stanford.nlp.process ListProcessor interface-usage

Introduction

In this page you can find the example usage for edu.stanford.nlp.process ListProcessor interface-usage.

Usage

From source file pos.Pos.java

/**
 *
 * @author astha
 */
public class Pos extends Tagger implements ListProcessor<List<? extends HasWord>, List<TaggedWord>>, Serializable {