E554
Skip to content

Latest commit

 

History

History

Link Grammar Atomese Examples

This directory contains some examples of how to use the Link Grammar Atomese API. It demonstrates how to look up dictionary words, and how to parsee sentences. A basic familiarity with Link Grammar is assumed.

  • dict-lookup.scm -- Look up individual words in the dictionary.

  • parse.scm -- Parse sentences.

  • cross-space.scm -- Use AtomSpace dictionaries.

  • network-server.scm and network-client.scm -- A pair of examples, implementing a server that performs parsing, and the client to communicate to the server.

  • tools.scm -- An assortment of minor debugging utilities.

0