mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-05 02:22:21 +03:00
17 lines
148 B
C++
17 lines
148 B
C++
/*
|
|
* PhraseImpl.cpp
|
|
*
|
|
* Created on: 19 Feb 2016
|
|
* Author: hieu
|
|
*/
|
|
#include "PhraseImpl.h"
|
|
|
|
using namespace std;
|
|
|
|
namespace Moses2
|
|
{
|
|
|
|
|
|
}
|
|
|