diff options
author | Kenneth Heafield <kenlm@kheafield.com> | 2011-09-24 07:58:58 -0400 |
---|---|---|
committer | Kenneth Heafield <kenlm@kheafield.com> | 2011-09-24 07:58:58 -0400 |
commit | 23fc955f722906ac927df04106c1f0474ba8ca2d (patch) | |
tree | 90d1144de4b8b7441173847fcc4a4206f33f08fc /klm/lm/model.cc | |
parent | 9b1fbf198b3cee920a76e13f7a21c7fcf0cc5f56 (diff) |
Belated documentation
Diffstat (limited to 'klm/lm/model.cc')
-rw-r--r-- | klm/lm/model.cc | 5 |
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; |