Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Bertoldi <bertoldi@fbk.eu>2013-08-14 14:20:51 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2013-08-14 14:20:51 +0400
commit16e4220f17133b93c3a99f4e2cbd8b36690130f7 (patch)
tree2d032968e1ffcfd730bf35b65f9355fafc2d966d /moses/Util.h
parent614d7a0376e5d2cd28ec14d54cc33661bd91d822 (diff)
functions to handle with Document-Level Translation tags
Diffstat (limited to 'moses/Util.h')
-rw-r--r--moses/Util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/Util.h b/moses/Util.h
index 5517598f1..b5031b7a7 100644
--- a/moses/Util.h
+++ b/moses/Util.h
@@ -372,6 +372,9 @@ void ResetUserTime();
void PrintUserTime(const std::string &message);
double GetUserTime();
+// dump SGML parser for <dlt> tags
+std::vector< std::map<std::string, std::string> > ProcessAndStripDLT(std::string &line);
+
// dump SGML parser for <seg> tags
std::map<std::string, std::string> ProcessAndStripSGML(std::string &line);