mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-05 02:22:21 +03:00
14 lines
144 B
C++
14 lines
144 B
C++
/*
|
|
* Recycler.cpp
|
|
*
|
|
* Created on: 2 Jan 2016
|
|
* Author: hieu
|
|
*/
|
|
|
|
#include "Recycler.h"
|
|
|
|
namespace Moses2 {
|
|
|
|
|
|
} /* namespace Moses2 */
|