mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
finally the statistical parser is able to return all possible abstract trees
This commit is contained in:
@@ -50,8 +50,7 @@ pgf_parser_init_state(PgfConcr* concr, PgfCId cat, size_t lin_idx,
|
||||
|
||||
/// Feed a token to the parser
|
||||
PgfParseState*
|
||||
pgf_parser_next_state(PgfParseState* prev, PgfToken tok,
|
||||
GuPool* pool);
|
||||
pgf_parser_next_state(PgfParseState* prev, PgfToken tok);
|
||||
/**<
|
||||
* @param parse The current parse state
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user