edu.arizona.sista

coref

package coref

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AntecedentSelector extends AnyRef

  2. class ComposedCorefFlow extends CorefFlow

  3. class Coref extends AnyRef

  4. trait CorefFlow extends AnyRef

  5. class LinearSelector extends AntecedentSelector

    Ignoring syntactic structure, select the candidate mention(s) closest to the start of the anaphor's sentence if enough exist; else select the rightmost candidate(s).

  6. class Links extends AnyRef

    Inherit from this class to implement your custom links.

    Inherit from this class to implement your custom links.

    A link is a method of the form:

    def customLink(orderedMentions: Seq[CorefMention]): Seq[CorefMention]

Value Members

  1. object CorefFlow

  2. object CorefUtils

    Utility functions for use with CorefMentions User: danebell Date: 11/10/15

Ungrouped