summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index 6e3c81e..d050f21 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -14,3 +14,6 @@
/* training module */
#include "flexible_ngram.h"
+
+typedef MatchResults TokenVector;
+typedef struct _pinyin_context_t pinyin_context_t;