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:
authorLane Schwartz <dowobeha@gmail.com>2013-02-15 22:06:54 +0400
committerLane Schwartz <dowobeha@gmail.com>2013-02-23 01:28:47 +0400
commit774ed64f2e06c39d95f73192754c208d7bb53599 (patch)
treea4dff118a72f7e6260726b40a1fe1f340a8c8e36 /moses/Manager.h
parent5844fb21a758a492b0847ba0939a7856a9a5cb68 (diff)
Work to allow output search graph in HTK standard lattice format
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index dd011bc84..0ae7cd6f1 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -137,6 +137,7 @@ public:
#endif
void OutputSearchGraph(long translationId, std::ostream &outputSearchGraphStream) const;
+ void OutputSearchGraphAsSLF(long translationId, std::ostream &outputSearchGraphStream) const;
void GetSearchGraph(std::vector<SearchGraphNode>& searchGraph) const;
const InputType& GetSource() const {
return m_source;