From e4302b6af590bb61bc7034f47f4e3256911cded8 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 23 Jun 2011 13:41:50 +0800 Subject: refine comments --- utils/training/gen_k_mixture_model.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/training/gen_k_mixture_model.cpp b/utils/training/gen_k_mixture_model.cpp index 3e83945..e09abe2 100644 --- a/utils/training/gen_k_mixture_model.cpp +++ b/utils/training/gen_k_mixture_model.cpp @@ -25,11 +25,12 @@ #include #include "k_mixture_model.h" +/* Hash token of Hash token of word count. */ typedef GHashTable * HashofDocument; typedef GHashTable * HashofSecondWord; + typedef GHashTable * HashofUnigram; -/* Hash token of Hash token of word count. */ static guint32 g_maximum_occurs = 20; static parameter_t g_maximum_increase_rates = 3.; static bool g_train_pi_gram = true; -- cgit