Hi Aidan,<div><br></div><div>I've messed about with ELAN xml a bit, and found the following to be the essence of how the hierarchies are coded.</div><div><br></div><div>Linguistic type elements at the bottom of the xml determine which are "master" (alignable) types and which are dependents, either as symbolic subdivisions or symbolic associations. E.g.:</div>
<div><br></div><div><div><LINGUISTIC_TYPE GRAPHIC_REFERENCES="false" LINGUISTIC_TYPE_ID="po (practical orthography)" <b>TIME_ALIGNABLE="true</b>"/></div><div>  <LINGUISTIC_TYPE CONSTRAINTS="<b>Symbolic_Subdivision</b>" GRAPHIC_REFERENCES="false" LINGUISTIC_TYPE_ID="mb (morpheme boundaries)" TIME_ALIGNABLE="false"/></div>
<div>    <LINGUISTIC_TYPE CONSTRAINTS="<b>Symbolic_Subdivision</b>" GRAPHIC_REFERENCES="false" LINGUISTIC_TYPE_ID="gl (interlinear gloss)" TIME_ALIGNABLE="false"/></div><div>    <LINGUISTIC_TYPE CONSTRAINTS="<b>Symbolic_Association</b>" GRAPHIC_REFERENCES="false" LINGUISTIC_TYPE_ID="tf (free translation)" TIME_ALIGNABLE="false"/></div>
</div><div><br></div><div><br></div><div>Then the actual tiers reference each other to form the hierarchy. A master tier is like this:</div><div><br></div><div><TIER DEFAULT_LOCALE="en" LINGUISTIC_TYPE_REF="po (practical orthography)" PARTICIPANT="Bob" TIER_ID="po@Bob"> ... </TIER></div>
<div><br></div><div>... And a dependent is like this:</div><div><br></div><div><TIER DEFAULT_LOCALE="en" LINGUISTIC_TYPE_REF="tf (free translation)" <b>PARENT_REF="po@Bob"</b> PARTICIPANT="Bob" TIER_ID="tf@Bob"></div>
<div><br></div><div>But the referencing of dependents to masters also works on the level of individual annotations. A master annotation looks like this:</div><div><br></div><div><div><ANNOTATION></div><div>            <ALIGNABLE_<b>ANNOTATION ANNOTATION_ID="a421"</b> TIME_SLOT_REF1="ts256" TIME_SLOT_REF2="ts260"></div>
<div>                <ANNOTATION_VALUE>nangkal nyini-yu</ANNOTATION_VALUE></div><div>            </ALIGNABLE_ANNOTATION></div><div>        </ANNOTATION></div></div><div><br></div><div><br></div><div>
And one of it's dependents like this:</div><div><br></div><div><div><ANNOTATION></div><div>            <REF_ANNOTATION ANNOTATION_ID="a781" <b>ANNOTATION_REF="a421"</b>></div><div>                <ANNOTATION_VALUE>who was that?</ANNOTATION_VALUE></div>
<div>            </REF_ANNOTATION></div><div>        </ANNOTATION></div></div><div><br></div><div>You will also notice that the master annotation references two TIME_SLOT elements, that give its start and end points.</div>
<div><br></div><div>I hope that helps. I'll separately send you an example file.</div><div><br></div><div>j</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">On 12 September 2012 10:06, Aidan Wilson <span dir="ltr"><<a href="mailto:aidan.wilson@unimelb.edu.au" target="_blank">aidan.wilson@unimelb.edu.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'm having immense trouble with a collection of transcripts I'm building at the moment. I have never been successful in creating hierarchies of tiers. Ideally, I want to have a hierarchy like this:<br>
<br>
-[initials]<br>
        –transcription<br>
        -morpheme gloss<br>
        -free translation<br>
        -action<br>
<br>
for each participant. In reading through the manuals and so forth, I've created linguistic types like 'group' (for the outermost parent tier), transcription, morpheme gloss and so on, but what's happening when I create my tiers is that by trying to select a parent tier, the 'linguistic type' pull-down menu disappears and the 'add' button goes grey. It only allow me to create tiers (or change existing tiers) if I don't plan on nesting them, it seems.<br>

<br>
Has someone got a link to instructions, or even better, a working template than I can reverse-engineer?<br>
<br>
What I'm hoping to do is go through my transcripts with a text editor and manually nest them by editing the xml (unless I can figure out how to retrospectively nest them), but I need to know the structure of the eaf file.<br>

<br>
This is bringing me to tears, as it were.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Aidan Wilson<br>
<br>
Dept of Linguistics and Applied Linguistics<br>
The University of Melbourne<br>
<br>
<a href="tel:%2B61428%20458%20969" value="+61428458969" target="_blank">+61428 458 969</a><br>
<a href="mailto:aidan.wilson@unimelb.edu.au" target="_blank">aidan.wilson@unimelb.edu.au</a></font></span></blockquote></div><br></div>