mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
13 lines
174 B
C
13 lines
174 B
C
|
/*
|
||
|
* Main.h
|
||
|
*
|
||
|
* Created on: 28 Feb 2014
|
||
|
* Author: hieu
|
||
|
*/
|
||
|
#pragma once
|
||
|
|
||
|
#include "OutputFileStream.h"
|
||
|
|
||
|
void CreateGlueGrammar(Moses::OutputFileStream &glueFile);
|
||
|
|