c
com.johnsnowlabs.nlp.annotators.datasets
AssertionAnnotationWithLabel
Companion object AssertionAnnotationWithLabel
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
- 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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AssertionAnnotationWithLabel
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AssertionAnnotationWithLabel(label: String, confidence: Double, start: Int, end: Int, sentenceId: Int, chunkId: Int, chunkEntity: String = "", chunkResult: String = "")
- 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
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chunkEntity: String
- val chunkId: Int
- val chunkResult: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val confidence: Double
- val end: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val sentenceId: Int
- val start: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()