Example usage for edu.stanford.nlp.dcoref MentionExtractor subclass-usage

List of usage examples for edu.stanford.nlp.dcoref MentionExtractor subclass-usage

Introduction

In this page you can find the example usage for edu.stanford.nlp.dcoref MentionExtractor subclass-usage.

Usage

From source file com.panot.JavaCoref.MyMUCMentionExtractor.java

/**
 * Extracts {@literal <COREF>} mentions from a file annotated in MUC format.
 *
 * @author Jenny Finkel, Mihai Surdeanu, Karthik Raghunathan
 */
public class MyMUCMentionExtractor extends MentionExtractor {