Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new include_wolfram layer with wolfram output #199

Open
nicodjimenez opened this issue Aug 12, 2022 · 1 comment
Open

Add new include_wolfram layer with wolfram output #199

nicodjimenez opened this issue Aug 12, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nicodjimenez
Copy link
Member

The purpose is to provide a search string compatible with WolframAlpha computational engine (https://www.wolframalpha.com/). We can base this on our existing asciimath implementation. The ideal Wolfram output shown in these examples is basically almost identical to text + asciimath (with no delimiters).

Assuming multiplication Use a list instead

solve system of equations

Integrate

int sinxx dx, x=0 infinity

Also note that we want to be able to build a single WolframAlpha search string from the whole MMD string. We can do this via

parseMarkdownByHTML(html)

which could emit type="wolfram_equation" for each sub equation (maybe this could be useful in Snip?), as well as one single type="wolfram" entry for the whole output (for search applications that want to leverage the W/A engine which is the main purpose here).

Note that tentative progress has been made in the mose/wolfram-support branch. Moses and I struggled a little with getting the dev setup working, perhaps some things can be updated to improve the dev experience.

@ykolodnitskiy
Copy link

Email kyle@learnwithjuni.com once released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants