edu.arizona.sista.coref

Coref

Related Doc: package coref

class Coref extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Coref
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Coref()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def apply(docMentions: Seq[Seq[Mention]]): Seq[Seq[CorefMention]]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def combination(ms: Seq[Seq[CorefMention]], size: Int): Seq[Seq[CorefMention]]

    Similar to Seq's combination, but combining sequences of sequences, with the inner sequences being of size size

  8. def combineArgs(argRaw: Map[String, Seq[CorefMention]], numThemes: Int = 1): Seq[Map[String, Seq[CorefMention]]]

    If we have two controllers and one controlled, we want two sets, each with one controller and one controlled; this function handles the general case

  9. val da: DarpaActions

  10. val debug: Boolean

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def evtSieves(mentions: Seq[CorefEventMention]): Map[CorefEventMention, Set[String]]

    Make a map from EventMentions to the sieves used to find their antecedents (if any)

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def group[A](list: List[A], size: Int): List[List[A]]

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def resolve(mentions: Seq[CorefMention]): Seq[CorefMention]

    Using subfunctions for TextBoundMentions, SimpleEvents, and ComplexEvents, create maps for each mention in mentions to its antecedent as determined by the linking functions already applied, creating new mentions as necessary

    Using subfunctions for TextBoundMentions, SimpleEvents, and ComplexEvents, create maps for each mention in mentions to its antecedent as determined by the linking functions already applied, creating new mentions as necessary

    mentions

    all the input mentions with their antecedents already chosen by the linking functions

    returns

    mentions with generic mentions replaced by their antecedents

  23. def resolveComplexEvents(evts: Seq[CorefMention], resolved: Map[CorefMention, Seq[CorefMention]], sieveMap: Map[CorefMention, Set[String]]): Map[CorefMention, Seq[CorefMention]]

    Make a map from the given ComplexEvent mentions (whether they are RelationMentions or EventMentions) to the same mentions but with any generic mentions (including in the arguments) replaced with their non-generic antecedents.

  24. def resolveSimpleEvents(evts: Seq[CorefEventMention], resolvedTBMs: Map[CorefTextBoundMention, Seq[CorefMention]], sieveMap: Map[CorefTextBoundMention, Set[String]]): Map[CorefEventMention, Seq[CorefEventMention]]

    Make a map from the given SimpleEvent mentions to the same mentions but with any generic mentions (including in the arguments) replaced with their non-generic antecedents.

  25. def resolveTBMs(mentions: Seq[CorefTextBoundMention]): Map[CorefTextBoundMention, Seq[CorefTextBoundMention]]

    Make a map from TextBoundMentions to copies of themselves with a maximum of 1 antecedent

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def tbmSieves(mentions: Seq[CorefTextBoundMention]): Map[CorefTextBoundMention, Set[String]]

    Make a map from TextBoundMentions to the sieves used to find their antecedents (if any)

  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. val verbose: Boolean

  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped