Class TokenizerImplFra
- java.lang.Object
-
- net.thexcoders.aladin_bot_backend.nlp_models.NLPModel
-
- net.thexcoders.aladin_bot_backend.nlp_models.tokenizer.TokenizerImplFra
-
- All Implemented Interfaces:
Tokenizer
public class TokenizerImplFra extends NLPModel implements Tokenizer
The Tokenizer splits each sentence into an array of tokens that will be used to get the associated Category It is highly linked toCategorizer
-
-
Constructor Summary
Constructors Constructor Description TokenizerImplFra()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]tokenize(String input)-
Methods inherited from class net.thexcoders.aladin_bot_backend.nlp_models.NLPModel
fileExists, generateFile
-
-