Package

com.johnsnowlabs.nlp.annotators.ld

dl

Permalink

package dl

Visibility
  1. Public
  2. All

Type Members

  1. class LanguageDetectorDL extends AnnotatorModel[LanguageDetectorDL] with WriteTensorflowModel

    Permalink

    Language Identification by using Deep Neural Network in TensowrFlow and Keras LanguageDetectorDL is an annotator that detects the language of documents or sentenccecs depending on the inputCols

    Language Identification by using Deep Neural Network in TensowrFlow and Keras LanguageDetectorDL is an annotator that detects the language of documents or sentenccecs depending on the inputCols

    The models are trained on large datasets from Wikipedia 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