Packages

package datasets

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AssertionAnnotationAndText(text: String, target: String, label: String, start: Int, end: Int) extends Product with Serializable

    Case class, which represents Assertion Together with Text

    Case class, which represents Assertion Together with Text

    text

    a String, which represents a plain text

    target

    a String, which represents a target

    label

    a String, which represents a label

    start

    Int, representing start index

    end

    Int, representing end index

  2. case class AssertionAnnotationWithLabel(label: String, confidence: Double, start: Int, end: Int, sentenceId: Int, chunkId: Int, chunkEntity: String = "", chunkResult: String = "") extends Product with Serializable

    Case class, which represents Assertion Together with Label

    Case class, which represents Assertion Together with Label

    label

    a String, which represents a label

    confidence

    Double, represents confidence score for label

    start

    Int, representing start index

    end

    Int, representing end index

    sentenceId

    ID of the embedding sentence

    chunkId

    ID of the chunk

    chunkEntity

    a String, which represents a chunk entity

    chunkResult

    a String, which represents a chunk result

  3. case class IndexedChunk(wordpieceEmbeddingsSentence: WordpieceEmbeddingsSentence, tokenBegin: Int, tokenEnd: Int, sentenceId: String, chunkId: String, chunkBegin: Int, chunkEnd: Int, chunkEntity: String, chunkResult: String) extends Product with Serializable

    Case class, which represents Indexed Chunk

    Case class, which represents Indexed Chunk

    wordpieceEmbeddingsSentence

    an Embedding Sentence

    tokenBegin

    token of start

    tokenEnd

    token of end

    sentenceId

    ID of the embedding sentence

    chunkId

    ID of the chunk

    chunkBegin

    chunk of start

    chunkEnd

    chunk of end

    chunkEntity

    a String, which represents a chunk entity

    chunkResult

    a String, which represents a chunk result

Value Members

  1. object AssertionAnnotationWithLabel extends Serializable

Ungrouped