1
0
forked from GitHub/gf-core

added pgf_lookup_word_prefix which makes it possible to do simple word prediction

This commit is contained in:
kr.angelov
2014-03-07 21:24:20 +00:00
parent ae59508f6a
commit ba28cfd80e
2 changed files with 40 additions and 1 deletions

View File

@@ -131,6 +131,10 @@ void
pgf_fullform_get_analyses(PgfFullFormEntry* entry,
PgfMorphoCallback* callback, GuExn* err);
GuEnum*
pgf_lookup_word_prefix(PgfConcr *concr, GuString prefix,
GuPool* pool, GuExn* err);
PgfExprEnum*
pgf_parse_with_heuristics(PgfConcr* concr, PgfCId cat,
GuString sentence, double heuristics,