Uses of Package
net.thexcoders.aladin_bot_backend.nlp_models.categorizer
-
Classes in net.thexcoders.aladin_bot_backend.nlp_models.categorizer used by net.thexcoders.aladin_bot_backend.converters Class Description Categorizer.Language enumeration class with two valuesCategorizer.Language.ENandCategorizer.Language.FR. -
Classes in net.thexcoders.aladin_bot_backend.nlp_models.categorizer used by net.thexcoders.aladin_bot_backend.models Class Description CategorizerImpl.CategoryResult this inner class is used to store the result of theCategorizerImpl.getCategory(String[], Language, String)method it stores the values to be stored or logged. -
Classes in net.thexcoders.aladin_bot_backend.nlp_models.categorizer used by net.thexcoders.aladin_bot_backend.nlp_models Class Description Categorizer.Language enumeration class with two valuesCategorizer.Language.ENandCategorizer.Language.FR.CategorizerImpl.CategoryResult this inner class is used to store the result of theCategorizerImpl.getCategory(String[], Language, String)method it stores the values to be stored or logged. -
Classes in net.thexcoders.aladin_bot_backend.nlp_models.categorizer used by net.thexcoders.aladin_bot_backend.nlp_models.categorizer Class Description Categorizer Categorizer class aims to recognize the category of the sentence based on the training Model used.Categorizer.Language enumeration class with two valuesCategorizer.Language.ENandCategorizer.Language.FR.CategorizerImpl CategorizerImpl.CategoryResult this inner class is used to store the result of theCategorizerImpl.getCategory(String[], Language, String)method it stores the values to be stored or logged.