#include <iostream>#include "cmd.h"#include "mfstream.h"#include "mempool.h"#include "dictionary.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 32 of file dict.cpp.
References dictionary::BoS(), mfstream::close(), CMDBOOLTYPE, CMDFLOATTYPE, CMDINTTYPE, CMDMSG, CMDSTRINGTYPE, count, DeclareParams(), dictionary::encode(), dictionary::EoS(), dictionary::freq(), GetParams(), NULL, dictionary::print_curve(), dictionary::save(), dictionary::size(), dictionary::sort(), dictionary::test(), and usage().

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

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

1.5.9