mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 21:03:22 +03:00
14 lines
143 B
C
14 lines
143 B
C
|
//-*- c++ -*-
|
||
|
#pragma once
|
||
|
#include <stdint.h>
|
||
|
|
||
|
using namespace std;
|
||
|
namespace sapt
|
||
|
{
|
||
|
using namespace Moses;
|
||
|
using namespace std;
|
||
|
|
||
|
|
||
|
|
||
|
}
|