mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
14 lines
206 B
C++
14 lines
206 B
C++
#include "ChartRuleLookupManager.h"
|
|
#include "ChartParser.h"
|
|
|
|
namespace Moses
|
|
{
|
|
/*
|
|
const Sentence &ChartRuleLookupManager::GetSentence() const
|
|
{
|
|
return m_parser.GetSentence();
|
|
}
|
|
*/
|
|
} // namespace Moses
|
|
|