DARIAH-ERIC / lexicalresources

Data space of the DARIAH Lexical Resources Working Group
https://dariah-eric.github.io/lexicalresources/
BSD 2-Clause "Simplified" License
18 stars 24 forks source link

Reinstate att.fragmentable to Lex0 ODD #35

Closed iljackb closed 5 years ago

iljackb commented 5 years ago

In the Lex0 ODD, att.fragmentable is for some reason deleted: <classSpec ident="att.fragmentable" mode="delete" type="atts"/>

We need these attributes for <seg @part> which we use to encode non-contiguous text in the etymology section.

In conclusion please reinstate att.fragmentable at least on so we can have the aforementioned feature.

            <etym>
               <seg type="desc" part="I">seit dem</seg>
               <usg type="date">
                  <date>18.  Jh.</date>
               </usg>
               <seg type="desc" part="M">belegt, auf</seg>
               <cit type="etymon">
                  <form>
                     <orth xml:lang="de">fickfacken</orth>
                  </form>
                  <sense>
                     <def>'hin- und herlaufen'</def>
                  </sense>
               </cit>
               <seg type="desc" part="F">zurückgeführt</seg>;       
               <seg type="desc" part="I">evtl. auch auf </seg>
               <cit type="etymon">
                  <lang>fnhd.</lang>
                  <form>
                     <orth xml:lang="de-x-FNHD">fatzen</orth>
                  </form>
                  <!-- frühneuhochdeutsch -->
                  <sense>
                     <def>'spotten, zum Narren halten'</def>
                  </sense>
               </cit>
               <seg type="desc" part="F">zurückführbar</seg>
               <bibl>(vgl. Pfeifer 2014: 329)</bibl>
            </etym>
laurentromary commented 5 years ago

Good argument. Could you give an example that I could put in the spec when I make the change? (Unless Toma would shout at this stage :-})

iljackb commented 5 years ago

updated

laurentromary commented 5 years ago

What have you updated?

iljackb commented 5 years ago

What have you updated?

I added the example you requested in the request text! (☝︎⬆︎⇧)

laurentromary commented 5 years ago

Did you not forget to put it as code? I cannot see it ...

iljackb commented 5 years ago
screen shot 2018-10-30 at 4 45 24 pm
laurentromary commented 5 years ago

got it :-}