Interface Tokenizer
-
- All Known Implementing Classes:
TokenizerImplEng,TokenizerImplFra
public interface TokenizerThe Tokenizer splits each sentence into an array of tokens that will be used to get the associated Category It is highly linked toCategorizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]tokenize(String input)
-