SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tokenizer.cpp
Go to the documentation of this file.
1 #include <shogun/lib/Tokenizer.h>
3 
4 namespace shogun
5 {
6 
8 {
9  init();
10 }
11 
13 {
14  text = orig.text;
15 }
16 
18 {
19  text = txt;
20 }
21 
22 void CTokenizer::init()
23 {
24  SG_ADD(&text, "text", "The text", MS_NOT_AVAILABLE)
25 }
26 }

SHOGUN Machine Learning Toolbox - Documentation