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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-11-11 00:44:48 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-11-11 00:44:48 +0300
commit806f888c10ac02eba67454d55aa0880464e4f284 (patch)
tree37127868f28945a81b8a6be0bf8bab0c77841e7b /moses/StaticData.h
parent2ae2aee953011a87ed565ceeecba0f3455b24397 (diff)
Moved placeholder factor variable from StaticData to InputOptions.
Diffstat (limited to 'moses/StaticData.h')
-rw-r--r--moses/StaticData.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/StaticData.h b/moses/StaticData.h
index e39466079..59964c5e6 100644
--- a/moses/StaticData.h
+++ b/moses/StaticData.h
@@ -175,7 +175,7 @@ protected:
std::map< std::string, std::set< std::string > > m_weightSettingIgnoreFF; // feature function
std::map< std::string, std::set< size_t > > m_weightSettingIgnoreDP; // decoding path
- FactorType m_placeHolderFactor;
+ // FactorType m_placeHolderFactor;
bool m_useLegacyPT;
bool m_defaultNonTermOnlyForEmptyRange;
S2TParsingAlgorithm m_s2tParsingAlgorithm;
@@ -664,9 +664,9 @@ public:
std::map<std::string, std::string> OverrideFeatureNames();
void OverrideFeatures();
- FactorType GetPlaceholderFactor() const {
- return m_placeHolderFactor;
- }
+ // FactorType GetPlaceholderFactor() const {
+ // return m_placeHolderFactor;
+ // }
const FeatureRegistry &GetFeatureRegistry() const {
return m_registry;