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 <fishandfrolick@gmail.com>2012-07-10 12:25:00 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-07-10 12:25:00 +0400
commit7d664b745e7036ae2c7745ae1ce9b2e3a9cef55c (patch)
tree3038b43cef91b2f93aeeb98f22f8d9bd30e2ba98 /mert/InterpolatedScorer.h
parent8180181a8923f47eaa407869603500e9f7c32d8f (diff)
Integrate Lexi's LR Score into tuning
Diffstat (limited to 'mert/InterpolatedScorer.h')
-rw-r--r--mert/InterpolatedScorer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mert/InterpolatedScorer.h b/mert/InterpolatedScorer.h
index aba08852c..49c065d27 100644
--- a/mert/InterpolatedScorer.h
+++ b/mert/InterpolatedScorer.h
@@ -46,6 +46,8 @@ public:
virtual void setFilter(const std::string& filterCommand);
+ bool useAlignment() const;
+
protected:
ScopedVector<Scorer> m_scorers;