From 4d1b0859d0354e44c620a94734a9dfc15fc893dd Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 2 Mar 2012 19:25:01 +0000 Subject: libpgf: preliminary version for the statistical ranking. we use naive statistical model with random weight for the meta variables. --- src/runtime/c/pgf/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 38ae9f1a4..c8b887d21 100644 --- a/src/runtime/c/pgf/parser.h +++ b/src/runtime/c/pgf/parser.h @@ -33,7 +33,7 @@ typedef struct PgfParse PgfParse; /// Begin parsing PgfParse* -pgf_parser_parse(PgfConcr* concr, PgfCId cat, size_t lin_idx, GuPool* pool); +pgf_parser_parse(PgfAbstr* abstr, PgfConcr* concr, PgfCId cat, size_t lin_idx, GuPool* pool); /**< * @param parser The parser to use * -- cgit v1.2.3