strusAnalyzer
0.17
|
Interface providing a mechanism to create complex multi component objects for the document and query analysis in strus. More...
#include <analyzerObjectBuilderInterface.hpp>
Interface providing a mechanism to create complex multi component objects for the document and query analysis in strus.
|
inlinevirtual |
Destructor.
|
pure virtual |
Creates an object for content statistics analyzer.
|
pure virtual |
Creates a document analyzer object.
[in] | segmenter | the document segmenter to use |
[in] | opts | (optional) options for the creation of the segmenter instance |
|
pure virtual |
Creates a document analyzer map object.
|
pure virtual |
Creates a document class detector object.
|
pure virtual |
Creates a POS tagger instance.
[in] | segmenter | the document segmenter to use |
[in] | opts | (optional) options for the creation of the segmenter instance |
|
pure virtual |
Creates a query analyzer object.
|
pure virtual |
Get the analyzer text processor interface.