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/misc
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2015-11-12 03:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-11-12 03:00:40 +0300
commitdad1bd6127115cda89158c4c8fcf35cc4451218c (patch)
tree8dc4f64231ee71dbbce0e595093b33b20e0c21de /misc
parent858a509d53a9bb990e3a33bd968d2e721b34572c (diff)
daily automatic beautifier
Diffstat (limited to 'misc')
-rw-r--r--misc/queryLexicalTable.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/queryLexicalTable.cpp b/misc/queryLexicalTable.cpp
index 09c4e4b7d..b23718720 100644
--- a/misc/queryLexicalTable.cpp
+++ b/misc/queryLexicalTable.cpp
@@ -110,11 +110,11 @@ int main(int argc, char** argv)
std::cerr << "Caching for f\n";
table->InitializeForInputPhrase(f);
}
-
+
std::cerr << "Querying: "
- << "f='" << f.GetStringRep(f_mask) <<"' "
- << "e='" << e.GetStringRep(e_mask) << "' "
- << "c='" << c.GetStringRep(c_mask) << "'\n";
+ << "f='" << f.GetStringRep(f_mask) <<"' "
+ << "e='" << e.GetStringRep(e_mask) << "' "
+ << "c='" << c.GetStringRep(c_mask) << "'\n";
std::cerr << table->GetScore(f,e,c) << "\n";
//table->DbgDump(&std::cerr);
delete table;