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.scmandnetwork-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.