https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: 6ab2d4d3eb1bcf4e1c76be6a89e69cc288af4c4d authored by Ulrich Germann on 28 July 2015, 19:14:46 UTC
Removed ranking stuff prior to merge with master.
Tip revision: 6ab2d4d
ChartRuleLookupManager.cpp
#include "ChartRuleLookupManager.h"
#include "ChartParser.h"

namespace Moses
{
ChartRuleLookupManager::~ChartRuleLookupManager()
{}
}  // namespace Moses

back to top