summaryrefslogtreecommitdiff
path: root/klm/lm/model.cc
diff options
context:
space:
mode:
authorKenneth Heafield <kenlm@kheafield.com>2011-09-24 07:58:58 -0400
committerKenneth Heafield <kenlm@kheafield.com>2011-09-24 07:58:58 -0400
commit2e5720a8e7141a75ae549c6be74f50bd18068ef1 (patch)
tree4cb3c144d5958143523f74300f184a039c67336a /klm/lm/model.cc
parentd71c74f3924e6c207f3ebfab470b9a30e2551dde (diff)
Belated documentation
Diffstat (limited to 'klm/lm/model.cc')
-rw-r--r--klm/lm/model.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/klm/lm/model.cc b/klm/lm/model.cc
index ca581d8a..25f1ab7c 100644
--- a/klm/lm/model.cc
+++ b/klm/lm/model.cc
@@ -14,11 +14,6 @@
namespace lm {
namespace ngram {
-
-size_t hash_value(const State &state) {
- return util::MurmurHashNative(state.words, sizeof(WordIndex) * state.length);
-}
-
namespace detail {
template <class Search, class VocabularyT> const ModelType GenericModel<Search, VocabularyT>::kModelType = Search::kModelType;