Structure describing the internal representation of a content statistics library element.
More...
#include <contentStatisticsElementView.hpp>
Structure describing the internal representation of a content statistics library element.
- Note
- The internal representation may not be suitable for reconstructing the object
strus::analyzer::ContentStatisticsElementView::ContentStatisticsElementView |
( |
| ) |
|
|
inline |
strus::analyzer::ContentStatisticsElementView::ContentStatisticsElementView |
( |
const std::string & |
type_, |
|
|
const std::string & |
regex_, |
|
|
int |
priority_, |
|
|
int |
minLen_, |
|
|
int |
maxLen_, |
|
|
const FunctionView & |
tokenizer_, |
|
|
const std::vector< FunctionView > & |
normalizer_ |
|
) |
| |
|
inline |
Constructor.
Constructor
- Parameters
-
[in] | type_ | name of the function |
[in] | regex_ | the segmenter selection expression |
[in] | tokenizer_ | view of tokenizer |
[in] | normalizer_ | list of views of normalizers |
int strus::analyzer::ContentStatisticsElementView::maxLen |
( |
| ) |
const |
|
inline |
int strus::analyzer::ContentStatisticsElementView::minLen |
( |
| ) |
const |
|
inline |
const std::vector<FunctionView>& strus::analyzer::ContentStatisticsElementView::normalizer |
( |
| ) |
const |
|
inline |
Get the list of normalizers.
int strus::analyzer::ContentStatisticsElementView::priority |
( |
| ) |
const |
|
inline |
const std::string& strus::analyzer::ContentStatisticsElementView::regex |
( |
| ) |
const |
|
inline |
Get the segmenter selection expression.
const FunctionView& strus::analyzer::ContentStatisticsElementView::tokenizer |
( |
| ) |
const |
|
inline |
const std::string& strus::analyzer::ContentStatisticsElementView::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: