A tool for transforming textual queries to IDs.
Usage: ../../../build/bin/map_queries [OPTIONS]
Options:
-h,--help Print this help message and exit
--tokenizer TEXT:{english,whitespace} [english]
Tokenizer
-H,--html Strip HTML
-F,--token-filters TEXT:{krovetz,lowercase,porter2} ...
Token filters
--stopwords TEXT Path to file containing a list of stop words to filter out
-q,--queries TEXT Path to file with queries
--terms TEXT Term lexicon
--weighted Weights scores by query frequency
--sep TEXT Separator string
--query-id Print query ID at the beginning of each line, separated by a colon
-L,--log-level TEXT:{critical,debug,err,info,off,trace,warn} [info]
Log level
--config Configuration .ini file