#include <concordia_config.hpp>
Class representing the Concordia configuration.
| ConcordiaConfig::ConcordiaConfig |
( |
const std::string & |
configFilePath | ) |
|
| throw | ( | ConcordiaException |
| ) | | |
|
explicit |
Constructor.
- Parameters
-
| configFilePath | path of the configuration file (see running3 for file specification). |
- Exceptions
-
| ConcordiaConfig::~ConcordiaConfig |
( |
| ) |
|
|
virtual |
| double ConcordiaConfig::getAnubisThreshold |
( |
| ) |
|
|
inline |
Getter for anubis threshold. Anubis search results with scores below that threshold will be discarded.
- Returns
- anubis threshold
| std::string& ConcordiaConfig::getHtmlTagsFilePath |
( |
| ) |
|
|
inline |
| std::string& ConcordiaConfig::getNamedEntitiesFilePath |
( |
| ) |
|
|
inline |
Getter for named entities file path. For more information see Concordia configuration.
- Returns
- named entities file path
| std::string& ConcordiaConfig::getStopWordsFilePath |
( |
| ) |
|
|
inline |
| bool& ConcordiaConfig::isStopWordsEnabled |
( |
| ) |
|
|
inline |
Getter for stop symbols enabled parameter. For more information see Concordia configuration.
- Returns
- true if stop words are enabled
The documentation for this class was generated from the following files:
- /home/rafalj/projects/concordia/concordia/concordia/concordia_config.hpp
- /home/rafalj/projects/concordia/concordia/concordia/concordia_config.cpp