Example usage for edu.stanford.nlp.parser Parser interface-usage

List of usage examples for edu.stanford.nlp.parser Parser interface-usage

Introduction

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

Usage

From source file qmul.util.parse.TreeParser.java

/**
 * Just an extension to allow a {@link Parser} to return you the best {@link Tree} (as the {@link LexicalizedParser}
 * implementation already does)
 * 
 * @author mpurver
 */