Cypher 1.2 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:
cypher.report.html.refresh was added to control
refresh time in HTML interface. cypher.input.files
was added to control whether cypher.input.dir
directory will be crawled. cypher.output.commit
was added to control if RDF output will be loaded
into cypher.repository.output.
cypher.output.format was added to specify
serialization for RDF output. cypher.http.base was
added to set the namespace of minted URIs and also
the URL of the Cypher Web service.
|