Cypher 1.1.0 beta (Default branch) |
|
|
Cypher is an AI program that generates the .rdf
(RDF graph) and .serql (SeRQL query)
representations of plain language input, allowing
users to speak plain language to update and query
databases. With robust definition languages,
Cypher's grammar and lexicon can quickly and
easily be extended to process highly complex
sentences and phrases of any natural language, and
can cover any vocabulary. Equipped with Cypher,
programmers can begin building next generation
semantic Web applications that harness natural
language.
License: Free for non-commercial use
Changes:
This release adds a load element which is used to
specify which Pattern
files to load and in what order (all files
containing con elements
should be loaded before the files in which they
are referenced), an
index.xml file which is placed in the grammar
directory and is processed
first (it contains the schema and list of load
directives), and an
xml:base property for the cypher element (function
and Pattern type URIs
are derived from concatenating the namespace given
by xml:base with the
function or Pattern type).
|