Example usage for edu.stanford.nlp.pipeline StanfordCoreNLP.Iface interface-usage

List of usage examples for edu.stanford.nlp.pipeline StanfordCoreNLP.Iface interface-usage

Introduction

In this page you can find the example usage for edu.stanford.nlp.pipeline StanfordCoreNLP.Iface interface-usage.

Usage

From source file org.ets.research.nlp.stanford_thrift.StanfordCoreNLPHandler.java

public class StanfordCoreNLPHandler implements StanfordCoreNLP.Iface {
    private StanfordParserThrift parser;
    private StanfordNERThrift ner;
    private StanfordCorefThrift coref;
    private StanfordTregexThrift tregex;
    private StanfordTaggerThrift tagger;