amalgame/commit

Merge branch 'master' of github.com:jrvosse/amalgame

authorJacco van Ossenbruggen
Sun Mar 1 13:31:23 2020 +0100
committerJacco van Ossenbruggen
Sun Mar 1 13:31:23 2020 +0100
commitd4569b7b97adec5c3f883295b71b157f5d530579
treefe26a62d2ccc6b06769786f8227f334878850cf8
parentc05ab10937359d4c9f6e25f7db701f09bb486fdc 07cb2deda95dc0a15be27dd97cd41e0c9345f284
Diff style: stat patch
 api/form/amalgame/startpage.pl                 | 12 ++++++
 api/node_info.pl                               | 21 +++++++++++
 api/strategy_viz.pl                            | 18 +++++++++
 components/amalgame/controls.pl                |  4 ++
 components/amalgame/correspondence.pl          | 14 +++++++
 components/amalgame/util.pl                    |  5 +++
 config-available/ag_strat_prov_graph_viz.pl    |  6 +++
 lib/ag_modules/compound_label_generator.pl     |  4 ++
 lib/ag_modules/compound_label_match.pl         |  2 ++
 lib/ag_modules/compound_label_selecter.pl      |  4 ++
 lib/ag_modules/exact_label_generator.pl        |  4 ++
 lib/ag_modules/exact_label_match.pl            | 33 +++++++++++++++++
 lib/ag_modules/exact_label_selecter.pl         |  4 ++
 lib/ag_modules/isub_generator.pl               |  4 ++
 lib/ag_modules/isub_selecter.pl                |  4 ++
 lib/ag_modules/numeric_difference_generator.pl |  4 ++
 lib/ag_modules/numeric_difference_selecter.pl  |  4 ++
 lib/ag_modules/snowball_label_generator.pl     |  4 ++
 lib/ag_modules/snowball_label_match.pl         |  2 ++
 lib/ag_modules/snowball_label_selecter.pl      |  4 ++
 lib/ag_modules/string_match_util.pl            | 12 ++++++
 lib/amalgame/ag_provenance.pl                  |  8 ++++
 lib/amalgame/ag_publish.pl                     |  6 +++
 lib/amalgame/ag_stats.pl                       | 51 ++++++++++++++++++++++++++
 lib/amalgame/ag_strategy.pl                    | 10 +++++
 lib/amalgame/caching.pl                        |  7 ++++
 lib/amalgame/expand_graph.pl                   |  5 +++
 lib/amalgame/json_util.pl                      |  2 ++
 lib/amalgame/scheme_stats.pl                   |  6 +++
 lib/amalgame/util.pl                           |  6 +++
 lib/amalgame/vocabulary.pl                     | 35 ++++++++++++++++++
 rdf/tool/amalgame.ttl                          |  9 +++++
 32 files changed, 193 insertions(+), 121 deletions(-)