Skip to content

Commit

Permalink
another attempt to register the new class
Browse files Browse the repository at this point in the history
  • Loading branch information
bansp committed Nov 14, 2024
1 parent 6d0342c commit 3b4271f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion P5/Source/Guidelines/en/AI-AnalyticMechanisms.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. -->
<!--<?xml-model href="https://jenkins-paderborn.tei-c.org/view/LingSIG/job/TEIP5-LingSIG-att.dependency/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>-->
<?xml-model href="https://jenkins-paderborn.tei-c.org/view/LingSIG/job/TEIP5-LingSIG-att.dependency/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<div xmlns="http://www.tei-c.org/ns/1.0" type="div1" xml:id="AI" n="15"><head>Simple Analytic Mechanisms</head>

<p>This chapter describes a module for associating simple analyses and
Expand Down Expand Up @@ -489,6 +489,7 @@ This matter is taken up in detail in section <ptr target="#AILA"/>.
<specGrp xml:id="DAILA" n="Linguistic Word-level Attributes">
<include xmlns="http://www.w3.org/2001/XInclude" href="../../Specs/att.lexicographic.normalized.xml"/>
<include xmlns="http://www.w3.org/2001/XInclude" href="../../Specs/att.linguistic.xml"/>
<include xmlns="http://www.w3.org/2001/XInclude" href="../../Specs/att.linguistic.dependency.xml"/>
</specGrp>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion P5/Source/Specs/att.linguistic.dependency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<datatype><dataRef key="teidata.text"/></datatype>
<exemplum xml:lang="en">
<p>(description)</p>
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="ATTLINGDEP-egXML-head1">
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="ATTLINGDEP-egXML-head1" valid="feasible">
<p>
<w n="1" lemma="I" pos="PRON" msd="Case=Nom|Number=Sing|Person=1" head="2" deprel="nsubj">I</w>
<w n="2" lemma="have" pos="VERB" msd="Case=Nom|Number=Sing|Person=1" head="2" deprel="nsubj">have</w>
Expand Down
4 changes: 2 additions & 2 deletions P5/Source/Specs/att.linguistic.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. -->
<!--<?xml-model href="https://jenkins-paderborn.tei-c.org/view/LingSIG/job/TEIP5-LingSIG-att.dependency/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>-->
<?xml-model href="https://jenkins-paderborn.tei-c.org/view/LingSIG/job/TEIP5-LingSIG-att.dependency/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<classSpec xmlns="http://www.tei-c.org/ns/1.0" module="analysis" xml:id="ATTLING" type="atts" ident="att.linguistic">
<desc versionDate="2017-03-24" xml:lang="en">provides a set of attributes concerning linguistic features of tokens, for usage within token-level elements, specifically <gi>w</gi> and <gi>pc</gi> in the analysis module.</desc>
<classes>

<memberOf key="att.lexicographic.normalized"/>
<memberOf key="att.linguistic.dependency"/>
<!-- <memberOf key="att.linguistic.dependency"/>-->
</classes>
<attList>
<attDef ident="lemma" usage="opt">
Expand Down

0 comments on commit 3b4271f

Please sign in to comment.