From 0678c93f1b032d1afe9081797c160e49a3c4c0ae Mon Sep 17 00:00:00 2001 From: henlein <50662522+henlein@users.noreply.github.com> Date: Mon, 1 Mar 2021 10:20:35 +0100 Subject: [PATCH] Feature Generalisation Change some SpatialEntities to Entities (SpatialEntities inherits from Entities) --- .../resources/desc/type/IsoSpaceTypeSystem.xml | 10 +++++----- .../resources/desc/type/IsoSpaceV2TypeSystem.xml | 14 ++++++++++---- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/main/resources/desc/type/IsoSpaceTypeSystem.xml b/src/main/resources/desc/type/IsoSpaceTypeSystem.xml index 76961cb28..7099ca28f 100644 --- a/src/main/resources/desc/type/IsoSpaceTypeSystem.xml +++ b/src/main/resources/desc/type/IsoSpaceTypeSystem.xml @@ -137,24 +137,24 @@ beginID - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.Entity endID - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.Entity midIDs uima.cas.FSList - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.Entity midID_array uima.cas.FSArray - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.lEntity @@ -187,7 +187,7 @@ motion_goal - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.Entity diff --git a/src/main/resources/desc/type/IsoSpaceV2TypeSystem.xml b/src/main/resources/desc/type/IsoSpaceV2TypeSystem.xml index c0e81ba62..34c208892 100644 --- a/src/main/resources/desc/type/IsoSpaceV2TypeSystem.xml +++ b/src/main/resources/desc/type/IsoSpaceV2TypeSystem.xml @@ -23,24 +23,24 @@ startID - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.Entity midIDs uima.cas.FSList - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.Entity midID_array uima.cas.FSArray - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.Entity endID - org.texttechnologylab.annotation.semaf.isospace.SpatialEntity + org.texttechnologylab.annotation.semaf.isospace.Entity spatial_relator @@ -54,6 +54,12 @@ uima.cas.FSArray org.texttechnologylab.annotation.semaf.isospace.SpatialSignal + + spatial_relator_signal_array + + uima.cas.FSArray + org.texttechnologylab.annotation.semaf.isospace.SRelation +