Index of /2nd-ed/lisp/language

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]algorithms/ 1997-04-21 14:19 -  
[DIR]domains/ 1997-04-21 14:19 -  
[TXT]test-language.lisp 1996-09-25 16:18 3.5K 

Language (Subsystem of AIMA Code)

Language (Subsystem of AIMA Code)

The language subsystem covers the natural language processing code from Chapters 22 and 23 of the book. The main parsing function is chart-parse, but it returns a chart, which is not very useful in itself, so most of the test examples call chart-parses, which returns a list of parses for the complete input string, or meanings which pulls out the semantic component of each parse.

Several sample grammars are shown. For the most part, they follow the notation from the book. The differences are: