mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-09 04:56:57 +03:00
20 lines
186 B
C++
20 lines
186 B
C++
|
/*
|
||
|
* Sentence.cpp
|
||
|
*
|
||
|
* Created on: 14 Dec 2015
|
||
|
* Author: hieu
|
||
|
*/
|
||
|
|
||
|
#include "Sentence.h"
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
namespace Moses2
|
||
|
{
|
||
|
namespace SCFG
|
||
|
{
|
||
|
|
||
|
}
|
||
|
} /* namespace Moses2 */
|
||
|
|