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/kenlm
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-11-14 18:44:00 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-14 18:44:00 +0400
commitcf97e1108d866f133c74082e7dcdb39701a7ff4f (patch)
tree2a7142ca6a6643b5e05bdf714288968a1bb310e1 /kenlm
parent30d669750a917dfe83ed671055b072cfc155501b (diff)
Bring back Hieu's Visual Studio template fix
Diffstat (limited to 'kenlm')
-rw-r--r--kenlm/lm/model.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kenlm/lm/model.hh b/kenlm/lm/model.hh
index 1196a0c48..731d60b7e 100644
--- a/kenlm/lm/model.hh
+++ b/kenlm/lm/model.hh
@@ -137,7 +137,7 @@ template <class Search, class VocabularyT> class GenericModel : public base::Mod
unsigned char &next_use) const;
private:
- friend void LoadLM<>(const char *file, const Config &config, GenericModel<Search, VocabularyT> &to);
+ friend void lm::ngram::LoadLM<>(const char *file, const Config &config, GenericModel<Search, VocabularyT> &to);
static void UpdateConfigFromBinary(int fd, const std::vector<uint64_t> &counts, Config &config);