Java edu.stanford.nlp.dcoref MentionExtractor fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.dcoref MentionExtractor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.dcoref MentionExtractor.

The text is from its open source code.

Subclass

edu.stanford.nlp.dcoref.MentionExtractor has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidinitializeUtterance(List tokens)
voidmergeLabels(Tree tree, List sentence)
Sets the label of the leaf nodes of a Tree to be the CoreLabels in the given sentence.