SHOGUN  v3.2.0
DelimiterTokenizer.h 文件参考

浏览源代码.

class  CDelimiterTokenizer
 The class CDelimiterTokenizer is used to tokenize a SGVector<char> into tokens using custom chars as delimiters. One can set the delimiters to use by setting to 1 the appropriate index of the public field delimiters. Eg. to set as delimiter the character ':', one should do: tokenizer->delimiters[':'] = 1;. 更多...
 

SHOGUN Machine Learning Toolbox - Documentation