A Grammar of Yuki
Introduction
Scope and Purpose
This grammar provides a systematic description of the Yuki language (the 1063rd one produced by the Language Creator), outlining its sound system, word formation and syntactic structure, with the aim of presenting a coherent account of the language as an integrated whole. Attention has been paid to both regular patterns and minor irregularities, as these together define the internal balance of the language.
The grammar is accompanied by a bilingual dictionary and a collection of illustrative texts, offering material for further study and comparison. The examples have been selected to demonstrate typical constructions and to give a sense of the language in extended use. The description is intended as a reference work for linguists and language enthusiasts alike, and as a foundation for any future research, teaching or creative adaptation of Yuki.
Typological Profile
It has a complete absence of fricative consonants, no inflections (clitics do the hard work) and postpositions.Phonology
Phoneme Inventory
Consonants
Yuki has a moderately small consonant inventory, comprising 17 phonemes.
It has a complete absence of fricative consonants, a maximally contrastive voicing system, a complete absence of affricates and a strongly reduced sibilant system.The table below presents the full inventory of consonant phonemes in Yuki. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | lateral | palatal | velar | glottal | |
|---|---|---|---|---|---|---|
| stop | p b | d t | k ɡ | |||
| nasal | m | n | ɲ | |||
| trill/tap/flap | r | |||||
| fricative | s z | h | ||||
| approximant | w | l | j |
Vowels
Yuki has 5 vowel qualities. This places it within the broadly common range of mid-sized vowel inventories. The vowel chart shows the full set of contrasts employed in the language’s phonology.
It has a fully contrastive long–short vowel distinction across the system, a full range of vowel qualities even in reduced syllables and occasional ghost vowels that surface only weakly.The table below presents the full inventory of vowel phonemes in Yuki. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| mid | e | o | |
| open | a |
Stress and Tones
Yuki has phonemic stress but no lexical tone. Stress consistently falls on the first vowel of the root, and no contrastive tonal distinctions are made.
Phonological Processes
Vowel Harmony
Vowel harmony does not exist in this language.
Writing System
Introduction
Yuki is normally written using the Latin alphabet, whose familiarity makes it straightforward for most readers. For clarity and precision, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also provided throughout this grammar.
Orthography
Here are the various components of the orthography:
Simple letters
| a /a/ | b /b/ | d /d/ | e /e/ |
| g /ɡ/ | h /h/ | i /i/ | j /j/ |
| k /k/ | l /l/ | m /m/ | n /n/ |
| o /o/ | p /p/ | r /r/ | s /s/ |
| t /t/ | u /u/ | w /w/ | z /z/ |
| ñ /ɲ/ |
Multi-letter combinations such as digraphs
| aa /aː/ | ee /eː/ | ii /iː/ |
| oo /oː/ | uu /uː/ |
Word Classes and Morphology
Number and Gender
Number
Yuki does not have grammatical number.
Gender
Yuki does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Yuki can be exemplified by the following example:
initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module adj2verb:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ </relp>
+ </np>
</s>
</example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np head="this" role="subj" number="plur">
+ </subs>
+ <np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
- </relp>
</np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="COMIT" posp="pp"/>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> <np role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </s> </example>
module casemarking:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" number="sing" def="def" locus="number" case="NOM"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> <subs> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> <np role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
- <word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
- <word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj" number="plur">
+ <word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
<np role="subj" number="plur">
<word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
- <np number="sing" def="def" locus="number">
+ <np number="sing" def="def" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
- <np role="subj" number="plur">
+ <np role="subj" number="plur" case="ACC">
<word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
</np>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
- <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
- <np role="subj" number="plur" case="ACC">
+ <np role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number">
<word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
</np>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<subs>
<vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</subs>
<np role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number">
- <word posp="det" gloss="yon"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
+ <word posp="det" gloss="yon" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/>
+ <word posp="num" gloss="three" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/>
</np>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="subj" number="sing" def="def" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM"/> - <pp role="comitative"> - <np number="sing" def="def" locus="number" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <subs> - <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </subs> - <np role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"> <word posp="det" gloss="yon" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/> <word posp="noun" gloss="mouse" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/> <word posp="num" gloss="three" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/> - </np> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <word posp="det" gloss="yon" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/> - <word posp="noun" gloss="mouse" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/> - <word posp="num" gloss="three" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" ph="k a" slots="Cir V1">ka</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM" ph="m a ˈ ɡ a" slots="Cir V1 T1 Cmr V2">maˈɡa</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="COMIT" posp="pp" role="comitative" ph="p u s a ˈ" slots="Cir V2 Cmr V1 T1">pusaˈ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" ph="ɲ a ˈ j a" slots="Cir V1 T1 Cmr V2">ɲaˈja</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <word posp="det" gloss="yon" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="ɡ a ˈ" slots="Cir V1 T1">ɡaˈ</word> + <word posp="noun" gloss="mouse" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <word posp="num" gloss="three" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="s a ˈ" slots="Cir V1 T1">saˈ</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː" slots="Cis V2">jeː</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="h aː" slots="Cir V1">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" ph="k a" slots="Cir V1">ka</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM" ph="m a ˈ ɡ a" slots="Cir V1 T1 Cmr V2">maˈɡa</word> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" ph="k a">ka</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM" ph="m a ˈ ɡ a">maˈɡa</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="COMIT" posp="pp" role="comitative" ph="p u s a ˈ" slots="Cir V2 Cmr V1 T1">pusaˈ</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="p u s a ˈ">pusaˈ</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" ph="ɲ a ˈ j a" slots="Cir V1 T1 Cmr V2">ɲaˈja</word> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" ph="ɲ a ˈ j a">ɲaˈja</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <word posp="det" gloss="yon" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="ɡ a ˈ" slots="Cir V1 T1">ɡaˈ</word> - <word posp="noun" gloss="mouse" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> - <word posp="num" gloss="three" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="s a ˈ" slots="Cir V1 T1">saˈ</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː" slots="Cis V2">jeː</thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="h aː" slots="Cir V1">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <word posp="det" gloss="yon" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="ɡ a ˈ">ɡaˈ</word> + <word posp="noun" gloss="mouse" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> + <word posp="num" gloss="three" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="s a ˈ">saˈ</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː">jeː</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="h aː">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" ph="k a">ka</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM" ph="m a ˈ ɡ a">maˈɡa</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="COMIT" posp="pp" role="comitative" ph="p u s a ˈ">pusaˈ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" ph="ɲ a ˈ j a">ɲaˈja</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <word posp="det" gloss="yon" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="ɡ a ˈ">ɡaˈ</word> - <word posp="noun" gloss="mouse" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> - <word posp="num" gloss="three" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number" ph="s a ˈ">saˈ</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː">jeː</thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="h aː">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM">ka</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM">maˈɡa</word> + <word gloss="COMIT" posp="pp" role="comitative">pusaˈ</word> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES">ɲaˈja</word> + <word posp="det" gloss="yon" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number">ɡaˈ</word> + <word posp="noun" gloss="mouse" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number">niːpoˈɲa</word> + <word posp="num" gloss="three" role="obj" number="plur" case="ACC" def="def" tr="rheme" locus="number">saˈ</word> + <thingy type="npnumber" function="enclitic" gloss="plur">jeː</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈmaɡa</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">puˈsa</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ˈɲaja</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">ˈɡa</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">niːˈpoɲa</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ˈsa</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">jeː</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">haː</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː ka ˈduː ˈmaɡa puˈsa ˈɲaja ˈɡa niːˈpoɲa ˈsa jeː meː haː ɡudu</p> + <p>duu ka duu maga pusa ñaja ga niipoña sa jee mee haa gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>ka</o> + <g>woman</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>ˈmaɡa</o> + <g>knife</g> + </w> + <w> + <o>puˈsa</o> + <g>COMIT</g> + </w> + <w> + <o>ˈɲaja</o> + <g>blind</g> + </w> + <w> + <o>ˈɡa</o> + <g>yon</g> + </w> + <w> + <o>niːˈpoɲa</o> + <g>mouse</g> + </w> + <w> + <o>ˈsa</o> + <g>three</g> + </w> + <w> + <o>jeː</o> + <g>plur</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>haː</o> + <g>catch</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu ka duu maga pusa ñaja ga niipoña sa jee mee haa gudu. [ˈduː ka ˈduː ˈmaɡa puˈsa ˈɲaja ˈɡa niːˈpoɲa ˈsa jeː meː haː ɡudu] ˈduː the ka woman ˈduː the ˈmaɡa knife puˈsa COMIT ˈɲaja blind ˈɡa yon niːˈpoɲa mouse ˈsa three jeː plur meː ACC haː catch ɡudu PAST “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
All nominal phrase clitics in Yuki are enclitics (placed finally), and there are two types: a clitic expressing number, comprising jee /jeː/ ‘plur’ followed by a clitic expressing case, comprising mee /meː/ ‘ACC’, noo /noː/ ‘GEN’, pee /peː/ ‘DAT’, ruu /ruː/ ‘INS’, ree /reː/ ‘VOC’, ro /ro/ ‘ALL’, too /toː/ ‘LOC’, hata /hata/ ‘ABL’ and bunu /bunu/ ‘PART’.
The morphology of the elements of the nominal phrase, i.e., nouns, numerals and pronouns, is described below, as is the way that possession is expressed in Yuki.
The Noun
The noun in Yuki stands alone without any prefixes or suffixes attached to it.
The noun displays the following derivational morphology: two suffixes, namely -gi /-ɡi/ ‘little’ and -pa /-pa/ ‘big’
The Adjective
The adjective in Yuki stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Yuki stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Yuki stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Yuki stands alone without any prefixes or suffixes attached to it.
In Yuki, both subject and object pronouns are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː" slots="Cir V1">heː</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː" slots="Cir V1">heː</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː">heː</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː">heː</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">heː</word> </flat> + <p><span class="ilpair"><span class="mor">heː</span><br><span class="gls">love</span></span></p> + <p>heː</p> + <p>hee</p> + <il> + <w> + <o>heː</o> + <g>love</g> + </w> + </il> </example>
Hee. [heː] heː love “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
- <word posp="pron" number="sing" gloss="3.sing"/>
- </np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" ph="d e ˈ" slots="Cir V1 T1">deˈ</word> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː" slots="Cir V1">heː</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" ph="d e ˈ" slots="Cir V1 T1">deˈ</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" ph="d e ˈ">deˈ</word> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː" slots="Cir V1">heː</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː">heː</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" ph="d e ˈ">deˈ</word> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː">heː</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM">deˈ</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">heː</word> </flat> + <p><span class="ilpair"><span class="mor">ˈde</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">heː</span><br><span class="gls">love</span></span></p> + <p>ˈde heː</p> + <p>de hee</p> + <il> + <w> + <o>ˈde</o> + <g>3.sing</g> + </w> + <w> + <o>heː</o> + <g>love</g> + </w> + </il> </example>
De hee. [ˈde heː] ˈde 3.sing heː love “He loves her.” | (3) |
And here, it is the one translated as her that is stressed:
initial XML:
<example id="love2her" translation="He loves *her*.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2her" translation="He loves *her*."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love2her" translation="He loves *her*."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2her" translation="He loves *her*."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number" case="ACC"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number" case="ACC"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2her" translation="He loves *her*.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
prodrop:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
addclitics:
<example id="love2her" translation="He loves *her*.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2her" translation="He loves *her*.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="love2her" translation="He loves *her*."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2her" translation="He loves *her*."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" ph="d e ˈ" slots="Cir V1 T1">deˈ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː" slots="Cir V1">heː</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="love2her" translation="He loves *her*."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" ph="d e ˈ" slots="Cir V1 T1">deˈ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː" slots="Cir V1">heː</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" ph="d e ˈ">deˈ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː">heː</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="love2her" translation="He loves *her*."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC" ph="d e ˈ">deˈ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="h eː">heː</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="ACC">deˈ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">heː</word> </flat> + <p><span class="ilpair"><span class="mor">ˈde</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">heː</span><br><span class="gls">love</span></span></p> + <p>ˈde meː heː</p> + <p>de mee hee</p> + <il> + <w> + <o>ˈde</o> + <g>3.sing</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>heː</o> + <g>love</g> + </w> + </il> </example>
De mee hee. [ˈde meː heː] ˈde 3.sing meː ACC heː love “He loves her.” | (4) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="hate"/> + </vp> </s> </example>
module casemarking:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="hate"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="hate"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Bebeze hates Zimobe."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="Bebeze" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes" ph="b eː b e ˈ z e" slots="Cir V2 Cmr V1 T1 Cmr V2">beːbeˈze</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="Zimobe" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes" ph="z i m o ˈ b e" slots="Cir V2 Cmr V1 T1 Cmr V2">zimoˈbe</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="ɡ a ɡ i ˈ d a" slots="Cir V2 Cmr V1 T1 Cmr V2">ɡaɡiˈda</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="loveprop" translation="Bebeze hates Zimobe."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="Bebeze" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes" ph="b eː b e ˈ z e" slots="Cir V2 Cmr V1 T1 Cmr V2">beːbeˈze</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="Bebeze" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes" ph="b eː b e ˈ z e">beːbeˈze</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="Zimobe" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes" ph="z i m o ˈ b e" slots="Cir V2 Cmr V1 T1 Cmr V2">zimoˈbe</word> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="Zimobe" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes" ph="z i m o ˈ b e">zimoˈbe</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="ɡ a ɡ i ˈ d a" slots="Cir V2 Cmr V1 T1 Cmr V2">ɡaɡiˈda</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="ɡ a ɡ i ˈ d a">ɡaɡiˈda</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="loveprop" translation="Bebeze hates Zimobe."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="Bebeze" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes" ph="b eː b e ˈ z e">beːbeˈze</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="Zimobe" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes" ph="z i m o ˈ b e">zimoˈbe</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing" ph="ɡ a ɡ i ˈ d a">ɡaɡiˈda</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="Bebeze" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes">beːbeˈze</word> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="Zimobe" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes">zimoˈbe</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">ɡaɡiˈda</word> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">beːˈbeze</span><br><span class="gls">Bebeze</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ziˈmobe</span><br><span class="gls">Zimobe</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ɡaˈɡida</span><br><span class="gls">hate</span></span></p> + <p>ˈduː beːˈbeze ˈduː ziˈmobe meː ɡaˈɡida</p> + <p>duu Beebeze duu Zimobe mee gagida</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>beːˈbeze</o> + <g>Bebeze</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>ziˈmobe</o> + <g>Zimobe</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>ɡaˈɡida</o> + <g>hate</g> + </w> + </il> </example>
Duu Beebeze duu Zimobe mee gagida. [ˈduː beːˈbeze ˈduː ziˈmobe meː ɡaˈɡida] ˈduː the beːˈbeze Bebeze ˈduː the ziˈmobe Zimobe meː ACC ɡaˈɡida hate “Bebeze hates Zimobe.” | (5) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="NOM"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> </example>
addaffixes:
No change.
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="w o" slots="Cir V1">wo</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o" slots="Cir V2 Cmr V1 T1 Cmr V2">naːpoˈko</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="w o" slots="Cir V1">wo</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="w o">wo</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o" slots="Cir V2 Cmr V1 T1 Cmr V2">naːpoˈko</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o">naːpoˈko</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="w o">wo</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o">naːpoˈko</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">duːˈ</word> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN">wo</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM">naːpoˈko</word> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">wo</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">naːˈpoko</span><br><span class="gls">apple</span></span></p> + <p>ˈduː wo ˈduː naːˈpoko</p> + <p>duu wo duu naapoko</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>wo</o> + <g>boy</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>naːˈpoko</o> + <g>apple</g> + </w> + </il> </example>
duu wo duu naapoko [ˈduː wo ˈduː naːˈpoko] ˈduː the wo boy ˈduː the naːˈpoko apple “the boy’s apple” | (6) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> </example>
addaffixes:
No change.
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="d e ˈ" slots="Cir V1 T1">deˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o" slots="Cir V2 Cmr V1 T1 Cmr V2">naːpoˈko</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="d e ˈ" slots="Cir V1 T1">deˈ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o" slots="Cir V2 Cmr V1 T1 Cmr V2">naːpoˈko</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="d e ˈ">deˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o">naːpoˈko</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="d e ˈ">deˈ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o">naːpoˈko</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN">deˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM">naːpoˈko</word> </flat> + <p><span class="ilpair"><span class="mor">ˈde</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">naːˈpoko</span><br><span class="gls">apple</span></span></p> + <p>ˈde ˈduː naːˈpoko</p> + <p>de duu naapoko</p> + <il> + <w> + <o>ˈde</o> + <g>3.sing</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>naːˈpoko</o> + <g>apple</g> + </w> + </il> </example>
de duu naapoko [ˈde ˈduː naːˈpoko] ˈde 3.sing ˈduː the naːˈpoko apple “his (the boy’s) apple” | (7) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
prodrop:
No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> </example>
addaffixes:
No change.
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="m aː ˈ" slots="Cir V1 T1">maːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o" slots="Cir V2 Cmr V1 T1 Cmr V2">naːpoˈko</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="m aː ˈ" slots="Cir V1 T1">maːˈ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o" slots="Cir V2 Cmr V1 T1 Cmr V2">naːpoˈko</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="m aː ˈ">maːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o">naːpoˈko</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
removetags:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="m aː ˈ">maːˈ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="n aː p o ˈ k o">naːpoˈko</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN">maːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">duːˈ</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM">naːpoˈko</word> </flat> + <p><span class="ilpair"><span class="mor">ˈmaː</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">naːˈpoko</span><br><span class="gls">apple</span></span></p> + <p>ˈmaː ˈduː naːˈpoko</p> + <p>maa duu naapoko</p> + <il> + <w> + <o>ˈmaː</o> + <g>1excl.sing</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>naːˈpoko</o> + <g>apple</g> + </w> + </il> </example>
maa duu naapoko [ˈmaː ˈduː naːˈpoko] ˈmaː 1excl.sing ˈduː the naːˈpoko apple “my apple” | (8) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> </s> </example>
module casemarking:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> + <np role="subj" case="NOM"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
module markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM">
<np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj" case="ACC">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM"> - <np type="owner_owned"> + <np role="subj" case="NOM" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> - <np role="obj" case="ACC"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" case="ACC" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<np role="obj" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<np role="obj" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<np role="obj" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="kiss"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="NOM" number="sing">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" case="NOM">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np role="obj" case="ACC" number="sing">
- <np type="owner_owned" number="sing">
- <np type="owner_owned" role="owner" number="sing">
+ <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="NOM" number="sing"> - <np type="owner_owned" number="sing" case="NOM"> + <np type="owner_owned" number="sing" case="NOM" role="subj"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <np role="obj" case="ACC" number="sing"> - <np type="owner_owned" number="sing" case="ACC"> + <np type="owner_owned" number="sing" case="ACC" role="obj"> <np type="owner_owned" role="owner" number="sing" case="ACC"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" number="sing" case="NOM" role="subj"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - <np type="owner_owned" number="sing" case="ACC" role="obj"> - <np type="owner_owned" role="owner" number="sing" case="ACC"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="ACC"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="h e k o ˈ l aː" slots="Cir V2 Cmr V1 T1 Cmr V2">hekoˈlaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM" ph="m u" slots="Cir V1">mu</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="k uː ˈ" slots="Cir V1 T1">kuːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ɡ u k e ˈ z o" slots="Cir V2 Cmr V1 T1 Cmr V2">ɡukeˈzo</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC" ph="k i" slots="Cir V1">ki</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="j o l u ˈ t u" slots="Cir V2 Cmr V1 T1 Cmr V2">joluˈtu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="h e k o ˈ l aː" slots="Cir V2 Cmr V1 T1 Cmr V2">hekoˈlaː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="h e k o ˈ l aː">hekoˈlaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM" ph="m u" slots="Cir V1">mu</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM" ph="m u">mu</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="k uː ˈ" slots="Cir V1 T1">kuːˈ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ɡ u k e ˈ z o" slots="Cir V2 Cmr V1 T1 Cmr V2">ɡukeˈzo</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="k uː ˈ">kuːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ɡ u k e ˈ z o">ɡukeˈzo</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC" ph="k i" slots="Cir V1">ki</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC" ph="k i">ki</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="j o l u ˈ t u" slots="Cir V2 Cmr V1 T1 Cmr V2">joluˈtu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="j o l u ˈ t u">joluˈtu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="h e k o ˈ l aː">hekoˈlaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM" ph="m u">mu</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="k uː ˈ">kuːˈ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="ɡ u k e ˈ z o">ɡukeˈzo</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC" ph="k i">ki</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="j o l u ˈ t u">joluˈtu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN">hekoˈlaː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">duːˈ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM">mu</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN">kuːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">duːˈ</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN">ɡukeˈzo</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC">duːˈ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC">ki</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">joluˈtu</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">heˈkolaː</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">ˈkuː</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡuˈkezo</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ki</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">joˈlutu</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː heˈkolaː ˈduː mu ˈkuː ˈduː ɡuˈkezo ˈduː ki meː joˈlutu ɡudu</p> + <p>duu hekolaa duu mu kuu duu gukezo duu ki mee jolutu gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>heˈkolaː</o> + <g>hunter</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>mu</o> + <g>daughter</g> + </w> + <w> + <o>ˈkuː</o> + <g>2.sing</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>ɡuˈkezo</o> + <g>neighbour</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>ki</o> + <g>son</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>joˈlutu</o> + <g>kiss</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu hekolaa duu mu kuu duu gukezo duu ki mee jolutu gudu. [ˈduː heˈkolaː ˈduː mu ˈkuː ˈduː ɡuˈkezo ˈduː ki meː joˈlutu ɡudu] ˈduː the heˈkolaː hunter ˈduː the mu daughter ˈkuː 2.sing ˈduː the ɡuˈkezo neighbour ˈduː the ki son meː ACC joˈlutu kiss ɡudu PAST “The hunter’s daughter kissed your neighbour’s son.” | (9) |
Derivation
Yuki has a few derivational processes. To illustrate this, let us start with a simple noun phrase:
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb:
No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word posp="noun" gloss="lamb"/> </np> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM">
<word posp="noun" gloss="lamb"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number" case="NOM"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <flat> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" ph="w iː d e ˈ m uː" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːdeˈmuː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" ph="w iː d e ˈ m uː" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːdeˈmuː</word> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" ph="w iː d e ˈ m uː">wiːdeˈmuː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" ph="w iː d e ˈ m uː">wiːdeˈmuː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM">wiːdeˈmuː</word> </flat> + <p><span class="ilpair"><span class="mor">wiːˈdemuː</span><br><span class="gls">lamb</span></span></p> + <p>wiːˈdemuː</p> + <p>wiidemuu</p> + <il> + <w> + <o>wiːˈdemuː</o> + <g>lamb</g> + </w> + </il> </example>
wiidemuu [wiːˈdemuː] wiːˈdemuː lamb “a lamb” | (10) |
In the following, the word for little becomes an affix attached to lamb:
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb:
No change.
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="NOM">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number" case="NOM"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM"> + <flat> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" ph="w iː d e ˈ m uː" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːdeˈmuː</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="ɡ i" slots="Cms V2">ɡi</thingy> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
/uː/ + /ɡ/ > /uː/ + /ɡ/<example id="lamb1" translation="a little lamb">
<flat>
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy>
- <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" ph="w iː d e ˈ m uː" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːdeˈmuː</word>
- <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="ɡ i" slots="Cms V2">ɡi</thingy>
+ <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" ph="w iː d e ˈ m uː">wiːdeˈmuː</word>
+ <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="ɡ i">ɡi</thingy>
<thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy>
<thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy>
</flat>
</example>
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" ph="w iː d e ˈ m uː">wiːdeˈmuː</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="ɡ i">ɡi</thingy> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM">wiːdeˈmuː</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">ɡi</thingy> </flat> + <p><span class="ilpair"><span class="mor">wiːˈdemuː</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-ɡi</span><br><span class="gls">little</span></span></p> + <p>wiːˈdemuːɡi</p> + <p>wiidemuugi</p> + <il> + <w> + <o>wiːˈdemuː</o> + <g>lamb</g> + </w> + <w> + <o>-ɡi</o> + <g>little</g> + </w> + </il> </example>
wiidemuugi [wiːˈdemuːɡi] wiːˈdemuː lamb -ɡi little “a little lamb” | (11) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Yuki are enclitics (placed finally), and there are five types: first, a clitic expressing ta, comprising gudu /ɡudu/ ‘PAST’; second, a clitic expressing mode, comprising maabuu /maːbuː/ ‘imperative’, sine /sine/ ‘conditional’ and ñeesaa /ɲeːsaː/ ‘optative’; third, a clitic expressing voice, comprising geeza /ɡeːza/ ‘passive’; fourth, a clitic expressing negation, comprising lisa /lisa/ ‘NEG’; and finally, fifth, a clitic expressing question, comprising pama /pama/ ‘Q’.
The verb itself does not have any prefixes or suffixes attached to it.
The verb displays the following derivational morphology: two suffixes, namely -sa /-sa/ ‘begin’ and -lo /-lo/ ‘stop’
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </s> </example>
module casemarking:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> <word posp="verb" gloss="love"/> </vp> </s> </example>
addclitics:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="love" translation="I love you."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing" ph="h eː" slots="Cir V1">heː</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="love" translation="I love you."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing" ph="h eː" slots="Cir V1">heː</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing" ph="h eː">heː</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="love" translation="I love you."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing" ph="h eː">heː</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">heː</word> </flat> + <p><span class="ilpair"><span class="mor">heː</span><br><span class="gls">love</span></span></p> + <p>heː</p> + <p>hee</p> + <il> + <w> + <o>heː</o> + <g>love</g> + </w> + </il> </example>
Hee. [heː] heː love “I love you.” | (12) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> + <np type="owner_owned"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="surface"/> + </np> + </np> + <word gloss="in" posp="pp"/> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing"> <word posp="noun" gloss="surface"/> </np> </np> <word gloss="in" posp="pp"/> </pp> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
- <word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
<word gloss="in" posp="pp"/>
</pp>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="table"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
<word gloss="in" posp="pp"/>
</pp>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np type="owner_owned" number="sing"> <np def="def" number="sing" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="table"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np def="def" number="sing"> <word posp="noun" gloss="surface"/> </np> - </np> <word gloss="in" posp="pp"/> </pp> </example>
movedowntoword:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det" def="def" number="sing" locus="number"/>
+ <word posp="noun" gloss="table" def="def" number="sing" locus="number"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np def="def" number="sing">
- <word posp="noun" gloss="surface"/>
+ <word posp="noun" gloss="surface" def="def" number="sing"/>
</np>
- <word gloss="in" posp="pp"/>
+ <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/>
</pp>
</example>
addaffixes:
No change.
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing" locus="number"> + <flat> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np def="def" number="sing"> <word posp="noun" gloss="surface" def="def" number="sing"/> - </np> <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="the" posp="det" def="def" number="sing" locus="number"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word posp="noun" gloss="surface" def="def" number="sing"/> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="p i ˈ n e" slots="Cir V1 T1 Cmr V2">piˈne</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word posp="noun" gloss="surface" def="def" number="sing" ph="h uː" slots="Cir V1">huː</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="k e ˈ" slots="Cir V1 T1">keˈ</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="p i ˈ n e" slots="Cir V1 T1 Cmr V2">piˈne</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="p i ˈ n e">piˈne</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word posp="noun" gloss="surface" def="def" number="sing" ph="h uː" slots="Cir V1">huː</word> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="k e ˈ" slots="Cir V1 T1">keˈ</word> + <word posp="noun" gloss="surface" def="def" number="sing" ph="h uː">huː</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="k e ˈ">keˈ</word> </flat> </example>
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="p i ˈ n e">piˈne</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word posp="noun" gloss="surface" def="def" number="sing" ph="h uː">huː</word> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="k e ˈ">keˈ</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">duːˈ</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number">piˈne</word> + <word posp="noun" gloss="surface" def="def" number="sing">huː</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes">keˈ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈpine</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">huː</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">ˈke</span><br><span class="gls">in</span></span></p> + <p>ˈduː ˈpine huː ˈke</p> + <p>duu pine huu ke</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>ˈpine</o> + <g>table</g> + </w> + <w> + <o>huː</o> + <g>surface</g> + </w> + <w> + <o>ˈke</o> + <g>in</g> + </w> + </il> </example>
duu pine huu ke [ˈduː ˈpine huː ˈke] ˈduː the ˈpine table huː surface ˈke in “on the table” | (13) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> + <np type="owner_owned"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="inside"/> + </np> + </np> + <word gloss="to" posp="pp"/> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> </np> <word gloss="to" posp="pp"/> </pp> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
- <word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
<word gloss="to" posp="pp"/>
</pp>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="box"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
<word gloss="to" posp="pp"/>
</pp>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np type="owner_owned" number="sing"> <np def="def" number="sing" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="box"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np def="def" number="sing"> <word posp="noun" gloss="inside"/> </np> - </np> <word gloss="to" posp="pp"/> </pp> </example>
movedowntoword:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det" def="def" number="sing" locus="number"/>
+ <word posp="noun" gloss="box" def="def" number="sing" locus="number"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np def="def" number="sing">
- <word posp="noun" gloss="inside"/>
+ <word posp="noun" gloss="inside" def="def" number="sing"/>
</np>
- <word gloss="to" posp="pp"/>
+ <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/>
</pp>
</example>
addaffixes:
No change.
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing" locus="number"> + <flat> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np def="def" number="sing"> <word posp="noun" gloss="inside" def="def" number="sing"/> - </np> <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="the" posp="det" def="def" number="sing" locus="number"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word posp="noun" gloss="inside" def="def" number="sing"/> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="n aː l aː ˈ j a" slots="Cir V2 Cmr V1 T1 Cmr V2">naːlaːˈja</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word posp="noun" gloss="inside" def="def" number="sing" ph="m uː" slots="Cir V1">muː</word> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="n a ˈ" slots="Cir V1 T1">naˈ</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="n aː l aː ˈ j a" slots="Cir V2 Cmr V1 T1 Cmr V2">naːlaːˈja</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="n aː l aː ˈ j a">naːlaːˈja</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="m uː" slots="Cir V1">muː</word> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="n a ˈ" slots="Cir V1 T1">naˈ</word> + <word posp="noun" gloss="inside" def="def" number="sing" ph="m uː">muː</word> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="n a ˈ">naˈ</word> </flat> </example>
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="n aː l aː ˈ j a">naːlaːˈja</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="m uː">muː</word> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="n a ˈ">naˈ</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">duːˈ</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number">naːlaːˈja</word> + <word posp="noun" gloss="inside" def="def" number="sing">muː</word> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes">naˈ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">naːˈlaːja</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">muː</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">ˈna</span><br><span class="gls">to</span></span></p> + <p>ˈduː naːˈlaːja muː ˈna</p> + <p>duu naalaaja muu na</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>naːˈlaːja</o> + <g>box</g> + </w> + <w> + <o>muː</o> + <g>inside</g> + </w> + <w> + <o>ˈna</o> + <g>to</g> + </w> + </il> </example>
duu naalaaja muu na [ˈduː naːˈlaːja muː ˈna] ˈduː the naːˈlaːja box muː inside ˈna to “into the box” | (14) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
+ <word gloss="COMIT" posp="pp"/>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither" locus="number"> + <np number="sing" def="neither" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/>
</np>
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</example>
addaffixes:
No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> - <np number="sing" def="neither" locus="number" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> - <word gloss="COMIT" posp="pp" role="comitative"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" ph="m aː ˈ" slots="Cir V1 T1">maːˈ</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="p u s a ˈ" slots="Cir V2 Cmr V1 T1">pusaˈ</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="adpos3" translation="with me"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" ph="m aː ˈ" slots="Cir V1 T1">maːˈ</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="p u s a ˈ" slots="Cir V2 Cmr V1 T1">pusaˈ</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" ph="m aː ˈ">maːˈ</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="p u s a ˈ">pusaˈ</word> </flat> </example>
removetags:
<example id="adpos3" translation="with me"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" ph="m aː ˈ">maːˈ</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="p u s a ˈ">pusaˈ</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number">maːˈ</word> + <word gloss="COMIT" posp="pp" role="comitative">pusaˈ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈmaː</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">puˈsa</span><br><span class="gls"><span class="glssc">COMIT</span></span></span></p> + <p>ˈmaː puˈsa</p> + <p>maa pusa</p> + <il> + <w> + <o>ˈmaː</o> + <g>1excl.sing</g> + </w> + <w> + <o>puˈsa</o> + <g>COMIT</g> + </w> + </il> </example>
maa pusa [ˈmaː puˈsa] ˈmaː 1excl.sing puˈsa COMIT “with me” | (15) |
Syntax
Basic Clause Structure
Constituent Order
Constituent order describes the typical arrangement of the subject (S), verb (V) and object (O) in simple declarative clauses. It is a fundamental parameter in grammatical description and forms one of the clearest ways of characterising the overall structure of a language’s clause system.
Yuki has basic Subject–Object–Verb (SOV) word order. The subject precedes the object, and the verb appears at the end of the clause. This is one of the most frequent patterns cross-linguistically.
The following examples illustrate the basic, unmarked, constituent order in Yuki.
initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> </s> </example>
module casemarking:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" locus="number"> + <np number="sing" def="def" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np number="sing" def="def" role="obj" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <np number="sing" def="def" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" ph="n i j o ˈ s e" slots="Cir V2 Cmr V1 T1 Cmr V2">nijoˈse</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" ph="h e k o ˈ l aː" slots="Cir V2 Cmr V1 T1 Cmr V2">hekoˈlaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="z eː" slots="Cir V1">zeː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" ph="n i j o ˈ s e" slots="Cir V2 Cmr V1 T1 Cmr V2">nijoˈse</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" ph="n i j o ˈ s e">nijoˈse</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" ph="h e k o ˈ l aː" slots="Cir V2 Cmr V1 T1 Cmr V2">hekoˈlaː</word> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" ph="h e k o ˈ l aː">hekoˈlaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="z eː" slots="Cir V1">zeː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="z eː">zeː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" ph="n i j o ˈ s e">nijoˈse</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" ph="h e k o ˈ l aː">hekoˈlaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="z eː">zeː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM">nijoˈse</word> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC">hekoˈlaː</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">zeː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niˈjose</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">heˈkolaː</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">zeː</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː niˈjose ˈduː heˈkolaː meː zeː ɡudu</p> + <p>duu nijose duu hekolaa mee zee gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>niˈjose</o> + <g>jaguar</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>heˈkolaː</o> + <g>hunter</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>zeː</o> + <g>kill</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu nijose duu hekolaa mee zee gudu. [ˈduː niˈjose ˈduː heˈkolaː meː zeː ɡudu] ˈduː the niˈjose jaguar ˈduː the heˈkolaː hunter meː ACC zeː kill ɡudu PAST “The jaguar killed the hunter.” | (16) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> </s> </example>
module casemarking:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </s> </example>
module markowner:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ACC">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="ACC" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
<np role="obj" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<np role="obj" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np role="obj" case="ACC" number="sing">
- <np type="owner_owned" number="sing">
- <np type="owner_owned" role="owner" number="sing">
+ <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
- <np role="obj" case="ACC" number="sing">
- <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" number="sing" case="ACC" role="obj">
<np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
- <np type="owner_owned" number="sing" case="ACC" role="obj">
- <np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
- </np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
- </np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="ACC"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" ph="n e p e ˈ r i" slots="Cir V2 Cmr V1 T1 Cmr V2">nepeˈri</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="h e k o ˈ l aː" slots="Cir V2 Cmr V1 T1 Cmr V2">hekoˈlaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="m u" slots="Cir V1">mu</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC" ph="b uː" slots="Cir V1">buː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="t u" slots="Cir V1">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" ph="n e p e ˈ r i" slots="Cir V2 Cmr V1 T1 Cmr V2">nepeˈri</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" ph="n e p e ˈ r i">nepeˈri</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="h e k o ˈ l aː" slots="Cir V2 Cmr V1 T1 Cmr V2">hekoˈlaː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="h e k o ˈ l aː">hekoˈlaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="m u" slots="Cir V1">mu</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="m u">mu</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC" ph="b uː" slots="Cir V1">buː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC" ph="b uː">buː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="t u" slots="Cir V1">tu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="t u">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" ph="n e p e ˈ r i">nepeˈri</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="h e k o ˈ l aː">hekoˈlaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="m u">mu</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC" ph="b uː">buː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="t u">tu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM">nepeˈri</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">duːˈ</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN">hekoˈlaː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">duːˈ</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN">mu</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC">duːˈ</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC">buː</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">neˈperi</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">heˈkolaː</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">buː</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">tu</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː neˈperi ˈduː heˈkolaː ˈduː mu ˈduː buː meː tu ɡudu</p> + <p>duu neperi duu hekolaa duu mu duu buu mee tu gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>neˈperi</o> + <g>lion</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>heˈkolaː</o> + <g>hunter</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>mu</o> + <g>daughter</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>buː</o> + <g>dog</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>tu</o> + <g>eat</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu neperi duu hekolaa duu mu duu buu mee tu gudu. [ˈduː neˈperi ˈduː heˈkolaː ˈduː mu ˈduː buː meː tu ɡudu] ˈduː the neˈperi lion ˈduː the heˈkolaː hunter ˈduː the mu daughter ˈduː the buː dog meː ACC tu eat ɡudu PAST “The lion ate the hunter’s daughter’s dog.” | (17) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Yuki reveals typologically significant preferences in the ordering of nominal constituents. This includes the position of adjectives, numerals, and possessors relative to the noun, each of which can offer clues to the overall headedness of the language.
Possessive constructions are head-final: the possessor precedes the possessed noun. For example, Yuki expresses “the child’s toy” with the equivalent of “child toy”. This ordering is found in many SOV and postpositional languages and aligns with a broader tendency towards modifier-first structures.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="NOM" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="NOM" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing" case="NOM"> + <np type="owner_owned" role="owner" number="sing" case="NOM"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> + <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> + <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> + <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> + <thingy type="npcase" function="enclitic" gloss="NOM"/> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM" number="sing"> - <np type="owner_owned" role="owner" number="sing" case="NOM"> - <np type="owner_owned" role="owner" number="sing" case="NOM"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="son"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="friend"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="book"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> </example>
addaffixes:
No change.
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="k uː ˈ" slots="Cir V1 T1">kuːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="k i" slots="Cir V1">ki</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="l i" slots="Cir V1">li</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM" ph="s iː h oː" slots="C V C V">siːhoː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="k uː ˈ" slots="Cir V1 T1">kuːˈ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="k i" slots="Cir V1">ki</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="k uː ˈ">kuːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="k i">ki</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="l i" slots="Cir V1">li</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="l i">li</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM" ph="s iː h oː" slots="C V C V">siːhoː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM" ph="s iː h oː">siːhoː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> </flat> </example>
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="k uː ˈ">kuːˈ</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="k i">ki</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="l i">li</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM" ph="s iː h oː">siːhoː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN">kuːˈ</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">duːˈ</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN">ki</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">duːˈ</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN">li</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">duːˈ</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM">siːhoː</word> </flat> + <p><span class="ilpair"><span class="mor">ˈkuː</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ki</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">li</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">siːhoː</span><br><span class="gls">book</span></span></p> + <p>ˈkuː ˈduː ki ˈduː li ˈduː siːhoː</p> + <p>kuu duu ki duu li duu siihoo</p> + <il> + <w> + <o>ˈkuː</o> + <g>2.sing</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>ki</o> + <g>son</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>li</o> + <g>friend</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>siːhoː</o> + <g>book</g> + </w> + </il> </example>
kuu duu ki duu li duu siihoo [ˈkuː ˈduː ki ˈduː li ˈduː siːhoː] ˈkuː 2.sing ˈduː the ki son ˈduː the li friend ˈduː the siːhoː book “your son’s friend’s book” | (18) |
Case Marking
Yuki uses nominative–accusative case marking. The subject of an intransitive verb and the subject of a transitive verb are treated alike and take the nominative case, while the object of a transitive verb is marked with the accusative case. This is the familiar pattern from many European languages: the grammar groups together the participants that function as subjects and marks the participant affected by a transitive action separately.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="sleep"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="sleep"/> + </vp> </s> </example>
module casemarking:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː" slots="Cir V1">zaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="b oː" slots="Cir V1">boː</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː" slots="Cir V1">zaː</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː">zaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="b oː" slots="Cir V1">boː</word> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="b oː">boː</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː">zaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="b oː">boː</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">zaː</word> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">boː</word> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">zaː</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">boː</span><br><span class="gls">sleep</span></span></p> + <p>ˈduː zaː boː</p> + <p>duu zaa boo</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>zaː</o> + <g>cat</g> + </w> + <w> + <o>boː</o> + <g>sleep</g> + </w> + </il> </example>
Duu zaa boo. [ˈduː zaː boː] ˈduː the zaː cat boː sleep “The cat is sleeping.” | (19) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="run"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="run"/> + </vp> </s> </example>
module casemarking:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː" slots="Cir V1">zaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="r aː" slots="Cir V1">raː</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː" slots="Cir V1">zaː</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː">zaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="r aː" slots="Cir V1">raː</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="r aː">raː</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː">zaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="r aː">raː</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">zaː</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">raː</word> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">zaː</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">raː</span><br><span class="gls">run</span></span></p> + <p>ˈduː zaː raː</p> + <p>duu zaa raa</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>zaː</o> + <g>cat</g> + </w> + <w> + <o>raː</o> + <g>run</g> + </w> + </il> </example>
Duu zaa raa. [ˈduː zaː raː] ˈduː the zaː cat raː run “The cat is running.” | (20) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> </s> </example>
module casemarking:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="chase"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː" slots="Cir V1">zaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing" ph="l i r u ˈ k oː" slots="Cir V2 Cmr V1 T1 Cmr V2">liruˈkoː</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː" slots="Cir V1">zaː</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː">zaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing" ph="l i r u ˈ k oː" slots="Cir V2 Cmr V1 T1 Cmr V2">liruˈkoː</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing" ph="l i r u ˈ k oː">liruˈkoː</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː">zaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing" ph="l i r u ˈ k oː">liruˈkoː</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">zaː</word> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">niːpoˈɲa</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">liruˈkoː</word> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">zaː</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niːˈpoɲa</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">liˈrukoː</span><br><span class="gls">chase</span></span></p> + <p>ˈduː zaː ˈduː niːˈpoɲa meː liˈrukoː</p> + <p>duu zaa duu niipoña mee lirukoo</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>zaː</o> + <g>cat</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>niːˈpoɲa</o> + <g>mouse</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>liˈrukoː</o> + <g>chase</g> + </w> + </il> </example>
Duu zaa duu niipoña mee lirukoo. [ˈduː zaː ˈduː niːˈpoɲa meː liˈrukoː] ˈduː the zaː cat ˈduː the niːˈpoɲa mouse meː ACC liˈrukoː chase “The cat is chasing the mouse.” | (21) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </s> </example>
module casemarking:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː" slots="Cir V1">zaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="h aː" slots="Cir V1">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː" slots="Cir V1">zaː</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː">zaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="h aː" slots="Cir V1">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="h aː">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="z aː">zaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="h aː">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">zaː</word> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">niːpoˈɲa</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">zaː</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niːˈpoɲa</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">haː</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː zaː ˈduː niːˈpoɲa meː haː ɡudu</p> + <p>duu zaa duu niipoña mee haa gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>zaː</o> + <g>cat</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>niːˈpoɲa</o> + <g>mouse</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>haː</o> + <g>catch</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu zaa duu niipoña mee haa gudu. [ˈduː zaː ˈduː niːˈpoɲa meː haː ɡudu] ˈduː the zaː cat ˈduː the niːˈpoɲa mouse meː ACC haː catch ɡudu PAST “The cat caught the mouse.” | (22) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> </s> </example>
module casemarking:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ACC"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ACC">
+ <np role="obj" tr="rheme" case="ACC" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np role="obj" tr="rheme" case="ACC" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np role="obj" tr="rheme" case="ACC" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np role="obj" tr="rheme" case="ACC" number="plur">
- <conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </conjp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
fixpronouns:
No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np role="obj" tr="rheme" case="ACC" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="kill"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np role="obj" tr="rheme" case="ACC" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
- <np role="obj" tr="rheme" case="ACC" number="plur">
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="kill"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="h e k o ˈ l aː" slots="Cir V2 Cmr V1 T1 Cmr V2">hekoˈlaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="n i j o ˈ s e" slots="Cir V2 Cmr V1 T1 Cmr V2">nijoˈse</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː" slots="Cis V2">jeː</thingy> + <word posp="conj" gloss="and" ph="h iː ˈ" slots="Cir V1 T1">hiːˈ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="h a l e ˈ l a" slots="Cir V2 Cmr V1 T1 Cmr V2">haleˈla</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː" slots="Cis V2">jeː</thingy> + <word posp="conj" gloss="and" ph="h iː ˈ" slots="Cir V1 T1">hiːˈ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="n e p e ˈ r i" slots="Cir V2 Cmr V1 T1 Cmr V2">nepeˈri</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː" slots="Cis V2">jeː</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="z eː" slots="Cir V1">zeː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="h e k o ˈ l aː" slots="Cir V2 Cmr V1 T1 Cmr V2">hekoˈlaː</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="h e k o ˈ l aː">hekoˈlaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="n i j o ˈ s e" slots="Cir V2 Cmr V1 T1 Cmr V2">nijoˈse</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː" slots="Cis V2">jeː</thingy> - <word posp="conj" gloss="and" ph="h iː ˈ" slots="Cir V1 T1">hiːˈ</word> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="h a l e ˈ l a" slots="Cir V2 Cmr V1 T1 Cmr V2">haleˈla</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː" slots="Cis V2">jeː</thingy> - <word posp="conj" gloss="and" ph="h iː ˈ" slots="Cir V1 T1">hiːˈ</word> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="n e p e ˈ r i" slots="Cir V2 Cmr V1 T1 Cmr V2">nepeˈri</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː" slots="Cis V2">jeː</thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="z eː" slots="Cir V1">zeː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="n i j o ˈ s e">nijoˈse</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː">jeː</thingy> + <word posp="conj" gloss="and" ph="h iː ˈ">hiːˈ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="h a l e ˈ l a">haleˈla</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː">jeː</thingy> + <word posp="conj" gloss="and" ph="h iː ˈ">hiːˈ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="n e p e ˈ r i">nepeˈri</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː">jeː</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="z eː">zeː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="h e k o ˈ l aː">hekoˈlaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="n i j o ˈ s e">nijoˈse</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː">jeː</thingy> - <word posp="conj" gloss="and" ph="h iː ˈ">hiːˈ</word> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="h a l e ˈ l a">haleˈla</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː">jeː</thingy> - <word posp="conj" gloss="and" ph="h iː ˈ">hiːˈ</word> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="n e p e ˈ r i">nepeˈri</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="j eː">jeː</thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur" ph="z eː">zeː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">hekoˈlaː</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">duːˈ</word> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">nijoˈse</word> + <thingy type="npnumber" function="enclitic" gloss="plur">jeː</thingy> + <word posp="conj" gloss="and">hiːˈ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">duːˈ</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">haleˈla</word> + <thingy type="npnumber" function="enclitic" gloss="plur">jeː</thingy> + <word posp="conj" gloss="and">hiːˈ</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">duːˈ</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">nepeˈri</word> + <thingy type="npnumber" function="enclitic" gloss="plur">jeː</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">zeː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">heˈkolaː</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niˈjose</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">jeː</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈhiː</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">haˈlela</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">jeː</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈhiː</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">neˈperi</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">jeː</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">zeː</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː heˈkolaː ˈduː niˈjose jeː ˈhiː ˈduː haˈlela jeː ˈhiː ˈduː neˈperi jeː meː zeː ɡudu</p> + <p>duu hekolaa duu nijose jee hii duu halela jee hii duu neperi jee mee zee gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>heˈkolaː</o> + <g>hunter</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>niˈjose</o> + <g>jaguar</g> + </w> + <w> + <o>jeː</o> + <g>plur</g> + </w> + <w> + <o>ˈhiː</o> + <g>and</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>haˈlela</o> + <g>tiger</g> + </w> + <w> + <o>jeː</o> + <g>plur</g> + </w> + <w> + <o>ˈhiː</o> + <g>and</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>neˈperi</o> + <g>lion</g> + </w> + <w> + <o>jeː</o> + <g>plur</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>zeː</o> + <g>kill</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu hekolaa duu nijose jee hii duu halela jee hii duu neperi jee mee zee gudu. [ˈduː heˈkolaː ˈduː niˈjose jeː ˈhiː ˈduː haˈlela jeː ˈhiː ˈduː neˈperi jeː meː zeː ɡudu] ˈduː the heˈkolaː hunter ˈduː the niˈjose jaguar jeː plur ˈhiː and ˈduː the haˈlela tiger jeː plur ˈhiː and ˈduː the neˈperi lion jeː plur meː ACC zeː kill ɡudu PAST “The hunter killed the jaguars, the tigers and the lions.” | (23) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Yuki provides further insight into the structure of the noun phrase. These elements frequently exhibit fixed positions and may reveal whether the language favours head-initial or head-final patterns.
Complex Sentences
Relative Clauses
Yuki forms relative clauses by placing them before the noun they modify. The modifier takes the form of a finite clause that precedes the head noun without any relative pronoun. The clause shows ordinary clausal structure, with the role of the head noun recoverable from the syntactic position inside the clause.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp1" translation="I patted the cat.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="z aː" slots="Cir V1">zaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="relp1" translation="I patted the cat."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="z aː" slots="Cir V1">zaː</word> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="z aː">zaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːwoˈpu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="z aː">zaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u">wiːwoˈpu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">zaː</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">zaː</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">wiːˈwopu</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː zaː meː wiːˈwopu ɡudu</p> + <p>duu zaa mee wiiwopu gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>zaː</o> + <g>cat</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>wiːˈwopu</o> + <g>pat</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu zaa mee wiiwopu gudu. [ˈduː zaː meː wiːˈwopu ɡudu] ˈduː the zaː cat meː ACC wiːˈwopu pat ɡudu PAST “I patted the cat.” | (24) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="ACC" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="obj" case="ACC" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np role="obj" case="ACC" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <np role="obj" case="ACC" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np role="obj" case="ACC" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np role="obj" case="ACC" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> + <flat> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="h aː" slots="Cir V1">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" ph="z aː" slots="Cir V1">zaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="h aː" slots="Cir V1">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="h aː">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" ph="z aː" slots="Cir V1">zaː</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" ph="z aː">zaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːwoˈpu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="h aː">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" ph="z aː">zaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u">wiːwoˈpu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC">niːpoˈɲa</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC">zaː</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niːˈpoɲa</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">haː</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">zaː</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">wiːˈwopu</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː niːˈpoɲa meː haː ɡudu ˈduː zaː meː wiːˈwopu ɡudu</p> + <p>duu niipoña mee haa gudu duu zaa mee wiiwopu gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>niːˈpoɲa</o> + <g>mouse</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>haː</o> + <g>catch</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>zaː</o> + <g>cat</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>wiːˈwopu</o> + <g>pat</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu niipoña mee haa gudu duu zaa mee wiiwopu gudu. [ˈduː niːˈpoɲa meː haː ɡudu ˈduː zaː meː wiːˈwopu ɡudu] ˈduː the niːˈpoɲa mouse meː ACC haː catch ɡudu PAST ˈduː the zaː cat meː ACC wiːˈwopu pat ɡudu PAST “I patted the cat that caught the mouse.” | (25) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <subs> - <np role="obj"> + <np role="obj" case="ACC"> <subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module markowner:
No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="ACC" number="sing">
<subs>
<np role="obj" case="ACC" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="obj" case="ACC" number="sing">
<subs>
<np role="obj" case="ACC" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np role="obj" case="ACC" number="sing"> <subs> <np role="obj" case="ACC" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <np role="obj" case="ACC" number="sing"> <subs> <np role="obj" case="ACC" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np role="obj" case="ACC" number="sing">
<subs>
<np role="obj" case="ACC" number="sing">
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np role="obj" case="ACC" number="sing"> <subs> - <np role="obj" case="ACC" number="sing"> <subs> <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<subs>
<subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <subs> - <subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> + <flat> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d iː m e ˈ r a" slots="Cir V2 Cmr V1 T1 Cmr V2">diːmeˈra</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="t u" slots="Cir V1">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="h aː" slots="Cir V1">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" ph="z aː" slots="Cir V1">zaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d iː m e ˈ r a" slots="Cir V2 Cmr V1 T1 Cmr V2">diːmeˈra</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d iː m e ˈ r a">diːmeˈra</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="t u" slots="Cir V1">tu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="t u">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="h aː" slots="Cir V1">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="h aː">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" ph="z aː" slots="Cir V1">zaː</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" ph="z aː">zaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːwoˈpu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d iː m e ˈ r a">diːmeˈra</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="t u">tu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" ph="h aː">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" ph="z aː">zaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing" ph="w iː w o ˈ p u">wiːwoˈpu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC">diːmeˈra</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC">niːpoˈɲa</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC">zaː</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">diːˈmera</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">tu</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niːˈpoɲa</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">haː</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">zaː</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">wiːˈwopu</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː diːˈmera meː tu ɡudu ˈduː niːˈpoɲa meː haː ɡudu ˈduː zaː meː wiːˈwopu ɡudu</p> + <p>duu diimera mee tu gudu duu niipoña mee haa gudu duu zaa mee wiiwopu gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>diːˈmera</o> + <g>cheese</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>tu</o> + <g>eat</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>niːˈpoɲa</o> + <g>mouse</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>haː</o> + <g>catch</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>zaː</o> + <g>cat</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>wiːˈwopu</o> + <g>pat</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu diimera mee tu gudu duu niipoña mee haa gudu duu zaa mee wiiwopu gudu. [ˈduː diːˈmera meː tu ɡudu ˈduː niːˈpoɲa meː haː ɡudu ˈduː zaː meː wiːˈwopu ɡudu] ˈduː the diːˈmera cheese meː ACC tu eat ɡudu PAST ˈduː the niːˈpoɲa mouse meː ACC haː catch ɡudu PAST ˈduː the zaː cat meː ACC wiːˈwopu pat ɡudu PAST “I patted the cat that caught the mouse that ate the cheese.” | (26) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" head="this" locus="number">
+ </subs>
+ <np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
</subs>
+ </np>
+ </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
tva1tva2
tva1
tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np role="obj"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> </s> </example>
module casemarking:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM"> <word person="1excl" number="sing" posp="pron"/> </np> - <np role="obj"> + <np role="obj" case="ACC"> <subs> - <np role="obj"> + <np role="obj" case="ACC"> <subs> - <np role="obj"> + <np role="obj" case="ACC"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
module markowner:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="ACC">
<subs>
<np role="obj" case="ACC">
<subs>
<np role="obj" case="ACC">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
- <np role="obj" case="ACC">
+ <np role="obj" case="ACC" number="sing">
<subs>
- <np role="obj" case="ACC">
- <np type="owner_owned">
+ <np role="obj" case="ACC" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj" case="ACC" number="sing">
<subs>
<np role="obj" case="ACC" number="sing">
<subs>
<np role="obj" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="obj" case="ACC" number="sing">
<subs>
<np role="obj" case="ACC" number="sing">
<subs>
<np role="obj" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
</np>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC" number="sing" person="1excl"> <subs> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC" number="sing" person="1excl"> <subs> - <np role="obj" case="ACC" number="sing"> + <np role="obj" case="ACC" number="sing" person="1excl"> <np type="owner_owned" number="sing"> - <np number="sing" def="neither" role="owned" locus="number"> + <np number="sing" def="neither" role="owned" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np role="owner" number="sing" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> <np def="def" number="sing" role="obj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="eat"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <np role="obj" case="ACC" number="sing" person="1excl"> <subs> <np role="obj" case="ACC" number="sing" person="1excl"> <subs> <np role="obj" case="ACC" number="sing" person="1excl"> <np type="owner_owned" number="sing"> <np number="sing" def="neither" role="owned" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np role="owner" number="sing" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> </subs> </np> </np> <np def="def" number="sing" role="obj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="eat"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="catch"/> </vp> </subs> <np def="def" number="sing" role="subj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> </s> </example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np role="obj" case="ACC" number="sing" person="1excl">
<subs>
<np role="obj" case="ACC" number="sing" person="1excl">
<subs>
<np role="obj" case="ACC" number="sing" person="1excl">
- <np type="owner_owned" number="sing">
- <np number="sing" def="neither" role="owned" locus="number" person="1excl">
+ <np type="owner_owned" number="sing" case="ACC">
+ <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
</np>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np role="obj" case="ACC" number="sing" person="1excl"> <subs> - <np role="obj" case="ACC" number="sing" person="1excl"> <subs> - <np role="obj" case="ACC" number="sing" person="1excl"> <np type="owner_owned" number="sing" case="ACC"> <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np role="owner" number="sing" case="GEN"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> </np> </np> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="eat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="catch"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> - <np def="def" number="sing" role="subj" locus="number" case="ACC"> + <np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"> <word posp="verb" gloss="pat"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<subs>
<subs>
- <np type="owner_owned" number="sing" case="ACC">
<np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
- </np>
<np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<subs>
<subs>
<np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <subs> - <subs> - <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC"/> - </np> - <np role="owner" number="sing" case="GEN"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - </np> - <np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - <np def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" ph="m aː ˈ" slots="Cir V1 T1">maːˈ</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="p iː" slots="Cir V1">piː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d iː m e ˈ r a" slots="Cir V2 Cmr V1 T1 Cmr V2">diːmeˈra</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" ph="t u" slots="Cir V1">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" ph="h aː" slots="Cir V1">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="z aː" slots="Cir V1">zaː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing" ph="w iː w o ˈ p u" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" ph="m aː ˈ" slots="Cir V1 T1">maːˈ</word> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="p iː" slots="Cir V1">piː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" ph="m aː ˈ">maːˈ</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="p iː">piː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d iː m e ˈ r a" slots="Cir V2 Cmr V1 T1 Cmr V2">diːmeˈra</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d iː m e ˈ r a">diːmeˈra</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" ph="t u" slots="Cir V1">tu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" ph="t u">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="n iː p o ˈ ɲ a" slots="Cir V2 Cmr V1 T1 Cmr V2">niːpoˈɲa</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" ph="h aː" slots="Cir V1">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" ph="h aː">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="z aː" slots="Cir V1">zaː</word> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="z aː">zaː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing" ph="w iː w o ˈ p u" slots="Cir V2 Cmr V1 T1 Cmr V2">wiːwoˈpu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing" ph="w iː w o ˈ p u">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" ph="m aː ˈ">maːˈ</word> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="p iː">piː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d iː m e ˈ r a">diːmeˈra</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" ph="t u">tu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="n iː p o ˈ ɲ a">niːpoˈɲa</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" ph="h aː">haː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl" ph="z aː">zaː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing" ph="w iː w o ˈ p u">wiːwoˈpu</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC">maːˈ</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">piː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">duːˈ</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">diːmeˈra</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">tu</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">duːˈ</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">niːpoˈɲa</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing">haː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">duːˈ</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" case="ACC" person="1excl">zaː</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="1excl.sing">wiːwoˈpu</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈmaː</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">piː</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">diːˈmera</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">tu</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">niːˈpoɲa</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">haː</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">zaː</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">wiːˈwopu</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈmaː piː ɡudu ˈduː diːˈmera meː tu ɡudu ˈduː niːˈpoɲa meː haː ɡudu ˈduː zaː meː wiːˈwopu ɡudu</p> + <p>maa pii gudu duu diimera mee tu gudu duu niipoña mee haa gudu duu zaa mee wiiwopu gudu</p> + <il> + <w> + <o>ˈmaː</o> + <g>1excl.sing</g> + </w> + <w> + <o>piː</o> + <g>buy</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>diːˈmera</o> + <g>cheese</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>tu</o> + <g>eat</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>niːˈpoɲa</o> + <g>mouse</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>haː</o> + <g>catch</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>zaː</o> + <g>cat</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>wiːˈwopu</o> + <g>pat</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Maa pii gudu duu diimera mee tu gudu duu niipoña mee haa gudu duu zaa mee wiiwopu gudu. [ˈmaː piː ɡudu ˈduː diːˈmera meː tu ɡudu ˈduː niːˈpoɲa meː haː ɡudu ˈduː zaː meː wiːˈwopu ɡudu] ˈmaː 1excl.sing piː buy ɡudu PAST ˈduː the diːˈmera cheese meː ACC tu eat ɡudu PAST ˈduː the niːˈpoɲa mouse meː ACC haː catch ɡudu PAST ˈduː the zaː cat meː ACC wiːˈwopu pat ɡudu PAST “I patted the cat that caught the mouse that ate the cheese that I bought.” | (27) |
Complementation Strategies
Yuki forms complement clauses by nominalising the embedded verb. The nominalised form lacks finite verbal categories and behaves as a noun phrase. Subjects of nominalised clauses occur in the genitive case, and the nominalised verb establishes the semantic content of the complement.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
+ <np type="owner_owned">
+ <np number="sing" def="def" head="this" role="owned" locus="number">
+ <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
+ </np>
+ </np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="give"/> - </vp> - <np number="sing" role="obj" locus="number"> - <word posp="noun" gloss="apple"/> - </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <np number="sing" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> + </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="give"/> + </vp> </subs> </np> </np> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> </s> </example>
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" case="NOM"> <np type="owner_owned"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing"> <subs> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> + <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> - <np number="sing" def="def" role="indobj" locus="number"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> </s> </example>
module markowner:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM">
<np type="owner_owned">
<np number="sing" def="def" head="this" role="owned" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
</np>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="NOM"> - <np type="owner_owned"> + <np role="subj" case="NOM" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="owner" number="sing" case="GEN"> <subs> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> </subs> </np> </np> </np> <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> </s> </example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" head="this" role="owned" locus="number">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
</np>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
- <word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" head="this" role="owned" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing">
<word posp="verb" gloss="give"/>
</vp>
</subs>
</np>
</np>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
<word posp="verb" gloss="surprise"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="NOM" number="sing">
- <np type="owner_owned" number="sing">
- <np number="sing" def="def" head="this" role="owned" locus="number">
+ <np type="owner_owned" number="sing" case="NOM">
+ <np number="sing" def="def" head="this" role="owned" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing">
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="NOM" number="sing"> - <np type="owner_owned" number="sing" case="NOM"> + <np type="owner_owned" number="sing" case="NOM" role="subj"> <np number="sing" def="def" head="this" role="owned" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np role="owner" number="sing" case="GEN"> <subs> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word gloss="the" posp="det"/> <word posp="noun" gloss="girl"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> </np> <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing"> <word posp="verb" gloss="give"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> </np> </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word gloss="the" posp="det"/> <word posp="noun" gloss="teacher"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"> <word posp="verb" gloss="surprise"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
unwrapOwnerOwned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np type="owner_owned" number="sing" case="NOM" role="subj"> <np number="sing" def="def" head="this" role="owned" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> </np> <np role="owner" number="sing" case="GEN"> <subs> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word gloss="the" posp="det"/> <word posp="noun" gloss="girl"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> </np> <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing"> <word posp="verb" gloss="give"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </subs> </np> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word gloss="the" posp="det"/> <word posp="noun" gloss="teacher"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"> <word posp="verb" gloss="surprise"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> </s> </example>
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np number="sing" def="def" head="this" role="owned" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np number="sing" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing">
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
- <word posp="verb" gloss="surprise"/>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np number="sing" def="def" head="this" role="owned" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> - </np> - <np role="owner" number="sing" case="GEN"> - <subs> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> - </np> - <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing"> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - </np> <thingy type="npcase" function="enclitic" gloss="NOM"/> - <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="DAT"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="DAT"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="w o" slots="Cir V1">wo</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="l u" slots="Cir V1">lu</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː" slots="Cis V2">peː</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" ph="n aː p o ˈ k o" slots="Cir V2 Cmr V1 T1 Cmr V2">naːpoˈko</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing" ph="p oː" slots="Cir V1">poː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="s eː s aː ɲ eː" slots="C V C V C V">seːsaːɲeː</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː" slots="Cis V2">peː</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" ph="n oː m e ˈ n i" slots="Cir V2 Cmr V1 T1 Cmr V2">noːmeˈni</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="w o" slots="Cir V1">wo</word> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="w o">wo</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="l u" slots="Cir V1">lu</word> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="l u">lu</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː" slots="Cis V2">peː</thingy> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" ph="n aː p o ˈ k o" slots="Cir V2 Cmr V1 T1 Cmr V2">naːpoˈko</word> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː">peː</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" ph="n aː p o ˈ k o">naːpoˈko</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing" ph="p oː" slots="Cir V1">poː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing" ph="p oː">poː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="s eː s aː ɲ eː" slots="C V C V C V">seːsaːɲeː</word> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="s eː s aː ɲ eː">seːsaːɲeː</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː" slots="Cis V2">peː</thingy> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" ph="n oː m e ˈ n i" slots="Cir V2 Cmr V1 T1 Cmr V2">noːmeˈni</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː">peː</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" ph="n oː m e ˈ n i">noːmeˈni</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="w o">wo</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="l u">lu</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː">peː</thingy> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" ph="n aː p o ˈ k o">naːpoˈko</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing" ph="p oː">poː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="s eː s aː ɲ eː">seːsaːɲeː</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː">peː</thingy> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" ph="n oː m e ˈ n i">noːmeˈni</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM">wo</word> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">duːˈ</word> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">lu</word> + <thingy type="npcase" function="enclitic" gloss="DAT">peː</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC">naːpoˈko</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" obj="3.sing">poː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT">duːˈ</word> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT">seːsaːɲeː</word> + <thingy type="npcase" function="enclitic" gloss="DAT">peː</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">noːmeˈni</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">wo</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lu</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">peː</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">naːˈpoko</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">poː</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">seːsaːɲeː</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">peː</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">noːˈmeni</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː wo ˈduː lu peː naːˈpoko meː poː ɡudu ˈduː seːsaːɲeː peː noːˈmeni ɡudu</p> + <p>duu wo duu lu pee naapoko mee poo gudu duu seesaañee pee noomeni gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>wo</o> + <g>boy</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>lu</o> + <g>girl</g> + </w> + <w> + <o>peː</o> + <g>DAT</g> + </w> + <w> + <o>naːˈpoko</o> + <g>apple</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>poː</o> + <g>give</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>seːsaːɲeː</o> + <g>teacher</g> + </w> + <w> + <o>peː</o> + <g>DAT</g> + </w> + <w> + <o>noːˈmeni</o> + <g>surprise</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu wo duu lu pee naapoko mee poo gudu duu seesaañee pee noomeni gudu. [ˈduː wo ˈduː lu peː naːˈpoko meː poː ɡudu ˈduː seːsaːɲeː peː noːˈmeni ɡudu] ˈduː the wo boy ˈduː the lu girl peː DAT naːˈpoko apple meː ACC poː give ɡudu PAST ˈduː the seːsaːɲeː teacher peː DAT noːˈmeni surprise ɡudu PAST “It surprised the teacher that the boy had given the girl an apple.” | (28) |
Quotes
Yuki employs a quotative particle to mark direct and indirect speech. The quotative follows the reported phrase and identifies the preceding expression as quoted or reported. The same construction is also used to express reported thoughts.
Here is an example of how quotations are expressed:
initial XML:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp tam="past-punct">
<verb>tell</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>boy</noun>
</np>
<np role="obj" tr="rheme">
<subs>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp tam="past-punct"> - <verb>tell</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> <np role="obj" tr="rheme"> <subs> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module nominalise:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
+ </np>
+ </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="tell"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> + <word gloss="the" posp="det"/> + </np> <np role="obj" tr="rheme"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> </subs> </np> </np> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> - <word posp="noun" gloss="girl"/> - <word gloss="the" posp="det"/> - </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="tell"/> + </vp> </s> </example>
module casemarking:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="ACC"> <np type="owner_owned"> <np number="sing" def="neither" role="owned" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="owner" number="sing"> <subs> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> </subs> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> </s> </example>
module markowner:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ACC">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ACC">
- <np type="owner_owned">
+ <np role="obj" tr="rheme" case="ACC" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
- <np role="obj" tr="rheme" case="ACC" number="sing">
+ <np role="obj" tr="rheme" case="ACC" number="sing" person="1excl">
<np type="owner_owned" number="sing">
- <np number="sing" def="neither" role="owned" locus="number">
+ <np number="sing" def="neither" role="owned" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <np role="owner" number="sing" case="GEN">
+ <np role="owner" number="sing" case="GEN" person="2">
<subs>
- <np number="sing" def="neither" role="obj" locus="number" case="ACC">
+ <np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love"/>
</vp>
</subs>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<word posp="verb" gloss="tell"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np role="obj" tr="rheme" case="ACC" number="sing" person="1excl">
- <np type="owner_owned" number="sing">
- <np number="sing" def="neither" role="owned" locus="number" person="1excl">
+ <np type="owner_owned" number="sing" case="ACC">
+ <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
</np>
+ <thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
- <np role="obj" tr="rheme" case="ACC" number="sing" person="1excl">
- <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" number="sing" case="ACC" role="obj" tr="rheme" person="1excl">
<np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
- </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<word posp="verb" gloss="tell"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
unwrapOwnerOwned:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
- <np type="owner_owned" number="sing" case="ACC" role="obj" tr="rheme" person="1excl">
- <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
+ <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
- </np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<word posp="verb" gloss="tell"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="NOM"/>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="npcase" function="enclitic" gloss="DAT"/>
</np>
<np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</subs>
</np>
<thingy type="npcase" function="enclitic" gloss="ACC"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
- <word posp="verb" gloss="tell"/>
+ <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="NOM"/> - </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="npcase" function="enclitic" gloss="DAT"/> - </np> - <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/> - </np> - <np role="owner" number="sing" case="GEN" person="2"> - <subs> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/> <thingy type="npcase" function="enclitic" gloss="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </subs> - </np> <thingy type="npcase" function="enclitic" gloss="ACC"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="npcase" function="enclitic" gloss="DAT"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="npcase" function="enclitic" gloss="ACC"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="w o" slots="Cir V1">wo</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="l u" slots="Cir V1">lu</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː" slots="Cis V2">peː</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme" ph="m aː ˈ" slots="Cir V1 T1">maːˈ</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" ph="k uː ˈ" slots="Cir V1 T1">kuːˈ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" ph="h eː" slots="Cir V1">heː</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing" ph="d oː" slots="Cir V1">doː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="w o" slots="Cir V1">wo</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="w o">wo</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="d uː ˈ" slots="Cir V1 T1">duːˈ</word> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="l u" slots="Cir V1">lu</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="d uː ˈ">duːˈ</word> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="l u">lu</word> <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː" slots="Cis V2">peː</thingy> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme" ph="m aː ˈ" slots="Cir V1 T1">maːˈ</word> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" ph="k uː ˈ" slots="Cir V1 T1">kuːˈ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" ph="h eː" slots="Cir V1">heː</word> + <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː">peː</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme" ph="m aː ˈ">maːˈ</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" ph="k uː ˈ">kuːˈ</word> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" ph="h eː">heː</word> <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː" slots="Cis V2">meː</thingy> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing" ph="d oː" slots="Cir V1">doː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u" slots="Cis V2 Cms V2">ɡudu</thingy> + <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing" ph="d oː">doː</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> </flat> </example>
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="w o">wo</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="NOM" ph="" slots="Cis V2"></thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="d uː ˈ">duːˈ</word> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="l u">lu</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph="" slots="Cis V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="DAT" ph="p eː">peː</thingy> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme" ph="m aː ˈ">maːˈ</word> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" ph="k uː ˈ">kuːˈ</word> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" ph="h eː">heː</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="npcase" function="enclitic" gloss="ACC" ph="m eː">meː</thingy> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing" ph="d oː">doː</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ɡ u d u">ɡudu</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph="" slots="Cis V2 Cms V2"></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph="" slots="Cis V2 Cms V2"></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">duːˈ</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">wo</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">duːˈ</word> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">lu</word> + <thingy type="npcase" function="enclitic" gloss="DAT">peː</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme">maːˈ</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC">kuːˈ</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">heː</word> + <thingy type="npcase" function="enclitic" gloss="ACC">meː</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">doː</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ɡudu</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">wo</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">ˈduː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lu</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">peː</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">ˈmaː</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ˈkuː</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">heː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">meː</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">doː</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">ɡudu</span><br><span class="gls"><span class="glssc">PAST</span></span></span></p> + <p>ˈduː wo ˈduː lu peː ˈmaː ˈkuː meː heː meː doː ɡudu</p> + <p>duu wo duu lu pee maa kuu mee hee mee doo gudu</p> + <il> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>wo</o> + <g>boy</g> + </w> + <w> + <o>ˈduː</o> + <g>the</g> + </w> + <w> + <o>lu</o> + <g>girl</g> + </w> + <w> + <o>peː</o> + <g>DAT</g> + </w> + <w> + <o>ˈmaː</o> + <g>1excl.sing</g> + </w> + <w> + <o>ˈkuː</o> + <g>2.sing</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>heː</o> + <g>love</g> + </w> + <w> + <o>meː</o> + <g>ACC</g> + </w> + <w> + <o>doː</o> + <g>tell</g> + </w> + <w> + <o>ɡudu</o> + <g>PAST</g> + </w> + </il> </example>
Duu wo duu lu pee maa kuu mee hee mee doo gudu. [ˈduː wo ˈduː lu peː ˈmaː ˈkuː meː heː meː doː ɡudu] ˈduː the wo boy ˈduː the lu girl peː DAT ˈmaː 1excl.sing ˈkuː 2.sing meː ACC heː love meː ACC doː tell ɡudu PAST “The boy told the girl that he loved her.” | (29) |
How to cite this grammar
Language Creator. 2026. A Grammar of Yuki. Generated by the Language Creator, version 0.92, on 2 August 2026. https://languagecreator.org/grammar/19TAR
In BibTeX format:
@misc{LC-19TAR,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Yuki}},
howpublished = {\url{https://languagecreator.org/grammar/19TAR}},
note = {Generated by the Language Creator, version 0.92, on 2 August 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Yuki / Yuki–English) accompany this grammar. The complete work – comprising the grammar, dictionary and texts – may also be downloaded in ODT or DOCX format.
Readers are encouraged to share observations or corrections via the feedback form. The present page may be accessed directly at:
https://languagecreator.org/grammar/19TAR
Behind the scenes, the Language Creator stores the generated language in a JSON-based format known as ELD. The corresponding ELD file may be downloaded, edited as required, and reuploaded in order to regenerate the grammar, dictionary and texts.
Language creation took 0.05 seconds; writing the grammar 0.06 seconds.