summaryrefslogtreecommitdiffstats
path: root/scripts/pinyin_parser_table.h.in
blob: efd27cd1fc2fc2b125d9186dedf4aab5638bbbba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* This file is generated by python scripts. Don't edit this file directly.
 */

#ifndef PINYIN_PARSER_TABLE_H
#define PINYIN_PARSER_TABLE_H

const pinyin_index_item_t pinyin_index[] = {
@PINYIN_INDEX@
};

const chewing_index_item_t chewing_index[] = {
@BOPOMOFO_INDEX@
};

const content_table_item_t content_table[] = {
@CONTENT_TABLE@
};

const divided_table_item_t divided_table[] = {
@DIVIDED_TABLE@
};

const resplit_table_item_t resplit_table[] = {
@RESPLIT_TABLE@
};

#endif