ModErn Text Analysis
META Enumerates Textual Applications
Functions
query-runner.cpp File Reference
#include <vector>
#include <string>
#include <iostream>
#include "util/time.h"
#include "corpus/document.h"
#include "index/inverted_index.h"
#include "index/ranker/ranker_factory.h"
#include "parser/analyzers/tree_analyzer.h"
#include "sequence/analyzers/ngram_pos_analyzer.h"

Functions

int main (int argc, char *argv[])
 Demo app to read a file with one query per line and run each query on an inverted index.
 

Detailed Description

Author
Sean Massung