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
- 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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexedChunk
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
IndexedChunk(wordpieceEmbeddingsSentence: WordpieceEmbeddingsSentence, tokenBegin: Int, tokenEnd: Int, sentenceId: String, chunkId: String, chunkBegin: Int, chunkEnd: Int, chunkEntity: String, chunkResult: String)
- 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
-
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 chunkBegin: Int
- val chunkEnd: Int
- val chunkEntity: String
- val chunkId: String
- val chunkResult: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
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: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tokenBegin: Int
- val tokenEnd: Int
-
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()
- val wordpieceEmbeddingsSentence: WordpieceEmbeddingsSentence