summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-08-21 11:39:13 +0800
committerPeng Wu <alexepico@gmail.com>2012-08-25 13:28:21 +0800
commit400c0c6f7d52d4f112a4cb418326374819d924a6 (patch)
tree3d7b013f563e395ef4425f145b9ef5dbeed98a10 /src/include
parentad4e7289182d50ebd7fb040fa180a0c4b54473f6 (diff)
downloadlibpinyin-400c0c6f7d52d4f112a4cb418326374819d924a6.tar.gz
libpinyin-400c0c6f7d52d4f112a4cb418326374819d924a6.tar.xz
libpinyin-400c0c6f7d52d4f112a4cb418326374819d924a6.zip
refine pinyin.h
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index b72708b..e2d2363 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -131,6 +131,10 @@ typedef double parameter_t;
#define LAMBDA_PARAMETER 0.330642
+/* Array of ChewingKey/ChewingKeyRest */
+typedef GArray * ChewingKeyVector;
+typedef GArray * ChewingKeyRestVector;
+
/* Array of phrase_token_t */
typedef GArray * TokenVector;
typedef TokenVector MatchResults;