Trait

com.johnsnowlabs.nlp

HasMultipleInputAnnotationCols

Related Doc: package nlp

Permalink

trait HasMultipleInputAnnotationCols extends HasInputAnnotationCols

Trait used to create annotators with input columns of variable length.

Linear Supertypes
HasInputAnnotationCols, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasMultipleInputAnnotationCols
  2. HasInputAnnotationCols
  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

    Permalink
    Definition Classes
    Params
  2. abstract val inputAnnotatorType: String

    Permalink

    Annotator reference id.

    Annotator reference id. The Annotator type is the same for any of the input columns

  3. abstract val uid: String

    Permalink
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def checkSchema(schema: StructType, inputAnnotatorType: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  7. final def clear(param: Param[_]): HasMultipleInputAnnotationCols.this.type

    Permalink
    Definition Classes
    Params
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  10. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  14. def explainParams(): String

    Permalink
    Definition Classes
    Params
  15. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  16. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  21. def getInputCols: Array[String]

    Permalink

    returns

    input annotations columns currently used

    Definition Classes
    HasInputAnnotationCols
  22. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  23. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  24. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  25. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. lazy val inputAnnotatorTypes: Array[String]

    Permalink

    Annotator reference id.

    Annotator reference id. Used to identify elements in metadata or to refer to this annotator type

    Definition Classes
    HasMultipleInputAnnotationColsHasInputAnnotationCols
  28. final val inputCols: StringArrayParam

    Permalink

    columns that contain annotations necessary to run this annotator AnnotatorType is used both as input and output columns if not specified

    columns that contain annotations necessary to run this annotator AnnotatorType is used both as input and output columns if not specified

    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  29. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  32. def msgHelper(schema: StructType): String

    Permalink
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. val optionalInputAnnotatorTypes: Array[String]

    Permalink
    Definition Classes
    HasInputAnnotationCols
  37. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  38. final def set(paramPair: ParamPair[_]): HasMultipleInputAnnotationCols.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  39. final def set(param: String, value: Any): HasMultipleInputAnnotationCols.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  40. final def set[T](param: Param[T], value: T): HasMultipleInputAnnotationCols.this.type

    Permalink
    Definition Classes
    Params
  41. final def setDefault(paramPairs: ParamPair[_]*): HasMultipleInputAnnotationCols.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  42. final def setDefault[T](param: Param[T], value: T): HasMultipleInputAnnotationCols.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  43. def setInputCols(value: Array[String]): HasMultipleInputAnnotationCols.this.type

    Permalink

    Columns that contain annotations necessary to run this annotator AnnotatorType is the same for all input columns in that annotator.

    Columns that contain annotations necessary to run this annotator AnnotatorType is the same for all input columns in that annotator.

    Definition Classes
    HasMultipleInputAnnotationColsHasInputAnnotationCols
  44. final def setInputCols(value: String*): HasMultipleInputAnnotationCols.this.type

    Permalink
    Definition Classes
    HasInputAnnotationCols
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HasInputAnnotationCols

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped