#include <string.h>#include <fstream>#include <vector>#include <string>#include <iostream>#include <cstdlib>#include "InputFileStream.h"#include "OutputFileStream.h"#include "util/tokenize.hh"Go to the source code of this file.
Functions | |
| vector< string > | splitLine (const char *line) |
| bool | getLine (istream &fileP, vector< string > &item) |
| int | main (int argc, char *argv[]) |
| bool getLine | ( | istream & | fileP, | |
| vector< string > & | item | |||
| ) |
Definition at line 54 of file consolidate-direct-main.cpp.
References splitLine().
Referenced by main(), and processFiles().


| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 69 of file consolidate-direct-main.cpp.
References count, getLine(), Moses::OutputFileStream::Open(), prob(), and util::tokenize().

| vector< string > splitLine | ( | const char * | line | ) |
Definition at line 32 of file consolidate-direct-main.cpp.
Referenced by getLine().

1.5.9