Example usage for edu.stanford.nlp.parser.lexparser LexicalizedParser subclass-usage

List of usage examples for edu.stanford.nlp.parser.lexparser LexicalizedParser subclass-usage

Introduction

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

Usage

From source file LexicalizedParserUnsupervisedDA.java

/**
 *
 * @author Hudson
 */

public class LexicalizedParserUnsupervisedDA extends LexicalizedParser {

From source file KleinBilingualParser.java

/**
 *
 * @author Hudson
 */

public class KleinBilingualParser extends LexicalizedParser {

From source file EddyRoseDomainAdaptation.java

/**
 *
 * @author Hudson
 */

public class EddyRoseDomainAdaptation extends LexicalizedParser {

From source file reck.parser.lexparser.RECKLexicalizedParser.java

/**
 * A class extending the Stanford <code>LexicalizedParser</code>
 * to deal with ACE 2004 and decorate the parse trees.
 *
 * @author Truc-Vien T. Nguyen
 */