Object

org.clulab.reach.assembly.sieves

Constraints

Related Doc: package sieves

Permalink

object Constraints

Constraints used to validate the output of sieves

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constraints
  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. val afterRole: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val beforeRole: String

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  14. def isValidRelationPair(mention1: Mention, mention2: Mention): Boolean

    Permalink

    Ensure that the pair of event mentions meet corpus constraints.

    Ensure that the pair of event mentions meet corpus constraints.
    Requirements:
    1. the text of the two mentions should not be the same
    2. a regulation should not be paired with its controlled

    These requirements validate pairs of mentions before relation identification is attempted by a statistical classifier

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

    Permalink
    Definition Classes
    AnyRef
  16. def noExistingPrecedence(x: EntityEventRepresentation, y: EntityEventRepresentation): Boolean

    Permalink
  17. def noExistingPrecedence(x: Mention, y: Mention, am: AssemblyManager): Boolean

    Permalink
  18. def notAnExistingComplexEvent(link: Mention): Boolean

    Permalink
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. def shareArg(m1: Mention, m2: Mention): Boolean

    Permalink

    Checks if two Mentions share at least one SimpleEntity with the same grounding ID

  22. def shareControlleds(mention1: Mention, mention2: Mention): Boolean

    Permalink

    Use this check to automatically label negative examples *

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withinWindow(m1: Mention, m2: Mention, window: Int): Boolean

    Permalink

    Ensure mention pair is within the allotted sentential window

    Ensure mention pair is within the allotted sentential window

    m1

    org.clulab.odin.Mention

    m2

    org.clulab.odin.Mention

    window

    the maximum sentential distance a pair of mentions may occur within

Inherited from AnyRef

Inherited from Any

Ungrouped