mosesdecoder/moses/parameters/LookupOptions.h

18 lines
298 B
C
Raw Permalink Normal View History

// -*- 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() {}
};
}