Package

com.johnsnowlabs.nlp.annotators.classifier

dl

Permalink

package dl

Visibility
  1. Public
  2. All

Type Members

  1. class ClassifierDLApproach extends AnnotatorApproach[ClassifierDLModel] with ParamsAndFeaturesWritable

    Permalink

    ClassifierDL is a generic Multi-class Text Classification.

    ClassifierDL is a generic Multi-class Text Classification. ClassifierDL uses the state-of-the-art Universal Sentence Encoder as an input for text classifications. The ClassifierDL annotator uses a deep learning model (DNNs) we have built inside TensorFlow and supports up to 50 classes

    NOTE: This annotator accepts a label column of a single item in either type of String, Int, Float, or Double.

    NOTE: UniversalSentenceEncoder and SentenceEmbeddings can be used for the inputCol

    See https://github.com/JohnSnowLabs/spark-nlp/blob/master/src/test/scala/com/johnsnowlabs/nlp/annotators/classifier/dl/ClassifierDLTestSpec.scala for further reference on how to use this API

  2. class ClassifierDLModel extends AnnotatorModel[ClassifierDLModel] with WriteTensorflowModel with HasStorageRef with ParamsAndFeaturesWritable

    Permalink

    ClassifierDL is a generic Multi-class Text Classification.

    ClassifierDL is a generic Multi-class Text Classification. ClassifierDL uses the state-of-the-art Universal Sentence Encoder as an input for text classifications. The ClassifierDL annotator uses a deep learning model (DNNs) we have built inside TensorFlow and supports up to 50 classes

    NOTE: This annotator accepts a label column of a single item in either type of String, Int, Float, or Double.

    NOTE: UniversalSentenceEncoder and SentenceEmbeddings can be used for the inputCol

    See https://github.com/JohnSnowLabs/spark-nlp/blob/master/src/test/scala/com/johnsnowlabs/nlp/annotators/classifier/dl/ClassifierDLTestSpec.scala for further reference on how to use this API

  3. trait ReadClassifierDLTensorflowModel extends ReadTensorflowModel

    Permalink
  4. trait ReadSentimentDLTensorflowModel extends ReadTensorflowModel

    Permalink
  5. trait ReadablePretrainedClassifierDL extends ParamsAndFeaturesReadable[ClassifierDLModel] with HasPretrained[ClassifierDLModel]

    Permalink
  6. trait ReadablePretrainedSentimentDL extends ParamsAndFeaturesReadable[SentimentDLModel] with HasPretrained[SentimentDLModel]

    Permalink
  7. class SentimentDLApproach extends AnnotatorApproach[SentimentDLModel] with ParamsAndFeaturesWritable

    Permalink
  8. class SentimentDLModel extends AnnotatorModel[SentimentDLModel] with WriteTensorflowModel with HasStorageRef with ParamsAndFeaturesWritable

    Permalink

Value Members

  1. object ClassifierDLApproach extends DefaultParamsReadable[ClassifierDLApproach] with Serializable

    Permalink
  2. object ClassifierDLModel extends ReadablePretrainedClassifierDL with ReadClassifierDLTensorflowModel with Serializable

    Permalink
  3. object SentimentApproach extends DefaultParamsReadable[SentimentDLApproach]

    Permalink
  4. object SentimentDLModel extends ReadablePretrainedSentimentDL with ReadSentimentDLTensorflowModel with Serializable

    Permalink

Ungrouped