falvaro / seshat

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

Missing documentation about training data #1

Closed mikkorantalainen closed 9 years ago

mikkorantalainen commented 9 years ago

I believe that the training data is at Config/SymRec/*. However, I cannot figure out how one is supposed to improve those files. Is there any documentation about these files available?

falvaro commented 9 years ago

Seshat is just a math recognizer, it is not ready to be trained.

mikkorantalainen commented 8 years ago

Is there are way to change recognization weights or symbols somehow? I would like to use this to recognize handwriting of minors and at least here in Finland it cannot correctly detect simple products such as "2 \cdot 3 = 6" or "2 \times 3 = 6". I pretty much always get "2.3 = 6" and "2x^3 = 6" instead.