annotate cpack/p2r/CHANGES @ 7:3c7cc53984a6
no-matlab tip
removed rcutils as seem incompatible with this version
(no history/2 defined)
author |
wolffd.mail@googlemail.com |
date |
Wed, 25 Jul 2018 15:51:48 +0000 |
parents |
718306e29690 |
children |
|
rev |
line source |
Daniel@0
|
1 Change log
|
Daniel@0
|
2
|
Daniel@0
|
3 September 2014, Samer Abdallah:
|
Daniel@0
|
4 * Alternative implementations of uripattern using strings and DCGs.
|
Daniel@0
|
5 * Reduced nondeterminism of URI grammar.
|
Daniel@0
|
6 * Improved pattern simplification.
|
Daniel@0
|
7 * Introduced new syntax for rules.
|
Daniel@0
|
8 * Improved generation of pattern matching code.
|
Daniel@0
|
9 * Re-packed as a ClioPatria entailment module, without server etc.
|
Daniel@0
|
10
|
Daniel@0
|
11 April 2010, Samer Abdallah:
|
Daniel@0
|
12 * extended pattern languange to include new constructs A+B, A/B, num(N), atm(A).
|
Daniel@0
|
13 * unified separate implementations of pattern language in p2r_entailment.
|
Daniel@0
|
14 * Added term expansion and RDF resource expression simplification to match.pl
|
Daniel@0
|
15 * Added Head <==> RDFList rule syntax (adds automatic module annotation to Head)
|
Daniel@0
|
16 * Added p2r.pl as main module to load for client programs.
|
Daniel@0
|
17 * Installation mechanism now uses patches to alter SeRQL code
|
Daniel@0
|
18 * p2r_set_mode/1 allows choice of fully dynamic interpretations of match database
|
Daniel@0
|
19 OR partial compilation to rdf/3 clauses (triple are still created dynamially).
|