#include <iostream>#include <fstream>#include <cassert>#include <vector>#include "extract-lex.h"#include "InputFileStream.h"#include "moses/Util.h"Go to the source code of this file.
Namespaces | |
| namespace | MosesTraining |
Functions | |
| void | fix (std::ostream &stream) |
| int | main (int argc, char *argv[]) |
| std::ostream & | MosesTraining::operator<< (std::ostream &out, const WordCount &obj) |
Variables | |
| float | COUNT_INCR = 1 |
| void fix | ( | std::ostream & | stream | ) |
Definition at line 14 of file extract-lex-main.cpp.
Referenced by main().

| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 20 of file extract-lex-main.cpp.
References Moses::InputFileStream::Close(), fix(), and Moses::Tokenize().

| float COUNT_INCR = 1 |
Definition at line 12 of file extract-lex-main.cpp.
1.5.9