mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +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);
|
|
|