Trait

org.clulab.odin

Mention

Related Doc: package odin

Permalink

trait Mention extends Equals with Ordered[Mention] with Serializable

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

Abstract Value Members

  1. abstract 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.

  2. abstract def document: Document

    Permalink

    The document where this mention occurs.

  3. abstract def foundBy: String

    Permalink

    name of matching rule

  4. abstract def keep: Boolean

    Permalink

    Should we report this mention at the end?

  5. abstract def 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.

  6. abstract val paths: Map[String, Map[Mention, SynPath]]

    Permalink
  7. abstract def sentence: Int

    Permalink

    The index of the sentence where this mention occurs.

  8. abstract def tokenInterval: Interval

    Permalink

    The interval of token indicess that form this mention.

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Mention): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def canEqual(a: Any): Boolean

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

    Permalink

    returns all chunks in mention

  11. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    Ordered → Comparable
  14. def end: Int

    Permalink

    one after the last token in the mention

  15. def endOffset: Int

    Permalink

    character offset of the mention end

  16. def entities: Option[Seq[String]]

    Permalink

    returns all entities in mention

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

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

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

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

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

    Permalink
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. def isValid: Boolean

    Permalink

    returns true if this is a valid mention

  25. def label: String

    Permalink

    default label

  26. def lemmas: Option[Seq[String]]

    Permalink

    returns all lemmas in mention

  27. def matches(matcher: StringMatcher): Boolean

    Permalink

    returns true if the StringMatcher matches any of the mention labels

  28. def matches(regex: Regex): Boolean

    Permalink

    returns true if the regex matches any of the mention labels

  29. def matches(label: String): Boolean

    Permalink

    returns true if the string matches any of the mention labels

  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def precedes(that: Mention): Boolean

    Permalink
  34. def semHead: Option[Int]

    Permalink

    returns the syntactic head of mention

  35. def semHeadLemma: Option[String]

    Permalink

    returns head lemma

  36. def semHeadTag: Option[String]

    Permalink

    returns head pos tag

  37. def semHeadWord: Option[String]

    Permalink

    returns head token

  38. def semHeads: Seq[Int]

    Permalink

    returns all semantic heads

  39. def sentenceObj: Sentence

    Permalink
  40. def start: Int

    Permalink

    index of the first token in the mention

  41. def startOffset: Int

    Permalink

    character offset of the mention beginning

  42. def synHead: Option[Int]

    Permalink

    returns the syntactic head of mention

  43. def synHeadLemma: Option[String]

    Permalink

    returns head lemma

  44. def synHeadTag: Option[String]

    Permalink

    returns head pos tag

  45. def synHeadWord: Option[String]

    Permalink

    returns head token

  46. def synHeads: Seq[Int]

    Permalink

    returns all syntactic heads

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

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

    Permalink

    returns all tags in mention

  49. def text: String

    Permalink

    returns a string that contains the mention

  50. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def words: Seq[String]

    Permalink

    returns all tokens in 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