package dl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
LanguageDetectorDL extends AnnotatorModel[LanguageDetectorDL] with HasSimpleAnnotate[LanguageDetectorDL] with WriteTensorflowModel
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
- trait ReadLanguageDetectorDLTensorflowModel extends ReadTensorflowModel
- trait ReadablePretrainedLanguageDetectorDLModel extends ParamsAndFeaturesReadable[LanguageDetectorDL] with HasPretrained[LanguageDetectorDL]
Value Members
- object LanguageDetectorDL extends ReadablePretrainedLanguageDetectorDLModel with ReadLanguageDetectorDLTensorflowModel with Serializable