1
0
forked from GitHub/gf-core

first steps for sentence lookup in the C runtime

This commit is contained in:
krasimir
2017-05-03 16:28:20 +00:00
parent 5f4c441361
commit d0269e8513
4 changed files with 193 additions and 0 deletions

View File

@@ -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,