When you start the parser, it should print something similar to
"Info: Corpus statistics database found at
/usr/local/share/link-grammar/sql/disjuncts.db"
otherwise, it will print warnings .. do you see either message?
My guess is that it failed to find or open the database; the value
17 is the 'worst possible ranking' . Its log-2 of a probability, so
2^-17 is a very small number.
> Secondly corpus statistics of link grammar is based on word sense, but
> there are many more algorithms such as svm based voting algorithm, the
> grammatical trigram approach, context free grammar and word statistic,
> etc. Which approach should be the best to implement?
That, I don't know; I can't say that I've seen many (any?) papers
comparing ranking algorithms; I haven't studied the problem.
--linas
--
You received this message because you are subscribed to the Google Groups "link-grammar" group.
To post to this group, send email to link-g...@googlegroups.com.
To unsubscribe from this group, send email to link-grammar...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/link-grammar?hl=en.
And no other warnings or errors are printed?
I've attached a debug copy of corpus.c to this email; please copy it to
link-grammar/corpus/corpus.c and recompile and reinstall. Run it and then
send me *all* the output.
--linas