#include "ug_typedefs.h"#include <stdint.h>#include <vector>#include "moses/FF/LexicalReordering/LRState.h"Go to the source code of this file.
Namespaces | |
| namespace | sapt |
Typedefs | |
| typedef Moses::LRModel | sapt::LRModel |
| typedef Moses::LRModel::ReorderingType | sapt::PhraseOrientation |
Functions | |
| PhraseOrientation | sapt::find_po_fwd (std::vector< std::vector< ushort > > &a1, std::vector< std::vector< ushort > > &a2, size_t b1, size_t e1, size_t b2, size_t e2) |
| PhraseOrientation | sapt::find_po_bwd (std::vector< std::vector< ushort > > &a1, std::vector< std::vector< ushort > > &a2, size_t b1, size_t e1, size_t b2, size_t e2) |
1.5.9