Take a look at this:
http://www.molto-project.eu/node/1412

It is a library that can translate natural language sentences to sage
commands. I haven't tested it, but the examples they show sound
impressive:

sage> compute the product of the octal number 12 and the binary number
100.
(3) 40
answer: it is 40 .

sage> compute the greatest common divisor of x and the product of x
and y.
(4) x
answer: it is x .

sage> compute the greatest common divisor of x and the sum of x and y.
(5) 1
answer: it is 1 .


Has somebody tested it?
Do you think it would be worth the effort of including this in sage? I
think that, for example, having an option in the notebook to enter
commands in natural language would be a killer feature (assuming it
works fine).

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to