#pragma once #include namespace amunmt { class God; class Histories; class Sentences; void TranslationTaskAndOutput(const God &god, std::shared_ptr sentences); std::shared_ptr TranslationTask(const God &god, std::shared_ptr sentences); } // namespace amunmt