Uses of Class
net.thexcoders.aladin_bot_backend.nlp_models.NLPModel
-
-
Uses of NLPModel in net.thexcoders.aladin_bot_backend.nlp_models.categorizer
Subclasses of NLPModel in net.thexcoders.aladin_bot_backend.nlp_models.categorizer Modifier and Type Class Description classCategorizerImpl -
Uses of NLPModel in net.thexcoders.aladin_bot_backend.nlp_models.language
Subclasses of NLPModel in net.thexcoders.aladin_bot_backend.nlp_models.language Modifier and Type Class Description classLangDetectorImplThis class is used to determine the language in which the user is communicating. -
Uses of NLPModel in net.thexcoders.aladin_bot_backend.nlp_models.sentence
Subclasses of NLPModel in net.thexcoders.aladin_bot_backend.nlp_models.sentence Modifier and Type Class Description classSentenceDetectorImplEngclassSentenceDetectorImplFra -
Uses of NLPModel in net.thexcoders.aladin_bot_backend.nlp_models.tokenizer
Subclasses of NLPModel in net.thexcoders.aladin_bot_backend.nlp_models.tokenizer Modifier and Type Class Description classTokenizerImplEngThe Tokenizer splits each sentence into an array of tokens that will be used to get the associated Category It is highly linked toCategorizerclassTokenizerImplFraThe Tokenizer splits each sentence into an array of tokens that will be used to get the associated Category It is highly linked toCategorizer
-