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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-12-11 03:00:33 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-11 03:00:33 +0300
commit739165c2b05dd3a423fedc6d14afcbf5ffe302e2 (patch)
treef373342ee1eacbd501e9ad52928c7cb1837c707d /moses/ChartParser.h
parenta95060579512ef7c27bad7aac28897d54a5e3de9 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/ChartParser.h')
-rw-r--r--moses/ChartParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/ChartParser.h b/moses/ChartParser.h
index 3229e296b..b9d756abb 100644
--- a/moses/ChartParser.h
+++ b/moses/ChartParser.h
@@ -57,7 +57,7 @@ public:
private:
std::vector<Phrase*> m_unksrcs;
std::list<TargetPhraseCollection::shared_ptr> m_cacheTargetPhraseCollection;
- AllOptions::ptr const& options() const;
+ AllOptions::ptr const& options() const;
};
class ChartParser
@@ -79,7 +79,7 @@ public:
return m_unknown.GetUnknownSources();
}
- AllOptions::ptr const& options() const;
+ AllOptions::ptr const& options() const;
private:
ChartParserUnknown m_unknown;