diff options
| author | Peng Wu <alexepico@gmail.com> | 2011-05-11 15:54:49 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2011-05-11 15:54:49 +0800 |
| commit | d757c8339b3e7bd747777f3c5fc3b7d7ca49fd1c (patch) | |
| tree | 03884930043b5e38b158ef297c78a381ff6e8c2b /utils | |
| parent | f6db0114debc6928eaaf1b526d8507a5b045ea85 (diff) | |
fixes a typo
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/training/k_mixture_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/training/k_mixture_model.h b/utils/training/k_mixture_model.h index 6b3a75d..6e0d87e 100644 --- a/utils/training/k_mixture_model.h +++ b/utils/training/k_mixture_model.h @@ -135,7 +135,7 @@ typedef struct{ m_n_0 = KMixtureModelMagicHeader.m_N - m_N_n_0; m_N_n_0, the number of documents which contains the word or phrase. (two word phrase) */ - guint m_N_n_0; + guint32 m_N_n_0; guint32 m_n_1; /* maximum instances of the word or phrase (two word phrase) |
