mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
a major refactoring in the robust parser: bottom-up filtering and garbage collection for the chart
This commit is contained in:
@@ -74,13 +74,6 @@ pgf_load_meta_child_probs(PgfPGF*, const char* fpath, GuPool* pool);
|
||||
|
||||
typedef struct PgfConcr PgfConcr;
|
||||
|
||||
void
|
||||
pgf_set_item_quota(PgfConcr* concr, int quota);
|
||||
|
||||
int
|
||||
pgf_get_item_quota(PgfConcr* concr);
|
||||
|
||||
|
||||
#include <gu/type.h>
|
||||
extern GU_DECLARE_TYPE(PgfPGF, struct);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user