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 3cf08928f3
commit 1f77afcfce
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);