renepickhardt / generalized-language-modeling-toolkit

Generalized Language Modeling toolkit
http://glm.rene-pickhardt.de
52 stars 17 forks source link

Make ProbMode configurable #95

Open lschmelzeisen opened 9 years ago

lschmelzeisen commented 9 years ago

Currently ProbMode is hardcoded to ProbMode.MARG in GlmtkExecutable. This should be configurable via Cmd-Line-API.

However currently only ProbMode.Marg returns non test failing results, so this only makes sense once Estimtars also support ProbMode.Cond.