the statistical parser now uses a baseline lexical estimation of the beam size

This commit is contained in:
kr.angelov
2013-02-12 09:41:32 +00:00
parent e5231eebbd
commit a4c9d20fc3
2 changed files with 55 additions and 2 deletions

View File

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