Class

org.clulab.odin.impl

CrossSentenceExtractor

Related Doc: package impl

Permalink

class CrossSentenceExtractor extends Extractor

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

Instance Constructors

  1. new CrossSentenceExtractor(name: String, labels: Seq[String], priority: Priority, keep: Boolean, action: Action, leftWindow: Int, rightWindow: Int, anchorPattern: TokenExtractor, neighborPattern: TokenExtractor, anchorRole: String, neighborRole: String)

    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 action: Action

    Permalink
    Definition Classes
    CrossSentenceExtractorExtractor
  5. val anchorPattern: TokenExtractor

    Permalink
  6. val anchorRole: String

    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 findAllIn(sent: Int, doc: Document, state: State): Seq[Mention]

    Permalink
    Definition Classes
    CrossSentenceExtractorExtractor
  13. def findAllIn(doc: Document, state: State): Seq[Mention]

    Permalink
    Definition Classes
    Extractor
  14. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  17. val keep: Boolean

    Permalink
    Definition Classes
    CrossSentenceExtractorExtractor
  18. def label: String

    Permalink
    Definition Classes
    Extractor
  19. val labels: Seq[String]

    Permalink
    Definition Classes
    CrossSentenceExtractorExtractor
  20. val leftWindow: Int

    Permalink
  21. def mkMention(anchor: Mention, neighbor: Mention): CrossSentenceMention

    Permalink
  22. val name: String

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

    Permalink
    Definition Classes
    AnyRef
  24. val neighborPattern: TokenExtractor

    Permalink
  25. val neighborRole: String

    Permalink
  26. def newEventMention(trigger: TextBoundMention, args: Map[String, Seq[Mention]], interval: Interval, sent: Int, doc: Document): EventMention

    Permalink
    Attributes
    protected
    Definition Classes
    Extractor
  27. def newRelationMention(args: Map[String, Seq[Mention]], interval: Interval, sent: Int, doc: Document): RelationMention

    Permalink
    Attributes
    protected
    Definition Classes
    Extractor
  28. def newTextBoundMention(interval: Interval, sent: Int, doc: Document): TextBoundMention

    Permalink
    Attributes
    protected
    Definition Classes
    Extractor
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. val priority: Priority

    Permalink
    Definition Classes
    CrossSentenceExtractorExtractor
  32. val rightWindow: Int

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

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

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

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

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

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

Inherited from Extractor

Inherited from AnyRef

Inherited from Any

Ungrouped