Class

org.clulab.odin

EventMention

Related Doc: package odin

Permalink

class EventMention extends Mention

Annotations
@SerialVersionUID()
Linear Supertypes
Mention, Serializable, Serializable, Ordered[Mention], Comparable[Mention], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventMention
  2. Mention
  3. Serializable
  4. Serializable
  5. Ordered
  6. Comparable
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventMention(labels: Seq[String], trigger: TextBoundMention, arguments: Map[String, Seq[Mention]], sentence: Int, document: Document, keep: Boolean, foundBy: String)

    Permalink
  2. new EventMention(label: String, trigger: TextBoundMention, arguments: Map[String, Seq[Mention]], sentence: Int, document: Document, keep: Boolean, foundBy: String)

    Permalink
  3. new EventMention(label: String, trigger: TextBoundMention, arguments: Map[String, Seq[Mention]], paths: Map[String, Map[Mention, SynPath]], sentence: Int, document: Document, keep: Boolean, foundBy: String)

    Permalink
  4. new EventMention(labels: Seq[String], tokenInterval: Interval, trigger: TextBoundMention, arguments: Map[String, Seq[Mention]], paths: Map[String, Map[Mention, SynPath]], sentence: Int, document: Document, keep: Boolean, foundBy: String, attachments: Set[Attachment] = Set.empty)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(arg: (String, Seq[Mention])): EventMention

    Permalink
  4. def -(argName: String): EventMention

    Permalink
  5. def --(argNames: Seq[String]): EventMention

    Permalink
  6. def <(that: Mention): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def <=(that: Mention): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def >(that: Mention): Boolean

    Permalink
    Definition Classes
    Ordered
  10. def >=(that: Mention): Boolean

    Permalink
    Definition Classes
    Ordered
  11. val arguments: Map[String, Seq[Mention]]

    Permalink

    A map from argument name to a sequence of mentions.

    A map from argument name to a sequence of mentions.

    The value of the map is a sequence because there are events that can have several arguments with the same name. For example, in the biodomain, Binding may have several themes.

    Definition Classes
    EventMentionMention
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. val attachments: Set[Attachment]

    Permalink

    Attachments that can modify a Mention.

    Attachments that can modify a Mention.

    Definition Classes
    EventMentionMention
  14. lazy val cachedHashCode: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Mention
  15. def calculateHashCode: Int

    Permalink
    Attributes
    protected
    Definition Classes
    EventMentionMention
  16. def canEqual(a: Any): Boolean

    Permalink
    Definition Classes
    Mention → Equals
  17. def chunks: Option[Seq[String]]

    Permalink

    returns all chunks in mention

    returns all chunks in mention

    Definition Classes
    Mention
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def compare(that: Mention): Int

    Permalink
    Definition Classes
    Mention → Ordered
  20. def compareTo(that: Mention): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  21. def copy(labels: Seq[String] = this.labels, tokenInterval: Interval = this.tokenInterval, trigger: TextBoundMention = this.trigger, arguments: Map[String, Seq[Mention]] = this.arguments, paths: Map[String, Map[Mention, SynPath]] = this.paths, sentence: Int = this.sentence, document: Document = this.document, keep: Boolean = this.keep, foundBy: String = this.foundBy, attachments: Set[Attachment] = this.attachments): EventMention

    Permalink
  22. val document: Document

    Permalink

    The document where this mention occurs.

    The document where this mention occurs.

    Definition Classes
    EventMentionMention
  23. def end: Int

    Permalink

    one after the last token in the mention

    one after the last token in the mention

    Definition Classes
    Mention
  24. def endOffset: Int

    Permalink

    character offset of the mention end

    character offset of the mention end

    Definition Classes
    Mention
  25. def entities: Option[Seq[String]]

    Permalink

    returns all entities in mention

    returns all entities in mention

    Definition Classes
    Mention
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Mention → Equals → AnyRef → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. val foundBy: String

    Permalink

    name of matching rule

    name of matching rule

    Definition Classes
    EventMentionMention
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getPath(argRole: String, mention: Mention): SynPath

    Permalink
    Definition Classes
    Mention
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  34. def isValid: Boolean

    Permalink

    returns true if this is a valid mention

    returns true if this is a valid mention

    Definition Classes
    EventMentionMention
  35. val keep: Boolean

    Permalink

    Should we report this mention at the end?

    Should we report this mention at the end?

    Definition Classes
    EventMentionMention
  36. def label: String

    Permalink

    default label

    default label

    Definition Classes
    Mention
  37. val labels: Seq[String]

    Permalink

    A sequence of labels for this mention.

    A sequence of labels for this mention. The first label in the sequence is considered the default.

    Definition Classes
    EventMentionMention
  38. def lemmas: Option[Seq[String]]

    Permalink

    returns all lemmas in mention

    returns all lemmas in mention

    Definition Classes
    Mention
  39. def matches(matcher: StringMatcher): Boolean

    Permalink

    returns true if the StringMatcher matches any of the mention labels

    returns true if the StringMatcher matches any of the mention labels

    Definition Classes
    Mention
  40. def matches(regex: Regex): Boolean

    Permalink

    returns true if the regex matches any of the mention labels

    returns true if the regex matches any of the mention labels

    Definition Classes
    Mention
  41. def matches(label: String): Boolean

    Permalink

    returns true if the string matches any of the mention labels

    returns true if the string matches any of the mention labels

    Definition Classes
    Mention
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. def newWithAttachment(mod: Attachment): EventMention

    Permalink
  44. def newWithoutAttachment(mod: Attachment): EventMention

    Permalink
  45. def norms: Option[Seq[String]]

    Permalink

    returns the norm value of this mention, if available

    returns the norm value of this mention, if available

    Definition Classes
    Mention
  46. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  48. val paths: Map[String, Map[Mention, SynPath]]

    Permalink
    Definition Classes
    EventMentionMention
  49. def precedes(that: Mention): Boolean

    Permalink
    Definition Classes
    Mention
  50. def raw: Seq[String]

    Permalink

    returns all raw (original, no processing applied) tokens in mention

    returns all raw (original, no processing applied) tokens in mention

    Definition Classes
    Mention
  51. def scatter(argName: String, size: Int): Seq[EventMention]

    Permalink
  52. def semHead: Option[Int]

    Permalink

    returns the syntactic head of mention

    returns the syntactic head of mention

    Definition Classes
    Mention
  53. def semHeadLemma: Option[String]

    Permalink

    returns head lemma

    returns head lemma

    Definition Classes
    Mention
  54. def semHeadTag: Option[String]

    Permalink

    returns head pos tag

    returns head pos tag

    Definition Classes
    Mention
  55. def semHeadWord: Option[String]

    Permalink

    returns head token

    returns head token

    Definition Classes
    Mention
  56. def semHeads: Seq[Int]

    Permalink

    returns all semantic heads

    returns all semantic heads

    Definition Classes
    Mention
  57. val sentence: Int

    Permalink

    The index of the sentence where this mention occurs.

    The index of the sentence where this mention occurs.

    Definition Classes
    EventMentionMention
  58. def sentenceObj: Sentence

    Permalink
    Definition Classes
    Mention
  59. def start: Int

    Permalink

    index of the first token in the mention

    index of the first token in the mention

    Definition Classes
    Mention
  60. def startOffset: Int

    Permalink

    character offset of the mention beginning

    character offset of the mention beginning

    Definition Classes
    Mention
  61. def synHead: Option[Int]

    Permalink

    returns the syntactic head of mention

    returns the syntactic head of mention

    Definition Classes
    Mention
  62. def synHeadLemma: Option[String]

    Permalink

    returns head lemma

    returns head lemma

    Definition Classes
    Mention
  63. def synHeadTag: Option[String]

    Permalink

    returns head pos tag

    returns head pos tag

    Definition Classes
    Mention
  64. def synHeadWord: Option[String]

    Permalink

    returns head token

    returns head token

    Definition Classes
    Mention
  65. def synHeads: Seq[Int]

    Permalink

    returns all syntactic heads

    returns all syntactic heads

    Definition Classes
    Mention
  66. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  67. def tags: Option[Seq[String]]

    Permalink

    returns all tags in mention

    returns all tags in mention

    Definition Classes
    Mention
  68. def text: String

    Permalink

    returns a string that contains the mention

    returns a string that contains the mention

    Definition Classes
    Mention
  69. def toRelationMention: RelationMention

    Permalink
  70. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  71. val tokenInterval: Interval

    Permalink

    The interval of token indicess that form this mention.

    The interval of token indicess that form this mention.

    Definition Classes
    EventMentionMention
  72. val trigger: TextBoundMention

    Permalink
  73. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def withAttachment(mod: Attachment): Mention

    Permalink
    Definition Classes
    Mention
  77. def withoutAttachment(mod: Attachment): Mention

    Permalink
    Definition Classes
    Mention
  78. def words: Seq[String]

    Permalink

    returns all tokens in mention

    returns all tokens in mention

    Definition Classes
    Mention

Inherited from Mention

Inherited from Serializable

Inherited from Serializable

Inherited from Ordered[Mention]

Inherited from Comparable[Mention]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped