a major refactoring in the robust parser: bottom-up filtering and garbage collection for the chart

This commit is contained in:
kr.angelov
2012-10-25 14:42:53 +00:00
parent 619c341ee9
commit d185938952
8 changed files with 850 additions and 604 deletions

View File

@@ -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);