From c9c5675e1dba3dc371d53c8255743e0eb38488e2 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 12 Jun 2012 11:30:01 +0000 Subject: now there is a limit of 2000000 items in the chart of the robust parser. This prevents from explosion in the memory size but it will also prevent us from parsing some sentences. --- src/runtime/c/pgf/data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/pgf/data.h') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 7fe2fc7d3..f85e68cca 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -245,6 +245,7 @@ struct PgfConcr { PgfCallbacksMap* callbacks; int total_cats; int max_fid; + int item_quota; }; extern GU_DECLARE_TYPE(PgfConcr, struct); -- cgit v1.2.3