comparison src/main/java/org/mpi/openmind/repository/utils/XMLUtil.java @ 79:b0aebac0780a

put statistics about number of entities, relations and attributes in xml dump. tags: entity-statistics, relation-statistics.
author casties
date Fri, 03 Mar 2017 18:59:20 +0100
parents a59984fd3c3f
children d4b456623d43
comparison
equal deleted inserted replaced
78:b32b176a8aad 79:b0aebac0780a
67 public static String CONCEPT = "concept"; 67 public static String CONCEPT = "concept";
68 public static String ASSERTIONS = "assertions"; 68 public static String ASSERTIONS = "assertions";
69 public static String ASSERTION = "assertion"; 69 public static String ASSERTION = "assertion";
70 public static String NORMALIZED = "norm"; 70 public static String NORMALIZED = "norm";
71 71
72 //names used by the previous version of ismi. 72 public static String ENTITY_STATS = "entity-statistics";
73 public static String RELATION_STATS = "relation-statistics";
74 public static String COUNT = "count";
75
73 public static String META_DATA = "openmind-meta"; 76 public static String META_DATA = "openmind-meta";
74 public static String DEFINITIONS = "definitions"; 77 public static String DEFINITIONS = "definitions";
75 public static String DEFINITION = "definition"; 78 public static String DEFINITION = "definition";
76 public static String LABEL = "label"; 79 public static String LABEL = "label";
77 public static String MAIN_LABEL = "main-label"; 80 public static String MAIN_LABEL = "main-label";