Andrew Broad's Website
Computer Science
PhD Project
Experimental Results
Aligning an Expression with a Subexpression


First Model

SCHEMA test;
  ENTITY person;
    name : STRING;
    age : INTEGER;
  WHERE
    age >= 0;
  END_ENTITY;
END_SCHEMA;

Second Model

SCHEMA test;
  ENTITY person;
    name : STRING;
    age : INTEGER;
  WHERE
    (age >= 0) AND (age < 130);
  END_ENTITY;
END_SCHEMA;

Experimental Results

ModeE-T-U-S-H-RMX
HLCs extracted from first model33130333
HLCs extracted from second model33330333
Comparisons5454395443545454
HLC-comparisons33330333
Correspondences88887888
HLC-correspondences11110111
Differences44343444
Number of FC-thesaurus lookups20122222
Number of name-thesaurus lookups00000000

Output (Mode E)

The frames generated by the CCUS (and output as HTML-ised FIL files) follow - a file for each frame-class:

HLCs:


Email me