class ZeroShotNerModel extends nlp.annotators.ner.ZeroShotNerModel

Linear Supertypes
nlp.annotators.ner.ZeroShotNerModel, CheckLicense, RoBertaForQuestionAnswering, HasEngine, HasCaseSensitiveProperties, WriteOpenvinoModel, WriteOnnxModel, WriteTensorflowModel, HasBatchedAnnotate[RoBertaForQuestionAnswering], AnnotatorModel[RoBertaForQuestionAnswering], CanBeLazy, RawAnnotator[RoBertaForQuestionAnswering], HasOutputAnnotationCol, HasInputAnnotationCols, HasOutputAnnotatorType, ParamsAndFeaturesWritable, HasFeatures, DefaultParamsWritable, MLWritable, Model[RoBertaForQuestionAnswering], Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. ZeroShotNerModel
  2. ZeroShotNerModel
  3. CheckLicense
  4. RoBertaForQuestionAnswering
  5. HasEngine
  6. HasCaseSensitiveProperties
  7. WriteOpenvinoModel
  8. WriteOnnxModel
  9. WriteTensorflowModel
  10. HasBatchedAnnotate
  11. AnnotatorModel
  12. CanBeLazy
  13. RawAnnotator
  14. HasOutputAnnotationCol
  15. HasInputAnnotationCols
  16. HasOutputAnnotatorType
  17. ParamsAndFeaturesWritable
  18. HasFeatures
  19. DefaultParamsWritable
  20. MLWritable
  21. Model
  22. Transformer
  23. PipelineStage
  24. Logging
  25. Params
  26. Serializable
  27. Serializable
  28. Identifiable
  29. AnyRef
  30. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZeroShotNerModel()
  2. new ZeroShotNerModel(uid: String)

Type Members

  1. type AnnotationContent = Seq[Row]
    Attributes
    protected
    Definition Classes
    AnnotatorModel
  2. type AnnotatorType = String
    Definition Classes
    HasOutputAnnotatorType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. def $$[T](feature: StructFeature[T]): T
    Attributes
    protected
    Definition Classes
    HasFeatures
  5. def $$[K, V](feature: MapFeature[K, V]): Map[K, V]
    Attributes
    protected
    Definition Classes
    HasFeatures
  6. def $$[T](feature: SetFeature[T]): Set[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  7. def $$[T](feature: ArrayFeature[T]): Array[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def _transform(dataset: Dataset[_], recursivePipeline: Option[PipelineModel]): DataFrame
    Attributes
    protected
    Definition Classes
    AnnotatorModel
  10. def afterAnnotate(dataset: DataFrame): DataFrame
    Attributes
    protected
    Definition Classes
    AnnotatorModel
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def batchAnnotate(batchedAnnotations: Seq[Array[Annotation]]): Seq[Seq[Annotation]]
    Definition Classes
    ZeroShotNerModelZeroShotNerModel → RoBertaForQuestionAnswering → HasBatchedAnnotate
  13. def batchProcess(rows: Iterator[_]): Iterator[Row]
    Definition Classes
    HasBatchedAnnotate
  14. val batchSize: IntParam
    Definition Classes
    HasBatchedAnnotate
  15. def beforeAnnotate(dataset: Dataset[_]): Dataset[_]
    Attributes
    protected
    Definition Classes
    ZeroShotNerModel → AnnotatorModel
  16. val caseSensitive: BooleanParam
    Definition Classes
    HasCaseSensitiveProperties
  17. final def checkSchema(schema: StructType, inputAnnotatorType: String): Boolean
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  18. def checkValidEnvironment(spark: Option[SparkSession], scopes: Seq[String], metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  19. def checkValidScope(scope: String): Unit
    Definition Classes
    CheckLicense
  20. def checkValidScopeAndEnvironment(scope: String, spark: Option[SparkSession], checkLp: Boolean, metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  21. def checkValidScopesAndEnvironment(scopes: Seq[String], spark: Option[SparkSession], checkLp: Boolean, metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  22. final def clear(param: Param[_]): ZeroShotNerModel.this.type
    Definition Classes
    Params
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. val configProtoBytes: IntArrayParam
    Definition Classes
    RoBertaForQuestionAnswering
  25. def copy(extra: ParamMap): RoBertaForQuestionAnswering
    Definition Classes
    RawAnnotator → Model → Transformer → PipelineStage → Params
  26. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  27. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  28. val engine: Param[String]
    Definition Classes
    HasEngine
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  32. def explainParams(): String
    Definition Classes
    Params
  33. final val extraInputCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  34. def extraValidate(structType: StructType): Boolean
    Attributes
    protected
    Definition Classes
    RawAnnotator
  35. def extraValidateMsg: String
    Attributes
    protected
    Definition Classes
    RawAnnotator
  36. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  37. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  38. val features: ArrayBuffer[Feature[_, _, _]]
    Definition Classes
    HasFeatures
  39. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def get[T](feature: StructFeature[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  41. def get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  42. def get[T](feature: SetFeature[T]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  43. def get[T](feature: ArrayFeature[T]): Option[Array[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  44. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  45. def getBatchSize: Int
    Definition Classes
    HasBatchedAnnotate
  46. def getCaseSensitive: Boolean
    Definition Classes
    HasCaseSensitiveProperties
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def getConfigProtoBytes: Option[Array[Byte]]
    Definition Classes
    RoBertaForQuestionAnswering
  49. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  50. def getEngine: String
    Definition Classes
    HasEngine
  51. def getEntities: Array[String]

    Get the list of entities which are regonized

    Get the list of entities which are regonized

    Definition Classes
    ZeroShotNerModel
  52. def getEntityDefinitionsStr: Array[String]
    Definition Classes
    ZeroShotNerModel
  53. def getIgnoreEntities: Array[String]

    Get the list of questions to catch the distractor entity

    Get the list of questions to catch the distractor entity

    Definition Classes
    ZeroShotNerModel
  54. def getInputCols: Array[String]
    Definition Classes
    HasInputAnnotationCols
  55. def getLazyAnnotator: Boolean
    Definition Classes
    CanBeLazy
  56. def getMaxSentenceLength: Int
    Definition Classes
    RoBertaForQuestionAnswering
  57. def getModelIfNotSet: RoBertaClassification
    Definition Classes
    ZeroShotNerModel → RoBertaForQuestionAnswering
  58. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  59. final def getOutputCol: String
    Definition Classes
    HasOutputAnnotationCol
  60. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  61. def getPredictionThreshold: Float

    Get the minimum entity prediction score

    Get the minimum entity prediction score

    Definition Classes
    ZeroShotNerModel
  62. def getSignatures: Option[Map[String, String]]
    Definition Classes
    RoBertaForQuestionAnswering
  63. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  64. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  65. def hasParent: Boolean
    Definition Classes
    Model
  66. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  67. var ignoreEntities: StringArrayParam

    List of entities to ignore

    List of entities to ignore

    Definition Classes
    ZeroShotNerModel
  68. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  69. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  70. val inputAnnotatorTypes: Array[String]

    Input Annotator Types: DOCUMENT

    Input Annotator Types: DOCUMENT

    Definition Classes
    ZeroShotNerModel → RoBertaForQuestionAnswering → HasInputAnnotationCols
  71. final val inputCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  72. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  73. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  74. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  75. def isTokenInEntity(token: Annotation, entity: Annotation): Boolean
    Definition Classes
    ZeroShotNerModel
  76. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  77. val lazyAnnotator: BooleanParam
    Definition Classes
    CanBeLazy
  78. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  79. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  83. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  84. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  85. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  86. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  87. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  88. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  89. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  90. def maskEntity(document: Annotation, entity: Annotation): String
    Definition Classes
    ZeroShotNerModel
  91. val maskSymbol: String
    Definition Classes
    ZeroShotNerModel
  92. val maxSentenceLength: IntParam
    Definition Classes
    RoBertaForQuestionAnswering
  93. val merges: MapFeature[(String, String), Int]
    Definition Classes
    RoBertaForQuestionAnswering
  94. def msgHelper(schema: StructType): String
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  95. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  96. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  97. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  98. def onWrite(path: String, spark: SparkSession): Unit
    Definition Classes
    RoBertaForQuestionAnswering → ParamsAndFeaturesWritable
  99. val optionalInputAnnotatorTypes: Array[String]
    Definition Classes
    HasInputAnnotationCols
  100. val outputAnnotatorType: AnnotatorType

    Output Annotator Types: NAMED_ENTITY

    Output Annotator Types: NAMED_ENTITY

    Definition Classes
    ZeroShotNerModel → RoBertaForQuestionAnswering → HasOutputAnnotatorType
  101. final val outputCol: Param[String]
    Attributes
    protected
    Definition Classes
    HasOutputAnnotationCol
  102. def padTokenId: Int
    Definition Classes
    RoBertaForQuestionAnswering
  103. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  104. var parent: Estimator[RoBertaForQuestionAnswering]
    Definition Classes
    Model
  105. var predictionThreshold: FloatParam

    Minimal score of predicted entity

    Minimal score of predicted entity

    Definition Classes
    ZeroShotNerModel
  106. def recognizeMultipleEntities(document: Annotation, nerDefs: Map[String, Array[Annotation]], recognizedEntities: Seq[Annotation] = Seq()): Seq[Annotation]
    Definition Classes
    ZeroShotNerModel
  107. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  108. def sentenceEndTokenId: Int
    Definition Classes
    RoBertaForQuestionAnswering
  109. def sentenceStartTokenId: Int
    Definition Classes
    RoBertaForQuestionAnswering
  110. def set[T](feature: StructFeature[T], value: T): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  111. def set[K, V](feature: MapFeature[K, V], value: Map[K, V]): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  112. def set[T](feature: SetFeature[T], value: Set[T]): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  113. def set[T](feature: ArrayFeature[T], value: Array[T]): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  114. final def set(paramPair: ParamPair[_]): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  115. final def set(param: String, value: Any): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  116. final def set[T](param: Param[T], value: T): ZeroShotNerModel.this.type
    Definition Classes
    Params
  117. def setBatchSize(size: Int): ZeroShotNerModel.this.type
    Definition Classes
    HasBatchedAnnotate
  118. def setCaseSensitive(value: Boolean): ZeroShotNerModel.this.type
    Definition Classes
    RoBertaForQuestionAnswering → HasCaseSensitiveProperties
  119. def setConfigProtoBytes(bytes: Array[Int]): ZeroShotNerModel.this.type
    Definition Classes
    RoBertaForQuestionAnswering
  120. def setDefault[T](feature: StructFeature[T], value: () ⇒ T): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  121. def setDefault[K, V](feature: MapFeature[K, V], value: () ⇒ Map[K, V]): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  122. def setDefault[T](feature: SetFeature[T], value: () ⇒ Set[T]): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  123. def setDefault[T](feature: ArrayFeature[T], value: () ⇒ Array[T]): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  124. final def setDefault(paramPairs: ParamPair[_]*): ZeroShotNerModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  125. final def setDefault[T](param: Param[T], value: T): ZeroShotNerModel.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  126. def setEntityDefinitions(definitions: HashMap[String, List[String]]): ZeroShotNerModel.this.type

    Set definitions of named entities

    Set definitions of named entities

    Definition Classes
    ZeroShotNerModel
  127. def setEntityDefinitions(definitions: Map[String, Array[String]]): ZeroShotNerModel.this.type

    Set definitions of named entities

    Set definitions of named entities

    Definition Classes
    ZeroShotNerModel
  128. def setExtraInputCols(value: Array[String]): ZeroShotNerModel.this.type
    Definition Classes
    HasInputAnnotationCols
  129. def setIgnoreEntities(value: Array[String]): ZeroShotNerModel.this.type

    Set the list of questions to catch the distractor entity

    Set the list of questions to catch the distractor entity

    Definition Classes
    ZeroShotNerModel
  130. final def setInputCols(value: String*): ZeroShotNerModel.this.type
    Definition Classes
    HasInputAnnotationCols
  131. def setInputCols(value: Array[String]): ZeroShotNerModel.this.type
    Definition Classes
    HasInputAnnotationCols
  132. def setLazyAnnotator(value: Boolean): ZeroShotNerModel.this.type
    Definition Classes
    CanBeLazy
  133. def setMaxSentenceLength(value: Int): ZeroShotNerModel.this.type
    Definition Classes
    RoBertaForQuestionAnswering
  134. def setMerges(value: Map[(String, String), Int]): ZeroShotNerModel.this.type
    Definition Classes
    RoBertaForQuestionAnswering
  135. def setModelIfNotSet(spark: SparkSession, tensorflowWrapper: Option[TensorflowWrapper], onnxWrapper: Option[OnnxWrapper] = None, openvinoWrapper: Option[OpenvinoWrapper]): nlp.annotators.ner.ZeroShotNerModel
    Definition Classes
    ZeroShotNerModel → RoBertaForQuestionAnswering
  136. final def setOutputCol(value: String): ZeroShotNerModel.this.type
    Definition Classes
    HasOutputAnnotationCol
  137. def setParent(parent: Estimator[RoBertaForQuestionAnswering]): RoBertaForQuestionAnswering
    Definition Classes
    Model
  138. def setPredictionThreshold(value: Float): ZeroShotNerModel.this.type

    Set the minimum entity prediction score

    Set the minimum entity prediction score

    Definition Classes
    ZeroShotNerModel
  139. def setSignatures(value: Map[String, String]): ZeroShotNerModel.this.type
    Definition Classes
    RoBertaForQuestionAnswering
  140. def setVocabulary(value: Map[String, Int]): ZeroShotNerModel.this.type
    Definition Classes
    RoBertaForQuestionAnswering
  141. val signatures: MapFeature[String, String]
    Definition Classes
    RoBertaForQuestionAnswering
  142. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  143. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  144. final def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    AnnotatorModel → Transformer
  145. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  146. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  147. final def transformSchema(schema: StructType): StructType
    Definition Classes
    RawAnnotator → PipelineStage
  148. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  149. val uid: String
    Definition Classes
    ZeroShotNerModelZeroShotNerModel → RoBertaForQuestionAnswering → Identifiable
  150. def validate(schema: StructType): Boolean
    Attributes
    protected
    Definition Classes
    RawAnnotator
  151. val vocabulary: MapFeature[String, Int]
    Definition Classes
    RoBertaForQuestionAnswering
  152. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  154. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  155. def wrapColumnMetadata(col: Column): Column
    Attributes
    protected
    Definition Classes
    RawAnnotator
  156. def write: MLWriter
    Definition Classes
    ParamsAndFeaturesWritable → DefaultParamsWritable → MLWritable
  157. def writeOnnxModel(path: String, spark: SparkSession, onnxWrapper: OnnxWrapper, suffix: String, fileName: String): Unit
    Definition Classes
    WriteOnnxModel
  158. def writeOnnxModels(path: String, spark: SparkSession, onnxWrappersWithNames: Seq[(OnnxWrapper, String)], suffix: String): Unit
    Definition Classes
    WriteOnnxModel
  159. def writeOpenvinoModel(path: String, spark: SparkSession, openvinoWrapper: OpenvinoWrapper, suffix: String, fileName: String): Unit
    Definition Classes
    WriteOpenvinoModel
  160. def writeOpenvinoModels(path: String, spark: SparkSession, ovWrappersWithNames: Seq[(OpenvinoWrapper, String)], suffix: String): Unit
    Definition Classes
    WriteOpenvinoModel
  161. def writeTensorflowHub(path: String, tfPath: String, spark: SparkSession, suffix: String): Unit
    Definition Classes
    WriteTensorflowModel
  162. def writeTensorflowModel(path: String, spark: SparkSession, tensorflow: TensorflowWrapper, suffix: String, filename: String, configProtoBytes: Option[Array[Byte]]): Unit
    Definition Classes
    WriteTensorflowModel
  163. def writeTensorflowModelV2(path: String, spark: SparkSession, tensorflow: TensorflowWrapper, suffix: String, filename: String, configProtoBytes: Option[Array[Byte]], savedSignatures: Option[Map[String, String]]): Unit
    Definition Classes
    WriteTensorflowModel

Inherited from CheckLicense

Inherited from RoBertaForQuestionAnswering

Inherited from HasEngine

Inherited from HasCaseSensitiveProperties

Inherited from WriteOpenvinoModel

Inherited from WriteOnnxModel

Inherited from WriteTensorflowModel

Inherited from HasBatchedAnnotate[RoBertaForQuestionAnswering]

Inherited from AnnotatorModel[RoBertaForQuestionAnswering]

Inherited from CanBeLazy

Inherited from RawAnnotator[RoBertaForQuestionAnswering]

Inherited from HasOutputAnnotationCol

Inherited from HasInputAnnotationCols

Inherited from HasOutputAnnotatorType

Inherited from ParamsAndFeaturesWritable

Inherited from HasFeatures

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from Model[RoBertaForQuestionAnswering]

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Parameters

A list of (hyper-)parameter keys this annotator can take. Users can set and get the parameter values through setters and getters, respectively.

Annotator types

Required input and expected output annotator types

Members

Parameter setters

Parameter getters