Cypher 1.0.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:
The RDF-based Lexicon and Framenet dictionary and state machine were removed. An upgrade was made to Sesame 2. QDSeRQL is now QDSesame and based on Sesame 2. Console interaction no longer supported. Input/output files are now used to emulate the compiler process. Some known bugs remain: if identical input is contained in multiple input files, it will be output under only one of the corresponding output files and will mask the other outputs, and sentences must be delimited by line breaks and should not end in punctuation.
|