GOVERNMENT-BINDING PARSER Cameron Shelley, University of Waterloo Contributed in 1991 This entry comes as the following files: GB.PL - the parser. GIBBERISH. - a brief introduction, together with some exercises and suggestions for improvement. GIBBERISH.PRE - this file. PRETTY.PL - tree-printing predicate. TEST1. - sample sentences. TEST2. - sentences which the parser can't yet parse, suggested for exercises on improving it. To use the program, consult GB.PL and PRETTY.PL. The latter is a tree-printing predicate. Then call 'parse', which reads a sentence from the terminal, parses it, and displays the tree. 'parse' is defined near the top of GB.PL. Email address: cpshelley@violet.waterloo.edu (University of Waterloo) Comments are welcome! This software is released into the public domain on the condition that the author is cited as such, and all modifications remain in the public domain; and this condition is imposed on all subsequent users. CHECKED ON EDINBURGH-COMPATIBLE (POPLOG) PROLOG : yes. PORTABILITY : no problems. INTERNAL DOCUMENTATION : Each predicate is commented with its purpose and arguments. There is a set of test sentences, and a brief introduction to using the parser, together with suggestions for improvements.