Mercurial > hg > dml-open-cliopatria
diff cpack/p2r/CHANGES @ 0:718306e29690 tip
commiting public release
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 21:05:06 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cpack/p2r/CHANGES Tue Feb 09 21:05:06 2016 +0100 @@ -0,0 +1,19 @@ +Change log + +September 2014, Samer Abdallah: + * Alternative implementations of uripattern using strings and DCGs. + * Reduced nondeterminism of URI grammar. + * Improved pattern simplification. + * Introduced new syntax for rules. + * Improved generation of pattern matching code. + * Re-packed as a ClioPatria entailment module, without server etc. + +April 2010, Samer Abdallah: + * extended pattern languange to include new constructs A+B, A/B, num(N), atm(A). + * unified separate implementations of pattern language in p2r_entailment. + * Added term expansion and RDF resource expression simplification to match.pl + * Added Head <==> RDFList rule syntax (adds automatic module annotation to Head) + * Added p2r.pl as main module to load for client programs. + * Installation mechanism now uses patches to alter SeRQL code + * p2r_set_mode/1 allows choice of fully dynamic interpretations of match database + OR partial compilation to rdf/3 clauses (triple are still created dynamially).