mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-04 01:45:52 +03:00
6 lines
98 B
C++
6 lines
98 B
C++
#pragma once
|
|
|
|
#include "manual-label.h"
|
|
|
|
void LabelDeEn(const Phrase &source, std::ostream &out);
|