mosesdecoder/moses/parameters/LookupOptions.h
2015-08-07 19:18:24 +01:00

18 lines
298 B
C++

// -*- mode: c++; indent-tabs-mode: nil; tab-width: 2 -*-
#pragma once
#include <string>
#include "moses/Parameter.h"
#include "OptionsBaseClass.h"
namespace Moses
{
struct
LookupOptions : public OptionsBaseClass
{
bool init(Parameter const& param);
ReorderingOptions() {}
};
}