Class/Object

org.clulab.reach.assembly.relations.corpus

EventPair

Related Docs: object EventPair | package corpus

Permalink

case class EventPair(e1: CorefMention, e2: CorefMention, relation: String, confidence: Double = AnnotationUtils.HIGH, annotatorID: String = "", notes: Option[String] = None) extends JSONSerialization with Product with Serializable

Storage class for an event pair (i.e., a single example for the relation corpus)

Linear Supertypes
Serializable, Serializable, Product, Equals, JSONSerialization, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventPair
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JSONSerialization
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventPair(e1: CorefMention, e2: CorefMention, relation: String, confidence: Double = AnnotationUtils.HIGH, annotatorID: String = "", notes: Option[String] = None)

    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. val annotatorID: String

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val confidence: Double

    Permalink
  8. def copy(before: CorefMention = this.e1, after: CorefMention = this.e2, relation: String = this.relation, confidence: Double = this.confidence, annotatorID: String = this.annotatorID, notes: Option[String] = this.notes): EventPair

    Permalink
  9. val coref: Boolean

    Permalink

    whether or not the annotation requires coref

  10. val doc: Document

    Permalink
  11. val e1: CorefMention

    Permalink
  12. val e2: CorefMention

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

    Permalink
    Definition Classes
    AnyRef
  14. def equivalenceHash: Int

    Permalink

    Create a unique hash to identify this training instance

  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isCrossSentence: Boolean

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def json(pretty: Boolean): String

    Permalink
    Definition Classes
    JSONSerialization
  20. def jsonAST: JValue

    Permalink
    Definition Classes
    EventPair → JSONSerialization
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. val notes: Option[String]

    Permalink
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. val pmid: String

    Permalink
  26. val relation: String

    Permalink
  27. def saveJSON(file: File, pretty: Boolean): Unit

    Permalink
    Definition Classes
    JSONSerialization
  28. def saveJSON(file: String, pretty: Boolean): Unit

    Permalink
    Definition Classes
    JSONSerialization
  29. val sentenceIndices: Seq[Int]

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

    Permalink
    Definition Classes
    AnyRef
  31. val text: String

    Permalink
  32. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JSONSerialization

Inherited from AnyRef

Inherited from Any

Ungrouped