falvaro / seshat

Handwritten math expression parser
GNU General Public License v3.0
677 stars 166 forks source link

Ability to request multiple alternative hypotheses #2

Closed mikkorantalainen closed 9 years ago

mikkorantalainen commented 9 years ago

If I'm following the implementation correctly, the code creates multiple alternative hypotheses about possible equation matches. However, the final output is the most probably hypothesis only. Are you planning to have an API that could output multiple hypotheses in probability order?

falvaro commented 9 years ago

The code creates alternative hypotheses for symbols but only the most likely equation is computed. Requesting multiple alternatives is not possible in the current model neither it is expected to be.