diff options
Diffstat (limited to 'src/include')
-rwxr-xr-x | src/include/novel_types.h | 2 |
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) */ }; |