wiki-cased / tools /mosesdecoder /moses2 /InputPathsBase.cpp
Quagmire1's picture
Upload folder using huggingface_hub
41f6dd8 verified
/*
* InputPaths.cpp
*
* Created on: 23 Oct 2015
* Author: hieu
*/
#include <iostream>
#include "InputPathsBase.h"
using namespace std;
namespace Moses2
{
InputPathsBase::~InputPathsBase()
{
}
}