Package

org.clulab

odin

Permalink

package odin

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. odin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Action = (Seq[Mention], State) ⇒ Seq[Mention]

    Permalink
  2. class Actions extends AnyRef

    Permalink

    Inherit from this class to implement your custom actions.

    Inherit from this class to implement your custom actions.

    An action is a method of the form:

    def customAction(mentions: Seq[Mention], state: State): Seq[Mention]
  3. trait Attachment extends AnyRef

    Permalink
  4. class CrossSentenceMention extends Mention

    Permalink
    Annotations
    @SerialVersionUID()
  5. class EventMention extends Mention

    Permalink
    Annotations
    @SerialVersionUID()
  6. class ExtractorEngine extends AnyRef

    Permalink
  7. trait Mention extends Equals with Ordered[Mention] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. type MentionLUT = Map[SentenceToken, Seq[Mention]]

    Permalink
  9. class RelationMention extends Mention

    Permalink
    Annotations
    @SerialVersionUID()
  10. type SentenceToken = (Int, Int)

    Permalink
  11. class State extends AnyRef

    Permalink

    Represents the current state of the ExtractorEngine.

    Represents the current state of the ExtractorEngine. Contains all the mentions found in previous iterations.

  12. type SynPath = Seq[(Int, Int, String)]

    Permalink
  13. class TextBoundMention extends Mention

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object ExtractorEngine

    Permalink
  2. object State

    Permalink
  3. def identityAction(mentions: Seq[Mention], state: State): Seq[Mention]

    Permalink
  4. package impl

    Permalink
  5. def mkTokenInterval(arguments: Map[String, Seq[Mention]]): Interval

    Permalink
  6. def mkTokenInterval(trigger: TextBoundMention, arguments: Map[String, Seq[Mention]]): Interval

    Permalink
  7. package serialization

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped