AS-MOSES can be used in one of three ways:
- Directly from the command line,
- By using AtomSpace Atomese interfaces,
- Embedding the low-level API into C++ programs.
For many users, the command-line interface is strongly recommended.
For users interested in integrating with other AtomSpace processes, the Atomese interfaces are required.
Toe run MOSES from the command line, it is enough to just specify a dataset, and the correct flags to process that dataset. Examples can be found here:
- datasets: Simple data sets on which moses can be run.
An example of invoking MOSES from python can be found in the [python examples(./python) directory.
Examples of uses MOSES to work with Atomese can be found in the [atomese examples(./atomese) directory.
These must first be built by saying (in the build dir):
make examples
The available examples are:
- ant-trails: Santa Fe Trail ant example
- c++-api: Example C++ programs.