Class

org.clulab.reach.darpa

DarpaLinks

Related Doc: package darpa

Permalink

class DarpaLinks extends Links with LazyLogging

Linear Supertypes
LazyLogging, Links, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DarpaLinks
  2. LazyLogging
  3. Links
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DarpaLinks()

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val default: Link

    Permalink

    The default action.

    The default action. Set to the identityLink.

    Definition Classes
    Links
  7. val defaultSelector: AntecedentSelector

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    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

  11. def finalize(): Unit

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

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

    Permalink

    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

  14. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  17. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  18. def mutantProteinMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def nounPhraseMatch(mentions: Seq[CorefMention], selector: AntecedentSelector = defaultSelector): Seq[CorefMention]

    Permalink

    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]

    Permalink

    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]

    Permalink

    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]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from Links

Inherited from AnyRef

Inherited from Any

Ungrouped