#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <iostream>#include <fstream>#include <stdexcept>#include <cassert>#include "math.h"#include "mempool.h"#include "htable.h"#include "ngramcache.h"#include "dictionary.h"#include "n_gram.h"#include "lmtable.h"#include "lmclass.h"#include "util.h"Go to the source code of this file.
Functions | |
| int | parseWords (char *sentence, const char **words, int max) |
| void | error (const char *message) |
| void error | ( | const char * | message | ) | [inline] |
Definition at line 45 of file lmclass.cpp.
| int parseWords | ( | char * | sentence, | |
| const char ** | words, | |||
| int | max | |||
| ) |
Definition at line 243 of file util.cpp.
Referenced by lmmacro::load(), lmInterpolation::load(), lmclass::load(), main(), and parseline().

1.5.9