package datasets
- Alphabetic
- Public
- All
Type Members
-
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
-
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
-
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
- object AssertionAnnotationWithLabel extends Serializable