From ce8b4cf9be402e42cc8f8abd55daef2aee7e7cf6 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 18 Aug 2010 14:22:00 +0800 Subject: add function retrieve_all. --- src/include/novel_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 2d31039..6f33a9e 100755 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -105,7 +105,7 @@ struct BigramPhraseItem{ struct BigramPhraseItemWithCount{ phrase_token_t m_token; - guint32 m_cout; + guint32 m_count; gfloat m_freq; /* P(W2|W1) */ }; -- cgit