summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
blob: 35611ee4abf9d8ce75763448a5f2d5fe94da3c58 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include "novel_types.h"
#include "memory_chunk.h"
#include "pinyin_base.h"
#include "pinyin_phrase.h"
#include "pinyin_large_table.h"
#include "phrase_large_table.h"
#include "phrase_index.h"
#include "ngram.h"
#include "pinyin_lookup.h"