diff options
author | Peng Wu <alexepico@gmail.com> | 2010-10-27 11:28:35 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2010-10-27 11:28:35 +0800 |
commit | 00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c (patch) | |
tree | deef0fa74bd2e312fe24be93291a5092d785d6ee /utils/training/estimate_interpolation.cpp | |
parent | 62d4d99e5754304a57f53a80ff61061506a0e908 (diff) | |
download | libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.tar.gz libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.tar.xz libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.zip |
switch to pinyin.h
Diffstat (limited to 'utils/training/estimate_interpolation.cpp')
-rw-r--r-- | utils/training/estimate_interpolation.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/training/estimate_interpolation.cpp b/utils/training/estimate_interpolation.cpp index aaae17b..60e689b 100644 --- a/utils/training/estimate_interpolation.cpp +++ b/utils/training/estimate_interpolation.cpp @@ -25,10 +25,7 @@ #include <locale.h> #include <math.h> #include <glib.h> -#include "memory_chunk.h" -#include "novel_types.h" -#include "phrase_index.h" -#include "ngram.h" +#include "pinyin.h" parameter_t compute_interpolation(SingleGram * deleted_bigram, FacadePhraseIndex * unigram, |