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 <hieuhoang@gmail.com>2013-08-30 20:45:56 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-08-30 20:45:56 +0400
commit769f2fe00c817a47c82cf3cfab6cdc94bfb06949 (patch)
treefd8caed9fff33d1fa52fe17d02235a40d432425d /moses/Phrase.h
parentfe36cbf737ec102356fdb772157c00703bcb7d6c (diff)
start on forced decoding for SCFG
Diffstat (limited to 'moses/Phrase.h')
-rw-r--r--moses/Phrase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/Phrase.h b/moses/Phrase.h
index a913efc69..93aaeff42 100644
--- a/moses/Phrase.h
+++ b/moses/Phrase.h
@@ -148,6 +148,8 @@ public:
m_words.erase(m_words.begin() + pos);
}
+ void InitStartEndWord();
+
//! create new phrase class that is a substring of this phrase
Phrase GetSubString(const WordsRange &wordsRange) const;
Phrase GetSubString(const WordsRange &wordsRange, FactorType factorType) const;