src/commons/Formatter/FormatData_flags_define.h File Reference
#include "gflags/gflags.h"
Go to the source code of this file.
Functions |
| DEFINE_int32 (model, 1,"Unigram-1 or some other model") |
| DEFINE_string (corpus,"specify","A text file with space separated fields containing doc-id, category, contents of the doc") |
| DEFINE_string (outputprefix,"lda","A prefix that will be used with all files output by the program") |
| DEFINE_string (dumpfile,"specify","The dump of the dictionary to be used instead of creating afresh") |
Function Documentation
DEFINE_int32 |
( |
model |
, |
|
|
1 |
, |
|
|
"Unigram-1 or some other model" |
| |
|
) |
| | |
DEFINE_string |
( |
dumpfile |
, |
|
|
"specify" |
, |
|
|
"The dump of the dictionary to be used instead of creating afresh" |
| |
|
) |
| | |
DEFINE_string |
( |
outputprefix |
, |
|
|
"lda" |
, |
|
|
"A prefix that will be used with all files output by the program" |
| |
|
) |
| | |
DEFINE_string |
( |
corpus |
, |
|
|
"specify" |
, |
|
|
"A text file with space separated fields containing doc- |
id, |
|
|
category |
, |
|
|
contents of the doc" |
| |
|
) |
| | |