SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules 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 }
virtual void set_text(SGVector< char > txt)
Definition: Tokenizer.cpp:17
SGVector< char > text
Definition: Tokenizer.h:73
Class SGObject is the base class of all shogun objects.
Definition: SGObject.h:112
The class CTokenizer acts as a base class in order to implement tokenizers. Sub-classes must implemen...
Definition: Tokenizer.h:29
all of classes and functions are contained in the shogun namespace
Definition: class_list.h:18
#define SG_ADD(...)
Definition: SGObject.h:81

SHOGUN Machine Learning Toolbox - Documentation