mosesdecoder/contrib/other-builds/moses2/InputPathsBase.cpp

21 lines
210 B
C++
Raw Normal View History

2015-10-24 01:19:31 +03:00
/*
* InputPaths.cpp
*
* Created on: 23 Oct 2015
* Author: hieu
*/
2015-10-24 04:02:50 +03:00
#include <iostream>
2016-03-01 00:55:47 +03:00
#include "InputPathsBase.h"
2015-10-24 01:19:31 +03:00
2015-10-24 04:02:50 +03:00
using namespace std;
2015-12-10 23:49:30 +03:00
namespace Moses2
{
2016-02-29 23:58:17 +03:00
InputPathsBase::~InputPathsBase()
2016-02-09 19:34:56 +03:00
{
}
2015-12-10 23:49:30 +03:00
}