Object/Class

org.clulab.reach.assembly

AssemblyManager

Related Docs: class AssemblyManager | package assembly

Permalink

object AssemblyManager extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssemblyManager
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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 DEFAULT_CONFIDENCE: Double

    Permalink
  5. def apply(mns: Seq[Mention]): AssemblyManager

    Permalink

    Instantiate AssemblyManager and track the provided Mentions

    Instantiate AssemblyManager and track the provided Mentions

    mns

    a sequence of Odin Mentions

    returns

    an AssemblyManager

  6. def apply(): AssemblyManager

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  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. def getAllThemes(m: Mention): Seq[Mention]

    Permalink

    Retrieves all themes from a Mention

    Retrieves all themes from a Mention

    m

    an Odin Mention

    returns

    a Seq[Mention] produced by a flattening of all values corresponding to theme* keys

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getInputEntities(eer: EntityEventRepresentation): Set[Entity]

    Permalink

    Retrieve the set of input entities from an eer

    Retrieve the set of input entities from an eer

    eer

    an EntityEventRepresentation

    returns

    a set of Entity-type EERs

  15. def getResolvedForm(m: Mention): CorefMention

    Permalink

    Get antecedent if present.

    Get antecedent if present. Otherwise return the CorefMntion as-is.

    Used to retrieve the appropriate features of a mention's antecedent.

    m

    an Odin Mention

    returns

    a org.clulab.reach.mentions.CorefMention (possibly cm)

  16. def hasNegation(m: Mention): Boolean

    Permalink

    Check if mention is negated

  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def involvesCoreference(m: Mention): Boolean

    Permalink

    Checks whether a mention involves a corefence resolution

    Checks whether a mention involves a corefence resolution

    m

    an Odin Mention

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isValidMention(mention: Mention): Boolean

    Permalink

    Checks to see if the mention can be safely handled by the AssemblyManager Currently Sites are not stored in the LUTs, though they can appear as part of a modification (see the PTM AssemblyModification for an example)

    Checks to see if the mention can be safely handled by the AssemblyManager Currently Sites are not stored in the LUTs, though they can appear as part of a modification (see the PTM AssemblyModification for an example)

    mention

    an Odin Mention

    returns

    true if the mention can be safely handled by the manager; false otherwise

  21. def loadFrom(fileName: String): AssemblyManager

    Permalink
  22. def loadFrom(f: File): AssemblyManager

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. val negative: String

    Permalink
  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. val positive: String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. val unknown: String

    Permalink
  31. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped