Uses of Interface
net.thexcoders.aladin_bot_backend.nlp_models.tokenizer.Tokenizer
-
Packages that use Tokenizer Package Description net.thexcoders.aladin_bot_backend.nlp_models.tokenizer -
-
Uses of Tokenizer in net.thexcoders.aladin_bot_backend.nlp_models.tokenizer
Classes in net.thexcoders.aladin_bot_backend.nlp_models.tokenizer that implement 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
-