Welcome to mirror list, hosted at ThFree Co, Russian Federation.

InputPathsBase.cpp « moses2 « contrib - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcc57a7f7537f143425fef764a4dc02dfcfda05c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * InputPaths.cpp
 *
 *  Created on: 23 Oct 2015
 *      Author: hieu
 */
#include <iostream>
#include "InputPathsBase.h"

using namespace std;

namespace Moses2
{

InputPathsBase::~InputPathsBase()
{
}

}