Go to the source code of this file.
Typedefs | |
typedef std::list< std::string > | StringList |
Functions | |
void | time_serge (PhraseHunter::SearchEngine *se, std::string phrase, int iterations=10) |
int | main (int argc, char **argv) |
Variables | |
const StringList | phrases |
typedef std::list<std::string> StringList |
Definition at line 39 of file regexsearch.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 61 of file regexsearch.cpp.
References phrases, PhraseHunter::CorpusManager::searchEngine(), and time_serge().
void time_serge | ( | PhraseHunter::SearchEngine * | se, | |
std::string | phrase, | |||
int | iterations = 10 | |||
) |
Definition at line 45 of file regexsearch.cpp.
References hptimer::elapsed(), and PhraseHunter::SearchEngine::searchPhrasalRegex().
const StringList phrases |