From d0269e8513c60c62621c4d6ae5d264a315cbab4e Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 3 May 2017 16:28:20 +0000 Subject: first steps for sentence lookup in the C runtime --- src/runtime/c/pgf/pgf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/pgf/pgf.h') diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 2a1cdcb80..c5e9cd52a 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -126,6 +126,9 @@ PGF_API_DECL PgfExprEnum* pgf_parse(PgfConcr* concr, PgfType* typ, GuString sentence, GuExn* err, GuPool* pool, GuPool* out_pool); +PGF_API_DECL GuEnum* +pgf_lookup_sentence(PgfConcr* concr, GuString sentence, GuPool* pool, GuPool* out_pool); + typedef struct PgfMorphoCallback PgfMorphoCallback; struct PgfMorphoCallback { void (*callback)(PgfMorphoCallback* self, -- cgit v1.2.3