Example usage for edu.stanford.nlp.pipeline StanfordCoreNLP StanfordCoreNLP

List of usage examples for edu.stanford.nlp.pipeline StanfordCoreNLP StanfordCoreNLP

Introduction

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

Prototype

public StanfordCoreNLP() 

Source Link

Document

Constructs a pipeline using as properties the properties file found in the classpath

Usage

From source file:projetTAL.JPanelNew.java

/**
 * Creates new form NewJPanel
 */
public JPanelNew() {
    jFrameQCM = null;
    this.pipeline = new StanfordCoreNLP();
    initComponents();
}