sparknlp.internal.annotator_java_ml#

Contains utility classes for annotators.

Module Contents#

Classes#

AnnotatorJavaMLReadable

(Private) Mixin for instances that provide JavaMLReader.

AnnotatorJavaMLReader

(Private) Specialization of MLReader for JavaParams types

class AnnotatorJavaMLReadable[source]#

(Private) Mixin for instances that provide JavaMLReader.

classmethod read()[source]#

Returns an MLReader instance for this class.

class AnnotatorJavaMLReader(clazz: Type[JavaMLReadable[RL]])[source]#

(Private) Specialization of MLReader for JavaParams types