libpgf: preliminary version for the statistical ranking. we use naive statistical model with random weight for the meta variables.

This commit is contained in:
kr.angelov
2012-03-02 19:25:01 +00:00
parent 3790733e30
commit 4d1b0859d0
3 changed files with 193 additions and 126 deletions

View File

@@ -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
*