wolfe-pack / wolfe

Wolfe Language and Engine
https://wolfe-pack.github.io/wolfe
Apache License 2.0
135 stars 17 forks source link

Term2LaTeX and Term2PrettyString #17

Closed rockt closed 9 years ago

rockt commented 9 years ago

Closed because toPrettyString is already being done for some terms and we will continue doing this where needed. Moreover, at some point we decided that toLaTeXmight not be super useful.

sameersingh commented 9 years ago

Might be worth considering a simple toHtml, htmlgen style, for Moro and otherwise. On Apr 28, 2015 12:42 PM, "Tim Rocktäschel" notifications@github.com wrote:

Closed #17 https://github.com/wolfe-pack/wolfe/issues/17.

— Reply to this email directly or view it on GitHub https://github.com/wolfe-pack/wolfe/issues/17#event-291835358.

rockt commented 9 years ago

I think something like a term tree visualization would be helpful. It could use htmlgen's Graph.

riedelcastro commented 9 years ago

I think a latex representation could actually make sense now (it would at least be much easier now). Term tree visualization would also be cool, I think theano and torch have stuff like that, no?

sameersingh commented 9 years ago

I think html one is the best for browsing since it can easily allow interactive expansion. The theano ones I looked at were too nested to be useful, even for simple factorization models.

On Tuesday, April 28, 2015, Sebastian Riedel notifications@github.com wrote:

I think a latex representation could actually make sense now (it would at least be much easier now). Term tree visualization would also be cool, I think theano and torch have stuff like that, no?

— Reply to this email directly or view it on GitHub https://github.com/wolfe-pack/wolfe/issues/17#issuecomment-97081522.