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-06-16 00:44:45 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-16 00:44:45 +0400
commit6096f2174097df4ea93495038a0320c95bbcf0a9 (patch)
treed425bccd42cac963281b0c2714f2101da971a2c8 /OnDiskPt/PhraseNode.h
parent137d35162121dd6ee5970d989352013b79727625 (diff)
factors in chart decoding runs. But target factor model has incorrect LM score
Diffstat (limited to 'OnDiskPt/PhraseNode.h')
-rw-r--r--OnDiskPt/PhraseNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OnDiskPt/PhraseNode.h b/OnDiskPt/PhraseNode.h
index 279ca278a..9b2c76536 100644
--- a/OnDiskPt/PhraseNode.h
+++ b/OnDiskPt/PhraseNode.h
@@ -51,7 +51,7 @@ protected:
void AddTargetPhrase(size_t pos, const SourcePhrase &sourcePhrase
, TargetPhrase *targetPhrase, OnDiskWrapper &onDiskWrapper
, size_t tableLimit, const std::vector<float> &counts);
- size_t ReadChild(Word &wordFound, UINT64 &childFilePos, const char *mem, size_t numFactors) const;
+ size_t ReadChild(Word &wordFound, UINT64 &childFilePos, const char *mem) const;
void GetChild(Word &wordFound, UINT64 &childFilePos, size_t ind, OnDiskWrapper &onDiskWrapper) const;
public: