#include "gflags/gflags.h"
#include "glog/logging.h"
#include "WordIndexDictionary.h"
Functions | |
DEFINE_string (dumpprefix,"specify","The dump of the dictionary to be used instead of creating afresh") | |
DEFINE_int32 (dictionaries,-1,"The number of dictionaries present") | |
DEFINE_string (outputprefix,"lda","A prefix that will be used with all files output by the program") | |
int | main (int argc, char *argv[]) |
DEFINE_int32 | ( | dictionaries | , | |
- | 1, | |||
"The number of dictionaries present" | ||||
) |
DEFINE_string | ( | outputprefix | , | |
"lda" | , | |||
"A prefix that will be used with all files output by the program" | ||||
) |
DEFINE_string | ( | dumpprefix | , | |
"specify" | , | |||
"The dump of the dictionary to be used instead of creating afresh" | ||||
) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |