summaryrefslogtreecommitdiffstats
path: root/src/include/novel_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/novel_types.h')
-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 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