Package

org.clulab

coref

Permalink

package coref

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AntecedentSelector extends AnyRef

    Permalink
  2. class ComposedCorefFlow extends CorefFlow

    Permalink
  3. class Coref extends LazyLogging

    Permalink
  4. trait CorefFlow extends AnyRef

    Permalink
  5. class InstanceFinder extends AnyRef

    Permalink
  6. class LinearSelector extends AntecedentSelector

    Permalink

    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).

  7. class Links extends AnyRef

    Permalink

    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 Alias

    Permalink
  2. object CorefFlow

    Permalink
  3. object CorefUtils

    Permalink

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

  4. object InstanceFinder

    Permalink

Ungrouped