Interface ITokenizer
-
- All Known Implementing Classes:
NGramTokenizer
public interface ITokenizer- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>tokenize(String s, int q)
-