#include <base_htmltext.h>
Encapsulates an HTML text object.
Definition at line 23 of file base_htmltext.h.
|
static HtmlText | create (const DcaInstance &aDcaInstance, const std::string &htmlContent) |
| Creates an HTML text object, used as an input parameter for text classification. More...
|
|
◆ create()
static HtmlText dca::HtmlText::create |
( |
const DcaInstance & |
aDcaInstance, |
|
|
const std::string & |
htmlContent |
|
) |
| |
|
static |
Creates an HTML text object, used as an input parameter for text classification.
- Parameters
-
[in] | aDcaInstance | A previously initialized DcaInstance object |
[in] | htmlContent | The contents of a complete HTML document |
- Returns
- An HtmlText object initialized with given htmlContent.
- Exceptions
-
- See also
- Text Classification
The documentation for this class was generated from the following file: