From a4c9d20fc3a92dc2e80208d4fe7b4f54a64a17af Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 12 Feb 2013 09:41:32 +0000 Subject: the statistical parser now uses a baseline lexical estimation of the beam size --- src/runtime/c/pgf/parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/pgf/parser.h') diff --git a/src/runtime/c/pgf/parser.h b/src/runtime/c/pgf/parser.h index 6952d33ab..c4c394aad 100644 --- a/src/runtime/c/pgf/parser.h +++ b/src/runtime/c/pgf/parser.h @@ -67,6 +67,9 @@ pgf_parser_next_state(PgfParseState* prev, PgfToken tok, * the pool used to create \parse. */ +void +pgf_parser_set_beam_size(PgfParseState* state, double beam_size); + void pgf_parser_add_literal(PgfConcr *concr, PgfCId cat, PgfLiteralCallback* callback); -- cgit v1.2.3