summaryrefslogtreecommitdiffstats
path: root/src/include/novel_types.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-08-18 14:22:00 +0800
committerPeng Wu <alexepico@gmail.com>2010-08-18 14:22:00 +0800
commitce8b4cf9be402e42cc8f8abd55daef2aee7e7cf6 (patch)
tree3b2b4aca3716ba9891a9c2ee7801afd496af2523 /src/include/novel_types.h
parentac7b8fa13887e0e663b515f40e4cbc7b2c2b9661 (diff)
downloadlibpinyin-ce8b4cf9be402e42cc8f8abd55daef2aee7e7cf6.tar.gz
libpinyin-ce8b4cf9be402e42cc8f8abd55daef2aee7e7cf6.tar.xz
libpinyin-ce8b4cf9be402e42cc8f8abd55daef2aee7e7cf6.zip
add function retrieve_all.
Diffstat (limited to 'src/include/novel_types.h')
-rwxr-xr-xsrc/include/novel_types.h2
1 files changed, 1 insertions, 1 deletions
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) */
};