#include <stdio.h>#include <cstdlib>#include <stdlib.h>#include "util.h"#include "n_gram.h"#include "dictionary.h"Go to the source code of this file.
Classes | |
| class | lmContainer |
Defines | |
| #define | _IRSTLM_LMUNKNOWN 0 |
| #define | _IRSTLM_LMTABLE 1 |
| #define | _IRSTLM_LMMACRO 2 |
| #define | _IRSTLM_LMCLASS 3 |
| #define | _IRSTLM_LMINTERPOLATION 4 |
Enumerations | |
| enum | OUTFILE_TYPE { BINARY, TEXT, YRANIB, NONE } |
| #define _IRSTLM_LMCLASS 3 |
Definition at line 29 of file lmContainer.h.
Referenced by lmContainer::CreateLanguageModel(), and lmContainer::getLanguageModelType().
| #define _IRSTLM_LMINTERPOLATION 4 |
Definition at line 30 of file lmContainer.h.
Referenced by lmContainer::CreateLanguageModel(), lmContainer::getLanguageModelType(), and main().
| #define _IRSTLM_LMMACRO 2 |
Definition at line 28 of file lmContainer.h.
Referenced by lmContainer::CreateLanguageModel(), and lmContainer::getLanguageModelType().
| #define _IRSTLM_LMTABLE 1 |
Definition at line 27 of file lmContainer.h.
Referenced by lmContainer::CreateLanguageModel(), lmContainer::filter(), and lmContainer::getLanguageModelType().
| #define _IRSTLM_LMUNKNOWN 0 |
| enum OUTFILE_TYPE |
1.5.9