class ChunkMapperModel extends nlp.annotators.chunker.ChunkMapperModel

Linear Supertypes
nlp.annotators.chunker.ChunkMapperModel, HandleExceptionParams, ChunkMapperFuzzyMatchingParams, CheckLicense, HasSimpleAnnotate[nlp.annotators.chunker.ChunkMapperModel], AnnotatorModel[nlp.annotators.chunker.ChunkMapperModel], CanBeLazy, RawAnnotator[nlp.annotators.chunker.ChunkMapperModel], HasOutputAnnotationCol, HasInputAnnotationCols, HasOutputAnnotatorType, ParamsAndFeaturesWritable, HasFeatures, DefaultParamsWritable, MLWritable, Model[nlp.annotators.chunker.ChunkMapperModel], Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. ChunkMapperModel
  2. ChunkMapperModel
  3. HandleExceptionParams
  4. ChunkMapperFuzzyMatchingParams
  5. CheckLicense
  6. HasSimpleAnnotate
  7. AnnotatorModel
  8. CanBeLazy
  9. RawAnnotator
  10. HasOutputAnnotationCol
  11. HasInputAnnotationCols
  12. HasOutputAnnotatorType
  13. ParamsAndFeaturesWritable
  14. HasFeatures
  15. DefaultParamsWritable
  16. MLWritable
  17. Model
  18. Transformer
  19. PipelineStage
  20. Logging
  21. Params
  22. Serializable
  23. Serializable
  24. Identifiable
  25. AnyRef
  26. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChunkMapperModel()
  2. new ChunkMapperModel(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. val allowMultiTokenChunk: BooleanParam
    Definition Classes
    ChunkMapperModel
  12. def annotate(annotations: Seq[Annotation]): Seq[Annotation]
    Definition Classes
    ChunkMapperModelChunkMapperModel → HasSimpleAnnotate
  13. def appendSpecialRelations(mapping: Mapping): Map[String, Array[String]]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def beforeAnnotate(dataset: Dataset[_]): Dataset[_]
    Attributes
    protected
    Definition Classes
    AnnotatorModel
  16. final def checkSchema(schema: StructType, inputAnnotatorType: String): Boolean
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  17. def checkValidEnvironment(spark: Option[SparkSession], scopes: Seq[String], metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  18. def checkValidScope(scope: String): Unit
    Definition Classes
    CheckLicense
  19. def checkValidScopeAndEnvironment(scope: String, spark: Option[SparkSession], checkLp: Boolean, metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  20. def checkValidScopesAndEnvironment(scopes: Seq[String], spark: Option[SparkSession], checkLp: Boolean, metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  21. final def clear(param: Param[_]): ChunkMapperModel.this.type
    Definition Classes
    Params
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. def copy(extra: ParamMap): nlp.annotators.chunker.ChunkMapperModel
    Definition Classes
    RawAnnotator → Model → Transformer → PipelineStage → Params
  24. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  25. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  26. def dfAnnotate: UserDefinedFunction
    Definition Classes
    HasSimpleAnnotate
  27. val doExceptionHandling: BooleanParam

    If true, exceptions are handled.

    If true, exceptions are handled. If exception causing data is passed to the model, a error annotation is emitted which has the exception message. Processing continues with the next one. This comes with a performance penalty.

    Definition Classes
    HandleExceptionParams
  28. val enableCharFingerprintMatching: BooleanParam

    Whether to apply char Ngram fingerprint matching

    Whether to apply char Ngram fingerprint matching

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  29. val enableFuzzyMatching: BooleanParam

    Whether to apply fuzzy matching

    Whether to apply fuzzy matching

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  30. val enableTokenFingerprintMatching: BooleanParam

    Whether to apply partial token Ngram fingerprint matching

    Whether to apply partial token Ngram fingerprint matching

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  34. def explainParams(): String
    Definition Classes
    Params
  35. final val extraInputCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  36. def extraValidate(structType: StructType): Boolean
    Attributes
    protected
    Definition Classes
    RawAnnotator
  37. def extraValidateMsg: String
    Attributes
    protected
    Definition Classes
    RawAnnotator
  38. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  39. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  40. val features: ArrayBuffer[Feature[_, _, _]]
    Definition Classes
    HasFeatures
  41. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. def findSpecialRelations(relations: Map[String, Array[String]]): Map[String, Array[String]]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  43. val fuzzyDistanceScalingMode: Param[String]

    When enableFuzzyMatching is true, the scaling mode for Integer Edit Distances; possible values are: left, right, long, short, none

    When enableFuzzyMatching is true, the scaling mode for Integer Edit Distances; possible values are: left, right, long, short, none

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  44. val fuzzyMatchingDistanceThresholds: DoubleArrayParam

    When enableFuzzyMatching is true, this array contains the respective thresholds for each calculated distance

    When enableFuzzyMatching is true, this array contains the respective thresholds for each calculated distance

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  45. val fuzzyMatchingDistances: StringArrayParam

    When enableFuzzyMatching is true, this array contains the distances to calculate; possible values are: levenshtein, longest-common-subsequence, cosine, jaccard

    When enableFuzzyMatching is true, this array contains the distances to calculate; possible values are: levenshtein, longest-common-subsequence, cosine, jaccard

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  46. def get[T](feature: StructFeature[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  47. def get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  48. def get[T](feature: SetFeature[T]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  49. def get[T](feature: ArrayFeature[T]): Option[Array[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  50. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  51. def getAllPossibleFingerprintPredictionKeys(annotationResult: String): Stream[(Double, String)]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  52. def getAllowMultiTokenChunk: Boolean
    Definition Classes
    ChunkMapperModel
  53. def getCharNgramFingerprints(mappingKey: String): Seq[String]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  54. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  55. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  56. def getDictionary: Map[String, Map[String, Array[String]]]
    Definition Classes
    ChunkMapperModel
  57. def getEnableCharFingerprintMatching: Boolean
  58. def getEnableFuzzyMatching: Boolean
  59. def getEnableTokenFingerprintMatching: Boolean
  60. def getFingerprintFuzzyDistances(leftTerm: String, rightTerm: String): Array[(String, Double)]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  61. def getFuzzyDistanceDictionaries(): (Map[String, (Integer) ⇒ EditDistance[Integer]], Map[String, EditDistance[Integer]], Map[String, EditDistance[Double]])
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  62. def getFuzzyDistanceScalingMode: String
  63. def getFuzzyDistanceValue(leftTerm: String, rightTerm: String, distRels: (String, Double), distDicts: (Map[String, (Integer) ⇒ EditDistance[Integer]], Map[String, EditDistance[Integer]], Map[String, EditDistance[Double]])): Option[Double]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  64. def getFuzzyMatches(dictionary: Map[String, Map[String, Array[String]]], annotationResult: String): Map[Double, Map[String, Array[String]]]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  65. def getFuzzyMatchingDistanceThresholds: Array[Double]
  66. def getFuzzyMatchingDistances: Array[String]
  67. def getInputCols: Array[String]
    Definition Classes
    HasInputAnnotationCols
  68. def getLazyAnnotator: Boolean
    Definition Classes
    CanBeLazy
  69. def getLowerCase: Boolean
  70. def getMaxCharNgramFingerprint: Int
  71. def getMaxTokenNgramDroppingCharsRatio: Double
  72. def getMaxTokenNgramDroppingOperator: String
  73. def getMaxTokenNgramDroppingTokens: Int
  74. def getMaxTokenNgramFingerprint: Int
  75. def getMinCharNgramFingerprint: Int
  76. def getMinTokenNgramFingerprint: Int
  77. def getMultivaluesRelations: Boolean
    Definition Classes
    ChunkMapperModel
  78. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  79. final def getOutputCol: String
    Definition Classes
    HasOutputAnnotationCol
  80. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  81. def getPossibleFingerprintPredictionKeys(annotationResult: String): Stream[(Double, String)]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  82. def getPossibleFingerprintTrainingKeys(keys: Mappings): Map[String, Map[String, Array[String]]]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  83. def getRel: String
    Definition Classes
    ChunkMapperModel
  84. def getRels: Array[String]
    Definition Classes
    ChunkMapperModel
  85. def getTokenNgramFingerprints(mappingKey: String): Seq[String]
    Attributes
    protected
    Definition Classes
    ChunkMapperFuzzyMatchingParams
  86. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  87. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  88. def hasParent: Boolean
    Definition Classes
    Model
  89. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  90. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  91. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  92. val inputAnnotatorTypes: Array[String]
    Definition Classes
    ChunkMapperModel → HasInputAnnotationCols
  93. final val inputCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  94. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  95. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  96. lazy val isLowerCase: Boolean
  97. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  98. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  99. val lazyAnnotator: BooleanParam
    Definition Classes
    CanBeLazy
  100. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  101. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  102. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  103. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  104. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  105. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  106. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  107. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  108. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  109. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  110. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  111. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  112. val lowerCase: BooleanParam

  113. val maxCharNgramFingerprint: IntParam

    When enableCharFingerprintMatching is true, the max number of chars for Ngrams in Fingerprint

    When enableCharFingerprintMatching is true, the max number of chars for Ngrams in Fingerprint

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  114. val maxTokenNgramDroppingCharsRatio: DoubleParam

    When enableTokenFingerprintMatching is true, this value drives the maximum ratio of chars allowed to be dropped from the full chunk; whenever it is desired for all Ngrams to be used as keys, no matter how short the final chunk is, this param should be set to 1.0

    When enableTokenFingerprintMatching is true, this value drives the maximum ratio of chars allowed to be dropped from the full chunk; whenever it is desired for all Ngrams to be used as keys, no matter how short the final chunk is, this param should be set to 1.0

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  115. val maxTokenNgramDroppingOperator: Param[String]

    When enableTokenFingerprintMatching is true, this param drives the logic to compose both dropping parameters; it can be either "and" or "or"

    When enableTokenFingerprintMatching is true, this param drives the logic to compose both dropping parameters; it can be either "and" or "or"

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  116. val maxTokenNgramDroppingTokens: IntParam

    When enableTokenFingerprintMatching is true, this value drives the maximum number of tokens allowed to be dropped from the full chunk; whenever it is desired for all Ngrams to be used as keys, no matter how short the final chunk is, this param should be set to a very high value: i.e Int.MaxValue

    When enableTokenFingerprintMatching is true, this value drives the maximum number of tokens allowed to be dropped from the full chunk; whenever it is desired for all Ngrams to be used as keys, no matter how short the final chunk is, this param should be set to a very high value: i.e Int.MaxValue

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  117. val maxTokenNgramFingerprint: IntParam

    When enableTokenFingerprintMatching is true, the max number of tokens for partial Ngrams in Fingerprint

    When enableTokenFingerprintMatching is true, the max number of tokens for partial Ngrams in Fingerprint

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  118. val minCharNgramFingerprint: IntParam

    When enableCharFingerprintMatching is true, the min number of chars for Ngrams in Fingerprint

    When enableCharFingerprintMatching is true, the min number of chars for Ngrams in Fingerprint

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  119. val minTokenNgramFingerprint: IntParam

    When enableTokenFingerprintMatching is true, the min number of tokens for partial Ngrams in Fingerprint

    When enableTokenFingerprintMatching is true, the min number of tokens for partial Ngrams in Fingerprint

    Definition Classes
    ChunkMapperFuzzyMatchingParams
  120. def msgHelper(schema: StructType): String
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  121. def multiGet(map: Map[String, Map[String, Array[String]]], keys: Stream[(Double, String)]): Option[(Double, Map[String, Array[String]])]
    Definition Classes
    ChunkMapperModel
  122. val multivaluesRelations: BooleanParam
    Definition Classes
    ChunkMapperModel
  123. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  124. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  125. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  126. def onWrite(path: String, spark: SparkSession): Unit
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesWritable
  127. val optionalInputAnnotatorTypes: Array[String]
    Definition Classes
    HasInputAnnotationCols
  128. val outputAnnotatorType: AnnotatorType
    Definition Classes
    ChunkMapperModel → HasOutputAnnotatorType
  129. final val outputCol: Param[String]
    Attributes
    protected
    Definition Classes
    HasOutputAnnotationCol
  130. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  131. var parent: Estimator[nlp.annotators.chunker.ChunkMapperModel]
    Definition Classes
    Model
  132. lazy val realizedFilledDistancesAndThresholds: Array[(String, Double)]
  133. val rels: StringArrayParam
    Definition Classes
    ChunkMapperModel
  134. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  135. def set[T](feature: StructFeature[T], value: T): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  136. def set[K, V](feature: MapFeature[K, V], value: Map[K, V]): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  137. def set[T](feature: SetFeature[T], value: Set[T]): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  138. def set[T](feature: ArrayFeature[T], value: Array[T]): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  139. final def set(paramPair: ParamPair[_]): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  140. final def set(param: String, value: Any): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  141. final def set[T](param: Param[T], value: T): ChunkMapperModel.this.type
    Definition Classes
    Params
  142. def setAllowMultiTokenChunk(lc: Boolean): ChunkMapperModel.this.type
    Definition Classes
    ChunkMapperModel
  143. def setDefault[T](feature: StructFeature[T], value: () ⇒ T): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  144. def setDefault[K, V](feature: MapFeature[K, V], value: () ⇒ Map[K, V]): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  145. def setDefault[T](feature: SetFeature[T], value: () ⇒ Set[T]): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  146. def setDefault[T](feature: ArrayFeature[T], value: () ⇒ Array[T]): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  147. final def setDefault(paramPairs: ParamPair[_]*): ChunkMapperModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  148. final def setDefault[T](param: Param[T], value: T): ChunkMapperModel.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  149. def setDictionary(m: Map[String, Map[String, Array[String]]]): ChunkMapperModel.this.type
    Definition Classes
    ChunkMapperModel
  150. def setDoExceptionHandling(value: Boolean): ChunkMapperModel.this.type

    If true, exceptions are handled.

    If true, exceptions are handled. If exception causing data is passed to the model, a error annotation is emitted which has the exception message. Processing continues with the next one. This comes with a performance penalty.

    Definition Classes
    HandleExceptionParams
  151. def setEnableCharFingerprintMatching(value: Boolean): ChunkMapperModel.this.type
  152. def setEnableFuzzyMatching(value: Boolean): ChunkMapperModel.this.type
  153. def setEnableTokenFingerprintMatching(value: Boolean): ChunkMapperModel.this.type
  154. def setExtraInputCols(value: Array[String]): ChunkMapperModel.this.type
    Definition Classes
    HasInputAnnotationCols
  155. def setFuzzyDistanceScalingMode(value: String): ChunkMapperModel.this.type
  156. def setFuzzyMatchingDistanceThresholds(value: Double): ChunkMapperModel.this.type
  157. def setFuzzyMatchingDistanceThresholds(value: Array[Double]): ChunkMapperModel.this.type
  158. def setFuzzyMatchingDistances(value: Array[String]): ChunkMapperModel.this.type
  159. final def setInputCols(value: String*): ChunkMapperModel.this.type
    Definition Classes
    HasInputAnnotationCols
  160. def setInputCols(value: Array[String]): ChunkMapperModel.this.type
    Definition Classes
    HasInputAnnotationCols
  161. def setLazyAnnotator(value: Boolean): ChunkMapperModel.this.type
    Definition Classes
    CanBeLazy
  162. def setLowerCase(lc: Boolean): ChunkMapperModel.this.type
  163. def setMaxCharNgramFingerprint(value: Int): ChunkMapperModel.this.type
  164. def setMaxTokenNgramDroppingCharsRatio(value: Double): ChunkMapperModel.this.type
  165. def setMaxTokenNgramDroppingOperator(value: String): ChunkMapperModel.this.type
  166. def setMaxTokenNgramDroppingTokens(value: Int): ChunkMapperModel.this.type
  167. def setMaxTokenNgramFingerprint(value: Int): ChunkMapperModel.this.type
  168. def setMinCharNgramFingerprint(value: Int): ChunkMapperModel.this.type
  169. def setMinTokenNgramFingerprint(value: Int): ChunkMapperModel.this.type
  170. def setMultivaluesRelations(lc: Boolean): ChunkMapperModel.this.type
    Definition Classes
    ChunkMapperModel
  171. final def setOutputCol(value: String): ChunkMapperModel.this.type
    Definition Classes
    HasOutputAnnotationCol
  172. def setParent(parent: Estimator[nlp.annotators.chunker.ChunkMapperModel]): nlp.annotators.chunker.ChunkMapperModel
    Definition Classes
    Model
  173. def setRels(value: Array[String]): ChunkMapperModel.this.type
    Definition Classes
    ChunkMapperModel
  174. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  175. lazy val toLowercase: (String) ⇒ String
  176. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  177. final def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    AnnotatorModel → Transformer
  178. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  179. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  180. final def transformSchema(schema: StructType): StructType
    Definition Classes
    RawAnnotator → PipelineStage
  181. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  182. val uid: String
    Definition Classes
    ChunkMapperModelChunkMapperModel → Identifiable
  183. def validate(schema: StructType): Boolean
    Attributes
    protected
    Definition Classes
    RawAnnotator
  184. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  185. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  186. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  187. def wrapColumnMetadata(col: Column): Column
    Attributes
    protected
    Definition Classes
    RawAnnotator
  188. def write: MLWriter
    Definition Classes
    ParamsAndFeaturesWritable → DefaultParamsWritable → MLWritable

Deprecated Value Members

  1. val rel: Param[String]
    Definition Classes
    ChunkMapperModel
    Annotations
    @deprecated
    Deprecated
  2. def setRel(value: String): ChunkMapperModel.this.type
    Definition Classes
    ChunkMapperModel
    Annotations
    @deprecated
    Deprecated

    Use 'setRels' method instead of 'setRel' method

Inherited from HandleExceptionParams

Inherited from CheckLicense

Inherited from HasSimpleAnnotate[nlp.annotators.chunker.ChunkMapperModel]

Inherited from AnnotatorModel[nlp.annotators.chunker.ChunkMapperModel]

Inherited from CanBeLazy

Inherited from RawAnnotator[nlp.annotators.chunker.ChunkMapperModel]

Inherited from HasOutputAnnotationCol

Inherited from HasInputAnnotationCols

Inherited from HasOutputAnnotatorType

Inherited from ParamsAndFeaturesWritable

Inherited from HasFeatures

Inherited from DefaultParamsWritable

Inherited from MLWritable

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

param

setParam

Ungrouped