t

com.johnsnowlabs.nlp.annotators.deid

MappingsColumnModel

trait MappingsColumnModel extends MappingsColumnParams

Self Type
MappingsColumnModel with AnnotatorModel[_]
Linear Supertypes
MappingsColumnParams, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. MappingsColumnModel
  2. MappingsColumnParams
  3. Params
  4. Serializable
  5. Serializable
  6. Identifiable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract val uid: String
    Definition Classes
    Identifiable

Concrete 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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def afterAnnotate(dataset: DataFrame): DataFrame
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def clear(param: Param[_]): MappingsColumnModel.this
    Definition Classes
    Params
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  10. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  11. def displaceMappings(annotation: Annotation, offset: Int, spacesLength: Int): Annotation
    Attributes
    protected
  12. def displaceMappings(annotation: Annotation, offset: Int): Annotation
    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  16. def explainParams(): String
    Definition Classes
    Params
  17. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  18. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  23. def getMappingsColumn: String

    Gets mappingsColumn param

    Gets mappingsColumn param

    Definition Classes
    MappingsColumnParams
  24. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  25. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  26. def getReturnEntityMappings: Boolean
    Definition Classes
    MappingsColumnParams
  27. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  28. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  33. val mappingsColumn: Param[String]

    This is the mapping column that will return the Annotations chunks with the fake entities.

    This is the mapping column that will return the Annotations chunks with the fake entities. You can change the name of the column with this property. Default is 'aux'.

    Definition Classes
    MappingsColumnParams
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  38. val returnEntityMappings: BooleanParam

    With this property, you can enable to return mapping column that contains the fake entities.

    With this property, you can enable to return mapping column that contains the fake entities.

    Definition Classes
    MappingsColumnParams
  39. final def set(paramPair: ParamPair[_]): MappingsColumnModel.this
    Attributes
    protected
    Definition Classes
    Params
  40. final def set(param: String, value: Any): MappingsColumnModel.this
    Attributes
    protected
    Definition Classes
    Params
  41. final def set[T](param: Param[T], value: T): MappingsColumnModel.this
    Definition Classes
    Params
  42. final def setDefault(paramPairs: ParamPair[_]*): MappingsColumnModel.this
    Attributes
    protected
    Definition Classes
    Params
  43. final def setDefault[T](param: Param[T], value: T): MappingsColumnModel.this
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  44. def setMappingsColumn(s: String): MappingsColumnModel.this

    This is the mapping column that will return the Annotations chunks with the fake entities.

    This is the mapping column that will return the Annotations chunks with the fake entities. You can change the name of the column with this property. Default is 'aux'.

    Definition Classes
    MappingsColumnParams
  45. def setReturnEntityMappings(s: Boolean): MappingsColumnModel.this

    With this property, you can enable to return mapping column that contains the fake entities.

    With this property, you can enable to return mapping column that contains the fake entities.

    Definition Classes
    MappingsColumnParams
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from MappingsColumnParams

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped