Jump to content

Inverse parser

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Furrykef (talk | contribs) at 11:43, 26 November 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An inverse parser, as its name suggests, is a parser that works in reverse. Rather than the user typing to the computer, the computer presents a list of words fitting the context, and excluding words that would be unreasonable. This ensures the user's knowing all his or her options. The concept and an implementation were originally developed and patented by Texas Instruments. A few years later, it was independently developed by Chris Crawford, a game designer, for his game, Trust & Betrayal: The Legacy of Siboot, but the implementation was different enough not to infringe on the patent.

Inverse parsers are uncommon, but this is most likely because many software developers are unaware of them, not because of their faults.