summaryrefslogtreecommitdiff
path: root/klm/lm/config.hh
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2011-11-13 12:26:23 +0100
committerPatrick Simianer <p@simianer.de>2011-11-13 12:26:23 +0100
commiteffc9bfc40a0559ce36a155daa15e0dc53e93b75 (patch)
tree768a29ebad48089e3445c515d47f49c942f09124 /klm/lm/config.hh
parented8ca37550910a540e755ada119e814f13eeef03 (diff)
parenta5592c9ab0266dbf4993e42e82e5a113316990ad (diff)
merge upstream/master
Diffstat (limited to 'klm/lm/config.hh')
-rw-r--r--klm/lm/config.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/klm/lm/config.hh b/klm/lm/config.hh
index 227b8512..8564661b 100644
--- a/klm/lm/config.hh
+++ b/klm/lm/config.hh
@@ -8,10 +8,12 @@
/* Configuration for ngram model. Separate header to reduce pollution. */
-namespace lm { namespace ngram {
-
+namespace lm {
+
class EnumerateVocab;
+namespace ngram {
+
struct Config {
// EFFECTIVE FOR BOTH ARPA AND BINARY READS