Go to file
2016-12-23 19:34:57 +00:00
docs added a transpiler for resolving imports/exports 2016-11-30 19:31:04 +00:00
models improved functionality of CEServer, which now executes as a standalone 2016-12-08 18:27:40 +00:00
src created a RuleEngine class to handle all rule-parsing and propagation 2016-12-23 19:34:57 +00:00
.babelrc added a transpiler for resolving imports/exports 2016-11-30 19:31:04 +00:00
.eslintrc.json CEAgent.js now conforms to AirBnb lint tests 2016-12-22 22:57:49 +00:00
.gitignore added a transpiler for resolving imports/exports 2016-11-30 19:31:04 +00:00
LICENSE added direct matching for 'what is' and 'who is' type questions 2015-07-31 14:11:36 +00:00
package.json CENode.js now conforms to AirBnb lint tests 2016-12-22 20:57:17 +00:00
README.md Added link to 'Getting Started' guide in Readme 2016-02-13 13:57:11 +00:00

cenode.js

A pure JavaScript implementation of the ITA project's CEStore - called CENode. CENode is able to understand the basic sentence types parsed by the CEStore, such as conceptualising and instance creation.

Please visit the project's home page for more information and for documentation.

See also the Getting Started Tutorial.

Installation and use

cenode.js can be used in multiple ways.

It can be included simply in your web application:

<script src="cenode.js"></script>

It can be imported into your NodeJS app:

var cenode = require('cenode.js');

Or it can be run as a standalone NodeJS app:

$ node cenode.js

(Note that for options 2 and 3, nodejs will need to be installed on your system).

For further information, please see the Documentation section below.

Documentation

Please see the file docs/documentation.pdf for an overview of the CE language, CECard protocol, and CENode motivation and behaviour.

License

cenode.js is released under the Apache License v2. See LICENSE for further information.