mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-30 15:34:01 +03:00
24 lines
275 B
C++
24 lines
275 B
C++
/*
|
|
* PhraseImpl.cpp
|
|
*
|
|
* Created on: 23 Oct 2015
|
|
* Author: hieu
|
|
*/
|
|
#include <boost/functional/hash.hpp>
|
|
#include "Phrase.h"
|
|
#include "Word.h"
|
|
#include "MemPool.h"
|
|
#include "Scores.h"
|
|
#include "System.h"
|
|
|
|
using namespace std;
|
|
|
|
namespace Moses2
|
|
{
|
|
|
|
|
|
|
|
|
|
} // namespace
|
|
|