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:
Diffstat (limited to 'OnDiskPt/OnDiskWrapper.h')
-rw-r--r--OnDiskPt/OnDiskWrapper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/OnDiskPt/OnDiskWrapper.h b/OnDiskPt/OnDiskWrapper.h
index bf398506c..445357fe2 100644
--- a/OnDiskPt/OnDiskWrapper.h
+++ b/OnDiskPt/OnDiskWrapper.h
@@ -22,7 +22,6 @@
#include <fstream>
#include "Vocab.h"
#include "PhraseNode.h"
-#include "moses/Word.h"
namespace OnDiskPt
{
@@ -107,9 +106,6 @@ public:
uint64_t GetMisc(const std::string &key) const;
- Word *ConvertFromMoses(const std::vector<Moses::FactorType> &factorsVec
- , const Moses::Word &origWord) const;
-
};
}