Package net.thexcoders.aladin_bot_backend.nlp_models.categorizer
-
Interface Summary Interface Description Categorizer Categorizer class aims to recognize the category of the sentence based on the training Model used. -
Class Summary Class Description 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.CategoryResultImpl -
Enum Summary Enum Description Categorizer.Language enumeration class with two valuesCategorizer.Language.ENandCategorizer.Language.FR.