#include <iostream>#include "cmd.h"#include "mfstream.h"#include "mempool.h"#include "htable.h"#include "dictionary.h"#include "n_gram.h"#include "ngramtable.h"#include "doc.h"#include "cplsa.h"Go to the source code of this file.
Functions | |
| void | print_help (int TypeFlag=0) |
| void | usage (const char *msg=0) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 83 of file plsa.cpp.
References dictionary::BoD(), CMDBOOLTYPE, CMDINTTYPE, CMDMSG, CMDSTRINGTYPE, plsa::combineT(), DeclareParams(), dictionary::encode(), dictionary::EoD(), GetParams(), dictionary::incflag(), plsa::loadW(), NULL, dictionary::OOV(), dictionary::oovcode(), doc::open(), doc::save(), plsa::saveW(), plsa::saveWtxt(), dictionary::size(), plsa::train(), and usage().

| void print_help | ( | int | TypeFlag = 0 |
) |
Definition at line 34 of file plsa.cpp.
References FullPrintParams().

| void usage | ( | const char * | msg = 0 |
) |
Definition at line 72 of file plsa.cpp.
References print_help().

1.5.9