mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
an initial Java/C API for predicting literals. Still not utilized
This commit is contained in:
@@ -161,6 +161,10 @@ struct PgfLiteralCallback {
|
||||
size_t lin_idx,
|
||||
GuString sentence, size_t* poffset,
|
||||
GuPool *out_pool);
|
||||
GuEnum* (*predict)(PgfLiteralCallback* self,
|
||||
size_t lin_idx,
|
||||
GuString prefix,
|
||||
GuPool *out_pool);
|
||||
};
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user