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
path: root/moses/FF
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2016-03-24 03:00:47 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2016-03-24 03:00:47 +0300
commitab2be02eefc390a4595ada0a73f38c2c4d2ae251 (patch)
tree94bc31a9b921a64ba563bdd80746770b5c33875c /moses/FF
parent77a0b54960ce3723b08bceb89871bc7e52c59e3e (diff)
daily automatic beautifier
Diffstat (limited to 'moses/FF')
-rw-r--r--moses/FF/OSM-Feature/KenOSM.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/FF/OSM-Feature/KenOSM.h b/moses/FF/OSM-Feature/KenOSM.h
index b5fa66ab9..53268442b 100644
--- a/moses/FF/OSM-Feature/KenOSM.h
+++ b/moses/FF/OSM-Feature/KenOSM.h
@@ -27,10 +27,10 @@ public:
: m_kenlm(file, config) {}
float Score(const lm::ngram::State &in_state,
- StringPiece word,
- lm::ngram::State &out_state) const {
+ StringPiece word,
+ lm::ngram::State &out_state) const {
return m_kenlm.Score(in_state, m_kenlm.GetVocabulary().Index(word),
- out_state);
+ out_state);
}
const lm::ngram::State &BeginSentenceState() const {