#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 "lmmacro.h"#include "util.h"

Functions | |
| int | parseWords (char *sentence, const char **words, int max) |
| void | error (const char *message) |
| void error | ( | const char * | message | ) | [inline] |
Referenced by lmtable::get(), lmmacro::loadLexicalClasses(), and lmtable::search().

| int parseWords | ( | char * | sentence, | |
| const char ** | words, | |||
| int | max | |||
| ) |
Referenced by lmmacro::loadLexicalClasses(), main(), and parseline().

1.5.9