mosesdecoder/contrib/other-builds/manual-label/DeEn.h
2014-01-15 10:30:31 +00:00

11 lines
202 B
C++

#pragma once
#include <iostream>
#include <vector>
#include <string>
typedef std::vector<std::string> Word;
typedef std::vector<Word> Phrase;
void LabelDeEn(const Phrase &source, std::ostream &out);