epic.ontonotes

Sentence

case class Sentence(docId: String, index: Int, words: IndexedSeq[String], annotations: OntoAnnotations) extends Example[OntoAnnotations, IndexedSeq[String]] with Product with Serializable

represents an annotation ontonotes sentence. Doesn't include raw sentence, for now.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Example[OntoAnnotations, IndexedSeq[String]], Labeled[OntoAnnotations], Observation[IndexedSeq[String]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Sentence
  2. Product
  3. Equals
  4. Example
  5. Labeled
  6. Observation
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Sentence(docId: String, index: Int, words: IndexedSeq[String], annotations: OntoAnnotations)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def annotate(tree: Tree[AnnotatedLabel] = tree, ner: Map[DSpan, NerType.Value] = ner, coref: Map[DSpan, Mention] = coref, srl: IndexedSeq[Frame] = srl, speaker: Option[String] = speaker): Sentence

  5. val annotations: OntoAnnotations

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def coref: Map[DSpan, Mention]

  9. val docId: String

  10. def dspans: IndexedSeq[DSpan]

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def features: IndexedSeq[String]

    Definition Classes
    Sentence → Observation
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flatMap[U](f: (IndexedSeq[String]) ⇒ U): Example[OntoAnnotations, U]

    Definition Classes
    Example → Observation
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def id: String

    Definition Classes
    Sentence → Example → Observation
  17. val index: Int

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def label: OntoAnnotations

    Definition Classes
    Sentence → Example → Labeled
  20. def length: Int

  21. def map[U](f: (IndexedSeq[String]) ⇒ U): Example[OntoAnnotations, U]

    Definition Classes
    Example → Observation
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def ner: Map[DSpan, NerType.Value]

  24. lazy val nerSegmentation: Segmentation[NerType.Value, String]

  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. def relabel[L2](f: (OntoAnnotations) ⇒ L2): Example[L2, IndexedSeq[String]]

    Definition Classes
    Example
  28. def speaker: Option[String]

  29. def srl: IndexedSeq[Frame]

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

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    Example → Observation → AnyRef → Any
  32. def tree: Tree[AnnotatedLabel]

  33. def treeInstance(processor: StandardTreeProcessor): TreeInstance[AnnotatedLabel, String]

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val words: IndexedSeq[String]

Inherited from Product

Inherited from Equals

Inherited from Example[OntoAnnotations, IndexedSeq[String]]

Inherited from Labeled[OntoAnnotations]

Inherited from Observation[IndexedSeq[String]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped