summaryrefslogtreecommitdiffstats
path: root/utils/training/gen_unigram.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-10-27 11:28:35 +0800
committerPeng Wu <alexepico@gmail.com>2010-10-27 11:28:35 +0800
commit00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c (patch)
treedeef0fa74bd2e312fe24be93291a5092d785d6ee /utils/training/gen_unigram.cpp
parent62d4d99e5754304a57f53a80ff61061506a0e908 (diff)
downloadlibpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.tar.gz
libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.tar.xz
libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.zip
switch to pinyin.h
Diffstat (limited to 'utils/training/gen_unigram.cpp')
-rw-r--r--utils/training/gen_unigram.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/training/gen_unigram.cpp b/utils/training/gen_unigram.cpp
index 1c70665..1fe7ae0 100644
--- a/utils/training/gen_unigram.cpp
+++ b/utils/training/gen_unigram.cpp
@@ -20,9 +20,7 @@
*/
#include <stdio.h>
-#include "memory_chunk.h"
-#include "novel_types.h"
-#include "phrase_index.h"
+#include "pinyin.h"
//increase all unigram frequency by one.