brando90 / MathNet-large-scale-Mathematics-Dataset-for-Machine-Learning

1 stars 0 forks source link

Implement a demo of visualizing questions with a tree #10

Open brando90 opened 7 years ago

brando90 commented 7 years ago

some simple example for using python call graph (http://pycallgraph.slowchop.com/en/master/) on a question to visualize questions.

It would be nice to eventually have it on maybe a webpage demo?

brando90 commented 7 years ago

related to https://github.com/brando90/eit_proj1/issues/6, it would be nice that the latex could be displayed for a specific question.

brando90 commented 7 years ago

probably geometry problems should be easily included, related to issue #13

brando90 commented 7 years ago

also an issue to consider in the visualization, is that a next chain of seqg should not create a badly visualizable tree (cuz it would have to many branches).

So something like (in new non existing syntax #10) a+b+c+perg(D,E,F)+g +h

We wouldn't want the + + to create a very deep tree.