comparison cpack/p2r/CHANGES @ 0:718306e29690 tip

commiting public release
author Daniel Wolff
date Tue, 09 Feb 2016 21:05:06 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:718306e29690
1 Change log
2
3 September 2014, Samer Abdallah:
4 * Alternative implementations of uripattern using strings and DCGs.
5 * Reduced nondeterminism of URI grammar.
6 * Improved pattern simplification.
7 * Introduced new syntax for rules.
8 * Improved generation of pattern matching code.
9 * Re-packed as a ClioPatria entailment module, without server etc.
10
11 April 2010, Samer Abdallah:
12 * extended pattern languange to include new constructs A+B, A/B, num(N), atm(A).
13 * unified separate implementations of pattern language in p2r_entailment.
14 * Added term expansion and RDF resource expression simplification to match.pl
15 * Added Head <==> RDFList rule syntax (adds automatic module annotation to Head)
16 * Added p2r.pl as main module to load for client programs.
17 * Installation mechanism now uses patches to alter SeRQL code
18 * p2r_set_mode/1 allows choice of fully dynamic interpretations of match database
19 OR partial compilation to rdf/3 clauses (triple are still created dynamially).