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. def areEquivalent(m1: Mention, m2: Mention, ignoreMods: Boolean): Boolean

    Permalink

    Checks if two Mentions have an equivalent EER

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val beforeRole: String

    Permalink
  8. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hasMultipleInputs(m: Mention): Boolean

    Permalink
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. def isNegated(m: Mention): Boolean

    Permalink
  17. 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

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

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

    Permalink
  20. def noExistingPrecedence(x: Mention, y: Mention, am: AssemblyManager, ignoreMods: Boolean = false): Boolean

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

    Permalink
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def shareControlleds(mention1: Mention, mention2: Mention, ignoreMods: Boolean): Boolean

    Permalink

    Determine if two mentions share an equivalent controlled/patient *

  25. def shareEntityGrounding(m1: Mention, m2: Mention): Boolean

    Permalink

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. 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