Package

com.johnsnowlabs.nlp.annotators

param

Permalink

package param

Visibility
  1. Public
  2. All

Type Members

  1. class AnnotatorParam[A <: WritableAnnotatorComponent, B <: SerializedAnnotatorComponent[_ <: A]] extends Param[A]

    Permalink

    Structure to guideline a writable non-standard PARAM for any annotator Uses json4s jackson for serialization

    Structure to guideline a writable non-standard PARAM for any annotator Uses json4s jackson for serialization

    A

    Any kind of Writable annotator component (usually a model approach)

    B

    Any kind of serialized figure, of writable type

  2. class ExternalResourceParam extends AnnotatorParam[ExternalResource, SerializedExternalResource]

    Permalink
  3. trait SerializedAnnotatorComponent[T <: WritableAnnotatorComponent] extends AnyRef

    Permalink

    Created by saif on 24/06/17.

  4. trait WritableAnnotatorComponent extends Serializable

    Permalink

    Created by saif on 24/06/17.

Ungrouped