diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-03-02 19:25:01 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-03-02 19:25:01 +0000 |
| commit | 4d1b0859d0354e44c620a94734a9dfc15fc893dd (patch) | |
| tree | 491161aba9b2b1b5c88f9b6fcc09eff0c21e9051 /src/runtime/c/pgf/parser.h | |
| parent | 3790733e30fbb402296be3f7c5fa6dfb39b33746 (diff) | |
libpgf: preliminary version for the statistical ranking. we use naive statistical model with random weight for the meta variables.
Diffstat (limited to 'src/runtime/c/pgf/parser.h')
| -rw-r--r-- | src/runtime/c/pgf/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |
