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

StoreVocab.cpp « ProbingPT « TranslationModel « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6515bac63d7cd6c8e01a247ffb91421322d5c73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * StoreVocab.cpp
 *
 *  Created on: 15 Jun 2016
 *      Author: hieu
 */
#include <fstream>
#include "StoreVocab.h"

namespace Moses
{

} /* namespace Moses2 */