Uses of Class
net.thexcoders.aladin_bot_backend.nlp_models.categorizer.Categorizer.Language
-
Packages that use Categorizer.Language Package Description net.thexcoders.aladin_bot_backend.converters net.thexcoders.aladin_bot_backend.nlp_models net.thexcoders.aladin_bot_backend.nlp_models.categorizer -
-
Uses of Categorizer.Language in net.thexcoders.aladin_bot_backend.converters
Methods in net.thexcoders.aladin_bot_backend.converters that return Categorizer.Language Modifier and Type Method Description static Categorizer.LanguageLangConverter. codeToLangConverter(int code)Converting the Language from code toCategorizer.Language -
Uses of Categorizer.Language in net.thexcoders.aladin_bot_backend.nlp_models
Constructors in net.thexcoders.aladin_bot_backend.nlp_models with parameters of type Categorizer.Language Constructor Description ModelsOrchestrerImpl(Categorizer.Language lang) -
Uses of Categorizer.Language in net.thexcoders.aladin_bot_backend.nlp_models.categorizer
Methods in net.thexcoders.aladin_bot_backend.nlp_models.categorizer that return Categorizer.Language Modifier and Type Method Description static Categorizer.LanguageCategorizer.Language. valueOf(String name)Returns the enum constant of this type with the specified name.static Categorizer.Language[]Categorizer.Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.thexcoders.aladin_bot_backend.nlp_models.categorizer with parameters of type Categorizer.Language Modifier and Type Method Description CategorizerImpl.CategoryResultCategorizer. getCategory(String[] tokens, Categorizer.Language lang, String sentence)this method is used to get the category of the tokenized sentence using theTokenizerclass.CategorizerImpl.CategoryResultCategorizerImpl. getCategory(String[] tokens, Categorizer.Language lang, String sentence)
-