edu.arizona.sista.reach

DarpaLinks

Related Doc: package reach

class DarpaLinks extends Links

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

Instance Constructors

  1. new DarpaLinks()

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val debug: Boolean

  7. val default: Link

    The default action.

    The default action. Set to the identityLink.

    Definition Classes
    Links
  8. val defaultSelector: AntecedentSelector

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

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

    Definition Classes
    AnyRef → Any
  11. def exactStringMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

    Link a mention to the closest prior mention with exactly the same string, excluding generic mentions (e.g.

    Link a mention to the closest prior mention with exactly the same string, excluding generic mentions (e.g. 'it' won't match with 'it').

    mentions

    All mentions that might be linkable

    selector

    Rule for selecting the best antecedent from candidates

    returns

    The same mentions but with new links (antecedents) added

  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def groundingMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

    Link a mention to the closest prior mention with exactly the same grounding ID, excluding potentially generic mentions (e.g.

    Link a mention to the closest prior mention with exactly the same grounding ID, excluding potentially generic mentions (e.g. 'it' won't match with 'it').

    mentions

    All mentions that might be linkable

    selector

    Rule for selecting the best antecedent from candidates

    returns

    The same mentions but with new links (antecedents) added

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def identityLink(orderedMentions: Seq[CorefMention], selector: AntecedentSelector): Seq[CorefMention]

    Definition Classes
    Links
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def mutantProteinMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

  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 nounPhraseMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

    Match two mentions where the latter mention is one of a specific set of generic mentions with a known class, e.g.

    Match two mentions where the latter mention is one of a specific set of generic mentions with a known class, e.g. 'this protein' is known to have the label 'Protein'

    mentions

    All mentions

    selector

    Rule for selecting the best antecedent from candidates

    returns

    The same mentions but with new links (antecedents) added.

  23. def pronominalMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

    Match two mentions where the latter mention is a closed-class anaphor, matching number

    Match two mentions where the latter mention is a closed-class anaphor, matching number

    mentions

    All mentions

    selector

    Rule for selecting the best antecedent from candidates

    returns

    The same mentions but with new links (antecedents) added.

  24. def simpleEventMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

    Examine complex events with generic simple events as arguments, searching for the best match of the same label, e.g.

    Examine complex events with generic simple events as arguments, searching for the best match of the same label, e.g. "ASPP1 promotes this phosphorylation." will search for phosphorylations before this sentence.

    mentions

    All mentions

    selector

    Rule for selecting the best antecedent from candidates

    returns

    The same mentions but with new links (antecedents) added.

  25. def strictHeadMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

    Match two mentions, at least one generic, in which the later mention's head is in the earlier one and the later mention's words are a subset of the earlier one.

    Match two mentions, at least one generic, in which the later mention's head is in the earlier one and the later mention's words are a subset of the earlier one.

    mentions

    All mentions

    selector

    Rule for selecting the best antecedent from candidates

    returns

    The same mentions but with new links (antecedents) added.

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. val verbose: Boolean

  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Links

Inherited from AnyRef

Inherited from Any

Ungrouped