From 3ee94e21f7da8399170703af0f3f44695c50fdd2 Mon Sep 17 00:00:00 2001 From: bansp Date: Thu, 14 Nov 2024 02:03:07 +0100 Subject: [PATCH] 1st step towards defining and describing the dependency att class --- .../Guidelines/en/AI-AnalyticMechanisms.xml | 9 ++++ P5/Source/Specs/att.linguistic.dependency.xml | 51 +++++++++++++++++++ P5/Source/Specs/att.linguistic.xml | 1 + 3 files changed, 61 insertions(+) create mode 100644 P5/Source/Specs/att.linguistic.dependency.xml diff --git a/P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml b/P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml index f0416291a8..3bfec85a16 100644 --- a/P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml +++ b/P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml @@ -1187,6 +1187,15 @@ sake of readability). forth

+
Word-based syntactic dependendencies + + +

For the purpose of encoding this type of annotation, the Guidelines provide + attributes that belong to the att.linguistic.dependency class: + +

+ +
Spoken Text

The mechanisms proposed in this chapter may also be used to encode analyses of an entirely different kind, for example discourse function. diff --git a/P5/Source/Specs/att.linguistic.dependency.xml b/P5/Source/Specs/att.linguistic.dependency.xml new file mode 100644 index 0000000000..30e05b2961 --- /dev/null +++ b/P5/Source/Specs/att.linguistic.dependency.xml @@ -0,0 +1,51 @@ + + + + + provides attributes for annotating dependency relationships between word-level elements. + + + + head + + provides the normalized/standardized form of information present in the source text in a non-normalized form. + + +

(description)

+ +

+ I + have + no + clue + . +

+
+ + + + + + + + + dependency relation + provides a label that classifies the relationship + between the context segment and the segment, at which the "dependency arrow" points + (identified by the attribute head). If the value of head is + 0, then the value of deprel must be root. + + + + + + + diff --git a/P5/Source/Specs/att.linguistic.xml b/P5/Source/Specs/att.linguistic.xml index 8696168481..69f7fcf552 100644 --- a/P5/Source/Specs/att.linguistic.xml +++ b/P5/Source/Specs/att.linguistic.xml @@ -6,6 +6,7 @@ +