|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Packages | |
|---|---|
| nars.entity | Data entities that are independently stored |
| nars.gui | Graphical user interface of the system |
| nars.inference | The inference rules and control functions |
| nars.io | Input/output management |
| nars.language | Term hierarchy in Narsese |
| nars.main | Top-level classes of the system |
| nars.operation | Built-in operators |
| nars.storage | Storage management |
NARS overview
It works both as an application (with full functionality) and an applet (with restricted functionality and display).
To run the application from the command line, go to the folder containing NARS.jar and type the following:
java -jar "NARS.jar"
To run the applet in a browser, open an HTML file, which is in the folder
containing NARS.jar, and has the following line in it:
<applet ARCHIVE="NARS.jar" CODE="nars.main.NARS"></applet>
For more information, see
NARS website,
open-source project,
discussion group
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||