Raw File
#include "ChartRuleLookupManager.h"
#include "ChartParser.h"

namespace Moses
{
/*
const Sentence &ChartRuleLookupManager::GetSentence() const
{
  return m_parser.GetSentence();
}
*/
}  // namespace Moses

back to top