mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-01 00:12:27 +03:00
15 lines
178 B
C++
15 lines
178 B
C++
/*
|
|
* TrellisPaths.cpp
|
|
*
|
|
* Created on: 16 Mar 2016
|
|
* Author: hieu
|
|
*/
|
|
#include "TrellisPaths.h"
|
|
#include "legacy/Util2.h"
|
|
|
|
namespace Moses2
|
|
{
|
|
|
|
|
|
} /* namespace Moses2 */
|