From 931a036dc3cf9e1deafc10e78e94a0ebe3c8004f Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Tue, 25 Jan 2011 22:30:48 +0200 Subject: update kenlm --- klm/lm/vocab.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'klm/lm/vocab.hh') diff --git a/klm/lm/vocab.hh b/klm/lm/vocab.hh index 8c99d797..b584c82f 100644 --- a/klm/lm/vocab.hh +++ b/klm/lm/vocab.hh @@ -65,7 +65,6 @@ class SortedVocabulary : public base::Vocabulary { } } - // Ignores second argument for consistency with probing hash which has a float here. static size_t Size(std::size_t entries, const Config &config); // Everything else is for populating. I'm too lazy to hide and friend these, but you'll only get a const reference anyway. -- cgit v1.2.3