Package

com.johnsnowlabs.nlp.annotators.ld

dl

Permalink

package dl

Visibility
  1. Public
  2. All

Type Members

  1. class LanguageDetectorDL extends AnnotatorModel[LanguageDetectorDL] with HasSimpleAnnotate[LanguageDetectorDL] with WriteTensorflowModel

    Permalink

    Language Identification and Detection by using CNNs and RNNs architectures in TensowrFlow LanguageDetectorDL is an annotator that detects the language of documents or sentences depending on the inputCols

    Language Identification and Detection by using CNNs and RNNs architectures in TensowrFlow LanguageDetectorDL is an annotator that detects the language of documents or sentences depending on the inputCols

    The models are trained on large datasets such as Wikipedia and Tatoeba The output is a language code in Wiki Code style: https://en.wikipedia.org/wiki/List_of_Wikipedias

  2. trait ReadLanguageDetectorDLTensorflowModel extends ReadTensorflowModel

    Permalink
  3. trait ReadablePretrainedLanguageDetectorDLModel extends ParamsAndFeaturesReadable[LanguageDetectorDL] with HasPretrained[LanguageDetectorDL]

    Permalink

Ungrouped