From e44f8dc3df4766331b4d4296fd2cf7f88f70145a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 8 Aug 2011 14:47:19 +0800 Subject: refine MatchResults/TokenVector --- src/include/novel_types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 9f1a9fa..8077af6 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -144,4 +144,8 @@ typedef double parameter_t; #define LAMBDA_PARAMETER 0.588792 +/* Array of phrase_token_t */ +typedef GArray * TokenVector; +typedef TokenVector MatchResults; + #endif -- cgit