Example usage for edu.stanford.nlp.parser.lexparser Scorer interface-usage

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

Introduction

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

Usage

From source file conditionalCFG.ConditionalCFGParser.java

/** An exhaustive generalized CKY PCFG parser.
 *  Fairly carefully optimized to be fast.
 *  <br>
 *  If reusing this object for multiple parses, remember to correctly
 *  set any options such as the constraints field.
 *