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:
authorHieu Hoang <hieu@hoang.co.uk>2013-07-30 18:28:20 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-30 18:28:20 +0400
commit231c32fae9bf9c3a0042909405e6c1f1386d2938 (patch)
treef08e0664244205d382d54acb3e8e1938933f8786 /moses/InputPath.h
parent77872f7521d65da38858a2b35ec7803437ec6208 (diff)
create queue of InputPath objects. Starting SCFG parsing with lattices and conf net
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index 9b2099c78..7997cfe5f 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -54,6 +54,8 @@ public:
const WordsRange &GetWordsRange() const {
return m_range;
}
+ const Word &GetLastWord() const;
+
const InputPath *GetPrevNode() const {
return m_prevNode;
}