Cypher 1.1.5 beta (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Cypher 1.1.5 beta (Default branch)
# 1  
Old 04-09-2008
Cypher 1.1.5 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:
URIs are minted for Cypher pattern types and functions (i.e. Clause.subject is now &namespace;/Cypher/subject). A Java API is availible for accessing Cypher from other Java applications. A cypher.report.html startup property has been added. HTML reports have been added; open the index.html folder to view them. Each report page auto-refreshes to show updated reports.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RDF::Query::Plan::SubSelect(3pm)			User Contributed Perl Documentation			  RDF::Query::Plan::SubSelect(3pm)

NAME
RDF::Query::Plan::SubSelect - Executable query plan for sub-select queries. VERSION
This document describes RDF::Query::Plan::SubSelect version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $query, [ \%logging_keys ] )" Returns a new SubSelect query plan object. "<$query"> is a RDF:Query object representing a SELECT query. "execute ( $execution_context )" "next" "close" "query" Returns the sub-select query object. "plan" Returns the sub-select query plan object. "distinct" Returns true if the pattern is guaranteed to return distinct results. "ordered" Returns true if the pattern is guaranteed to return ordered results. "plan_node_name" Returns the string name of this plan node, suitable for use in serialization. "plan_prototype" Returns a list of scalar identifiers for the type of the content (children) nodes of this plan node. See RDF::Query::Plan for a list of the allowable identifiers. "plan_node_data" Returns the data for this plan node that corresponds to the values described by the signature returned by "plan_prototype". "graph ( $g )" AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Plan::SubSelect(3pm)