#include <boost/program_options.hpp>#include <boost/program_options/options_description.hpp>#include <boost/program_options/parsers.hpp>#include <boost/program_options/variables_map.hpp>#include <boost/iostreams/device/mapped_file.hpp>#include <iostream>#include <fstream>#include <sstream>#include <iomanip>#include <vector>#include <string>#include <sys/types.h>#include <sys/wait.h>#include "ug_conll_record.h"#include "tpt_tokenindex.h"#include "ug_mm_ttrack.h"#include "tpt_pickler.h"#include "ug_deptree.h"#include "moses/TranslationModel/UG/generic/sorting/VectorIndexSorter.h"#include "ug_im_ttrack.h"#include "ug_bitext.h"Go to the source code of this file.
Typedefs | |
| typedef L2R_Token< SimpleWordId > | L2R |
Functions | |
| int | main () |
| typedef L2R_Token<SimpleWordId> L2R |
Definition at line 36 of file test-dynamic-im-tsa.cc.
1.5.9