mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-06 19:49:41 +03:00
18 lines
147 B
C++
18 lines
147 B
C++
/*
|
|
* SubPhrase.cpp
|
|
*
|
|
* Created on: 19 Feb 2016
|
|
* Author: hieu
|
|
*/
|
|
#include "SubPhrase.h"
|
|
|
|
using namespace std;
|
|
|
|
namespace Moses2
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|