Object

org.clulab.wm.eidos.mentions

MentionUtils

Related Doc: package mentions

Permalink

object MentionUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MentionUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hasNegation(m: Mention): Boolean

    Permalink
  11. def hasNegation(m: EidosMention): Boolean

    Permalink
  12. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  15. def newCrossSentenceMention(m: CrossSentenceMention, attachments: Set[Attachment]): CrossSentenceMention

    Permalink
  16. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  18. def synHeadOfMentionOrTrigger(m: Mention): TriggerInfo

    Permalink
  19. def synHeadOfMentionOrTrigger(em: EidosMention): TriggerInfo

    Permalink

    This method information for the syntactic head, stored in TriggerInfo as this is the semi-standard terminology in the IE community.

    This method information for the syntactic head, stored in TriggerInfo as this is the semi-standard terminology in the IE community. If an EventMention is provided, the synHead of the mention's trigger is used. Else, the synHead of the whole mention is used. If no synHead exists, the backoff is to use the whole mention (or trigger).

    returns

    TriggerInfo, containing the (raw) text of the synHead "trigger" and the start and end char offsets

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def triggerOpt(m: Mention): Option[String]

    Permalink
  23. def triggerOpt(m: EidosMention): Option[String]

    Permalink
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withFoundBy(mention: Mention, foundBy: String): Mention

    Permalink
  28. def withLabel(mention: Mention, label: String): Mention

    Permalink
  29. def withMoreAttachments(mention: Mention, attachments: Seq[Attachment]): Mention

    Permalink
  30. def withOnlyAttachments(mention: Mention, seqOfAttachments: Seq[Attachment]): Mention

    Permalink
  31. def withOnlyAttachments(mention: Mention, setOfAttachments: Set[Attachment]): Mention

    Permalink
    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped