Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sapt_phrase_key.h « UG « TranslationModel « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0caf11e43e00e228b45ffc41662b670c0ceda7f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//-*- c++ -*-
#pragma once
#include <stdint.h>

using namespace std;
namespace sapt
{
  using namespace Moses;
  using namespace std;



}