WOLFRAM

Wolfram Language expression given in natural language.

Details

Allowed Forms

  • Any free-form linguistics that represents a valid Wolfram Language expression.

Restriction Specifications

Interpretation

Examples

Basic Examples  (7)Summary of the most common use cases

Interpret expressions and avoid evaluation:

Out[1]=1
Out[2]=2

Find out Wolfram Language expressions corresponding to natural language queries:

Out[1]=1

No evaluation is attempted when matching the choices:

Out[1]=1
Out[2]=2

By default, all symbols are allowed. Restrict to a list of allowed symbols:

Out[1]=1
Out[2]=2

By default, new symbols are created in $Context, but a custom context can be specified:

Out[1]=1
Out[1]=1
Out[2]=2
Out[2]=2

Specify contexts for the allowed and output symbols:

Out[1]=1
Out[1]=1

Prevent the creation of any new symbol:

Out[1]=1
Out[2]=2