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:
authorPhil Williams <philip.williams@mac.com>2015-02-02 18:01:59 +0300
committerPhil Williams <philip.williams@mac.com>2015-02-02 18:01:59 +0300
commite177131a2267f372aa52853822f956e9185a3824 (patch)
tree0950f50eb6487b3350b57d35b9ecb3b832e15464 /moses/StaticData.h
parente542986ed5157059d4505d52aecb90c73bb8be74 (diff)
Remove -s2t option (use -search-algorithm=6 instead)
Diffstat (limited to 'moses/StaticData.h')
-rw-r--r--moses/StaticData.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/moses/StaticData.h b/moses/StaticData.h
index cc50fd8a1..193f79aad 100644
--- a/moses/StaticData.h
+++ b/moses/StaticData.h
@@ -207,7 +207,6 @@ protected:
FactorType m_placeHolderFactor;
bool m_useLegacyPT;
bool m_defaultNonTermOnlyForEmptyRange;
- bool m_useS2TDecoder;
S2TParsingAlgorithm m_s2tParsingAlgorithm;
bool m_printNBestTrees;
@@ -783,9 +782,6 @@ public:
return m_defaultNonTermOnlyForEmptyRange;
}
- bool UseS2TDecoder() const {
- return m_useS2TDecoder;
- }
S2TParsingAlgorithm GetS2TParsingAlgorithm() const {
return m_s2tParsingAlgorithm;
}