This post originated from an RSS feed registered with Python Buzz
by Sidnei da Silva.
Original Post: Tool turns English to code
Feed Title: awkly.org
Feed URL: http://awkly.org/categories.rdf?category=Python
Feed Description: dreamcatching :: making your dreams come true
Tool turns English to code Found this on Slashdot. Was about to drop on the trashcan when I
noticed the screenshot shows Python code. Now add speech
recognition to that and I'm a happy man.
But the more interesting part is:
To put together the program, the researchers wrote a parser that
separates text into subject, verb and object roles, and programming
semantics software that maps information from these English
language structures to basic code structures. "The technical
breakthrough [was] perhaps the discovery that there is a fairly
simple mapping between shallow English syntactic-semantic structure
and [object-oriented programming]-style programmatic structure,"
said Lui.
Humm... extracting this parsing component would make a nice
text-to-rdf converter. Feed free form text into Zemantic? I'll buy
it :^)