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
commit23fc955f722906ac927df04106c1f0474ba8ca2d (patch)
tree90d1144de4b8b7441173847fcc4a4206f33f08fc /klm/lm/model.cc
parent9b1fbf198b3cee920a76e13f7a21c7fcf0cc5f56 (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;