A Grammar of Ikan
Introduction
Scope and Purpose
This grammar provides a systematic description of the Ikan language (the 1046th 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 Ikan.
Typological Profile
It has not just singular and plural, but also dual, as well as a small but genuine set of click consonants and postpositions.Phonology
Phoneme Inventory
Consonants
Ikan has a moderately large consonant inventory, with 26 phonemes.
It has a complete absence of affricates, a strikingly small set of lateral and rhotic consonants, a noticeable presence of pharyngealised phonemes and a small but genuine set of click consonants.The table below presents the full inventory of consonant phonemes in Ikan. The chart lists all places and manners of articulation attested in the language.
| labial | dental | phar. dental | alveolar | phar. alveolar | postalveolar | palatal | velar | glottal | |
|---|---|---|---|---|---|---|---|---|---|
| stop | p b | d t | dˤ tˤ | k ɡ | |||||
| nasal | m | n | nˤ | ɲ | ŋ | ||||
| fricative | f | s | sˤ | ʃ | h | ||||
| approximant | w | j | |||||||
| implosive | ɓ | ||||||||
| click | ᵏǀ | ᵏǀˤ | |||||||
| click, nasal | ᵑǀ | ᵑǀˤ |
Vowels
Ikan has 8 vowel qualities, forming a relatively large inventory. The system distinguishes several vowel categories, as indicated in the chart, offering a wide range of vocalic contrasts.
It has a strikingly compressed height system with only two vowel heights and occasional ghost vowels that surface only weakly.The table below presents the full inventory of vowel phonemes in Ikan. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| open | a |
Stress and Tones
Ikan 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
Ikan 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/ | a’ /a̰/ | b /b/ | c /ᵏǀ/ |
| c̣ /ᵏǀˤ/ | d /d/ | ḍ /dˤ/ | f /f/ |
| g /ɡ/ | h /h/ | i /i/ | i’ /ḭ/ |
| j /j/ | k /k/ | m /m/ | n /n/ |
| ṇ /nˤ/ | p /p/ | s /s/ | ṣ /sˤ/ |
| t /t/ | ṭ /tˤ/ | u /u/ | u’ /ṵ/ |
| w /w/ | ñ /ɲ/ |
Multi-letter combinations such as digraphs
| ai /ai/ | au /au/ | bb /ɓ/ |
| nc /ᵑǀ/ | nc̣ /ᵑǀˤ/ | ng /ŋ/ |
| sh /ʃ/ |
Word Classes and Morphology
Number and Gender
Number
Ikan distinguishes singular, dual and plural.
Gender
Ikan does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Ikan 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 embed:
<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">
+ <np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<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">
<subs>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" comp="COMP">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</subs>
</np>
</s>
</example>
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" comp="COMP">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</subs>
</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> + <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" def="def" number="plur" tr="rheme" locus="number"> <subs> - <vp tam="pres-state" ta="PRES" comp="COMP"> - <word lexposp="adj" posp="verb" gloss="blind"/> - </vp> <np role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> + <vp tam="pres-state" ta="PRES" comp="COMP"> + <word lexposp="adj" posp="verb" gloss="blind"/> + </vp> </subs> </np> </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="ERG"> <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> <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" def="def" number="plur" tr="rheme" locus="number"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="NOM"> <subs> - <np role="subj" number="plur"> + <np role="subj" number="plur" case="NOM"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <vp tam="pres-state" ta="PRES" comp="COMP"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
createpronouns:
No change.
module markowned:
<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="ERG"> + <np role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> - <np number="sing" def="def" locus="number"> + <np number="sing" def="def" locus="number" possessor="no.owner"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </np> <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" def="def" number="plur" tr="rheme" locus="number" case="NOM"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="NOM" possessor="no.owner"> <subs> - <np role="subj" number="plur" case="NOM"> + <np role="subj" number="plur" case="NOM" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <vp tam="pres-state" ta="PRES" comp="COMP"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </subs> </np> </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="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</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>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<subs>
<np role="subj" number="plur" case="NOM" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
- <vp tam="pres-state" ta="PRES" comp="COMP">
+ <vp tam="pres-state" ta="PRES" comp="COMP" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</subs>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<subs>
<np role="subj" number="plur" case="NOM" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" comp="COMP" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
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="ERG" possessor="no.owner">
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" possessor="no.owner">
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
+ <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"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<subs>
<np role="subj" number="plur" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
+ <word posp="noun" gloss="mouse" role="subj" number="plur" case="NOM" possessor="no.owner"/>
+ <word posp="num" gloss="three" role="subj" number="plur" case="NOM" possessor="no.owner"/>
+ <word posp="det" gloss="yon" role="subj" number="plur" case="NOM" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" comp="COMP" subj="3.plur">
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" comp="COMP" subj="3.plur"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: det, case
returning NOM
addaffixes:
About to call getSlotValue for woman/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for knife/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for yon/det/case/obligatory
Got NOM
<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="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"/>
<pp role="comitative">
<np number="sing" def="def" locus="number" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" 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"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<subs>
<np role="subj" number="plur" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" role="subj" number="plur" case="NOM" possessor="no.owner"/>
<word posp="num" gloss="three" role="subj" number="plur" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word posp="det" gloss="yon" role="subj" number="plur" case="NOM" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" comp="COMP" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" comp="COMP" subj="3.plur"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
</subs>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
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="ERG" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"/> - <pp role="comitative"> - <np number="sing" def="def" locus="number" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" 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"/> - </vp> - <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="NOM" possessor="no.owner"> - <subs> - <np role="subj" number="plur" case="NOM" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mouse" role="subj" number="plur" case="NOM" possessor="no.owner"/> <word posp="num" gloss="three" role="subj" number="plur" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word posp="det" gloss="yon" role="subj" number="plur" case="NOM" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-state" ta="PRES" comp="COMP" subj="3.plur"> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" comp="COMP" subj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - </subs> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" role="subj" number="plur" case="NOM" possessor="no.owner"/> - <word posp="num" gloss="three" role="subj" number="plur" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word posp="det" gloss="yon" role="subj" number="plur" case="NOM" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" comp="COMP" subj="3.plur"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner" ph="i ˈ">iˈ</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner" ph="i ˈ d a tˤ">iˈdatˤ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMIT" posp="pp" role="comitative" ph="p i b i ˈ b">pibiˈb</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="mouse" role="subj" number="plur" case="NOM" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> + <word posp="num" gloss="three" role="subj" number="plur" case="NOM" possessor="no.owner" ph="h i ˈ j">hiˈj</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word posp="det" gloss="yon" role="subj" number="plur" case="NOM" possessor="no.owner" ph="u ˈ m">uˈm</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" comp="COMP" subj="3.plur" ph="ɓ u ˈ ɓ">ɓuˈɓ</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="m i j">mij</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner" ph="i ˈ">iˈ</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner" ph="i ˈ d a tˤ">iˈdatˤ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMIT" posp="pp" role="comitative" ph="p i b i ˈ b">pibiˈb</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="mouse" role="subj" number="plur" case="NOM" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> - <word posp="num" gloss="three" role="subj" number="plur" case="NOM" possessor="no.owner" ph="h i ˈ j">hiˈj</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word posp="det" gloss="yon" role="subj" number="plur" case="NOM" possessor="no.owner" ph="u ˈ m">uˈm</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" comp="COMP" subj="3.plur" ph="ɓ u ˈ ɓ">ɓuˈɓ</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="m i j">mij</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner">iˈ</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner">iˈdatˤ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner">a̰ˈɡ</word> + <word gloss="COMIT" posp="pp" role="comitative">pibiˈb</word> + <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">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="mouse" role="subj" number="plur" case="NOM" possessor="no.owner">iˈfasik</word> + <word posp="num" gloss="three" role="subj" number="plur" case="NOM" possessor="no.owner">hiˈj</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word posp="det" gloss="yon" role="subj" number="plur" case="NOM" possessor="no.owner">uˈm</word> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" comp="COMP" subj="3.plur">ɓuˈɓ</word> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <thingy type="npnumber" function="enclitic" gloss="plur">mij</thingy> </flat> + <p><span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈi</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈidatˤ</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">piˈbib</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤaɡ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈifasik</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ˈhij</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈum</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">ˈɓuɓ</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">mij</span><br><span class="gls">plur</span></span></p> + <p>ˈfi ˈna̰ɡ ˈdidatˤ ˈɓa̰ɡ piˈbib ˈᵏǀˤaɡ ᵑǀak ˈdifasik ˈhij ˈɓum ˈɓuɓ ᵑǀa mij</p> + <p>fi na’g didaṭ bba’g pibib c̣ag ncak difasik hij bbum bbubb nca mij</p> + <il> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈi</o> + <g>woman</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈidatˤ</o> + <g>knife</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>piˈbib</o> + <g>COMIT</g> + </w> + <w> + <o>ˈᵏǀˤaɡ</o> + <g>catch</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈifasik</o> + <g>mouse</g> + </w> + <w> + <o>ˈhij</o> + <g>three</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈum</o> + <g>yon</g> + </w> + <w> + <o>ˈɓuɓ</o> + <g>blind</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>mij</o> + <g>plur</g> + </w> + </il> </example>
Fi na’g didaṭ bba’g pibib c̣ag ncak difasik hij bbum bbubb nca mij. [ˈfi ˈna̰ɡ ˈdidatˤ ˈɓa̰ɡ piˈbib ˈᵏǀˤaɡ ᵑǀak ˈdifasik ˈhij ˈɓum ˈɓuɓ ᵑǀa mij] f- ERG ˈi woman n- ERG ˈa̰ɡ the d- NOM ˈidatˤ knife ɓ- NOM ˈa̰ɡ the piˈbib COMIT ˈᵏǀˤaɡ catch ᵑǀak PAST d- NOM ˈifasik mouse ˈhij three ɓ- NOM ˈum yon ˈɓuɓ blind ᵑǀa COMP mij plur “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 Ikan are enclitics (placed finally), and there are two types: a clitic expressing number, comprising haṭ /hatˤ/ ‘dual’ and mij /mij/ ‘plur’ followed by a clitic expressing possessor, comprising pi /pi/ ‘1incl.sing’, ja’ṭ /ja̰tˤ/ ‘1excl.sing’, wang /waŋ/ ‘2.sing’, ñubb /ɲuɓ/ ‘3.sing’, ñuḍ /ɲudˤ/ ‘1incl.dual’, kaj /kaj/ ‘1excl.dual’, ncaṣ /ᵑǀasˤ/ ‘2.dual’, ñuṣ /ɲusˤ/ ‘3.dual’, ṭibb /tˤiɓ/ ‘1incl.plur’, hiṇ /hinˤ/ ‘1excl.plur’, ci’g /ᵏǀḭɡ/ ‘2.plur’ and ṇiḍ /nˤidˤ/ ‘3.plur’.
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 Ikan.
The Noun
The noun in Ikan consists of an obligatory prefix expressing case, comprising d- /d-/ ‘NOM’, f- /f-/ ‘ERG’, w- /w-/ ‘ACC’, m- /m-/ ‘GEN’, ṣ- /sˤ-/ ‘DAT’, s- /s-/ ‘INS’, ṇ- /nˤ-/ ‘VOC’, bb- /ɓ-/ ‘ALL’, k- /k-/ ‘LOC’, h- /h-/ ‘ABL’ and j- /j-/ ‘PART’ followed by the root.
The noun displays the following derivational morphology: two suffixes, namely -ṣa /-sˤa/ ‘little’ and -gi /-ɡi/ ‘big’
The Adjective
The adjective in Ikan stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Ikan stands alone without any prefixes or suffixes attached to it.
Determiners
In Ikan, the determiner has the following structure: an obligatory prefix expressing case, comprising bb- /ɓ-/ ‘NOM’, n- /n-/ ‘ERG’, w- /w-/ ‘ACC’, p- /p-/ ‘GEN’, c- /ᵏǀ-/ ‘DAT’, ṭ- /tˤ-/ ‘INS’, ṇ- /nˤ-/ ‘VOC’, ṣ- /sˤ-/ ‘ALL’, b- /b-/ ‘LOC’, j- /j-/ ‘ABL’ and f- /f-/ ‘PART’ followed by the root.
Pronouns
The pronoun in Ikan stands alone without any prefixes or suffixes attached to it.
In Ikan, subject pronouns (but not object pronouns ones) 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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <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="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </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> <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="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> </s> </example>
module markowner:
No change.
module propagatenumber:
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> <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="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> </s> </example>
module markowned:
<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"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"> <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> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </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" possessor="no.owner">
<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>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</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" possessor="no.owner"> - <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> <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </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"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </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"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <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="ɲ i ˈ t">ɲiˈt</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner" ph="ɡ au ˈ d">ɡauˈd</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
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="ɲ i ˈ t">ɲiˈt</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner" ph="ɡ au ˈ d">ɡauˈd</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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">ɲiˈt</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">ɡauˈd</word> </flat> + <p><span class="ilpair"><span class="mor">ˈɲit</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">ˈɡaud</span><br><span class="gls">3.sing</span></span></p> + <p>ˈɲit ˈɡaud</p> + <p>ñit gaud</p> + <il> + <w> + <o>ˈɲit</o> + <g>love</g> + </w> + <w> + <o>ˈɡaud</o> + <g>3.sing</g> + </w> + </il> </example>
Ñit gaud. [ˈɲit ˈɡaud] ˈɲit love ˈɡaud 3.sing “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he (i.e., the subject) 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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <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="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </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> <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="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> </s> </example>
module markowner:
No change.
module propagatenumber:
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> <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="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> </s> </example>
module markowned:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner"> <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> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </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" possessor="no.owner">
<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>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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" possessor="no.owner">
- <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" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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" possessor="no.owner"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner" ph="ɡ au ˈ d">ɡauˈd</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="ɲ i ˈ t">ɲiˈt</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner" ph="ɡ au ˈ d">ɡauˈd</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
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" possessor="no.owner" ph="ɡ au ˈ d">ɡauˈd</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="ɲ i ˈ t">ɲiˈt</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner" ph="ɡ au ˈ d">ɡauˈd</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" possessor="no.owner">ɡauˈd</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">ɲiˈt</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" possessor="no.owner">ɡauˈd</word> </flat> + <p><span class="ilpair"><span class="mor">ˈɡaud</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ˈɲit</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">ˈɡaud</span><br><span class="gls">3.sing</span></span></p> + <p>ˈɡaud ˈɲit ˈɡaud</p> + <p>gaud ñit gaud</p> + <il> + <w> + <o>ˈɡaud</o> + <g>3.sing</g> + </w> + <w> + <o>ˈɲit</o> + <g>love</g> + </w> + <w> + <o>ˈɡaud</o> + <g>3.sing</g> + </w> + </il> </example>
Gaud ñit gaud. [ˈɡaud ˈɲit ˈɡaud] ˈɡaud 3.sing ˈɲit love ˈɡaud 3.sing “He loves her.” | (3) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <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="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </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> <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="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> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
createpronouns:
No change.
module markowned:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="NN1"/> <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> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </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="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</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>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</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" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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" possessor="no.owner">
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="NN2"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for NN1/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for NN2/noun/case/obligatory
Got ACC
About to call getSlotValue for the/det/case/obligatory
Got ACC
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ACC"/>
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ACC"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ACC"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ACC"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Ubimany hates Ainamit."> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="ACC"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ACC"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="Ubimany" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner" propernoun="yes" ph="u ˈ b i m a̰ ɲ">uˈbima̰ɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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 m ai ˈ f">ɲamaiˈf</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ACC" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="Ainamit" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner" propernoun="yes" ph="ai ˈ n a m ḭ t">aiˈnamḭt</word> + <thingy type="detcase" function="prefix" gloss="ACC" attach="prefix" ph="w">w</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Ubimany hates Ainamit."> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="Ubimany" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner" propernoun="yes" ph="u ˈ b i m a̰ ɲ">uˈbima̰ɲ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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 m ai ˈ f">ɲamaiˈf</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="ACC" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="Ainamit" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner" propernoun="yes" ph="ai ˈ n a m ḭ t">aiˈnamḭt</word> - <thingy type="detcase" function="prefix" gloss="ACC" attach="prefix" ph="w">w</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="Ubimany" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner" propernoun="yes">uˈbima̰ɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> + <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">ɲamaiˈf</word> + <thingy type="nouncase" function="prefix" gloss="ACC">w</thingy> + <word posp="noun" gloss="Ainamit" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner" propernoun="yes">aiˈnamḭt</word> + <thingy type="detcase" function="prefix" gloss="ACC">w</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈubima̰ɲ</span><br><span class="gls">Ubimany</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲaˈmaif</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈainamḭt</span><br><span class="gls">Ainamit</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ˈdubima̰ɲ ˈɓa̰ɡ ɲaˈmaif ˈwainamḭt ˈwa̰ɡ</p> + <p>dUbima’ñ bba’g ñamaif wAinami’t wa’g</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈubima̰ɲ</o> + <g>Ubimany</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲaˈmaif</o> + <g>hate</g> + </w> + <w> + <o>w-</o> + <g>ACC</g> + </w> + <w> + <o>ˈainamḭt</o> + <g>Ainamit</g> + </w> + <w> + <o>w-</o> + <g>ACC</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
DUbima’ñ bba’g ñamaif wAinami’t wa’g. [ˈdubima̰ɲ ˈɓa̰ɡ ɲaˈmaif ˈwainamḭt ˈwa̰ɡ] d- NOM ˈubima̰ɲ Ubimany ɓ- NOM ˈa̰ɡ the ɲaˈmaif hate w- ACC ˈainamḭt Ainamit w- ACC ˈa̰ɡ the “Ubimany hates Ainamit.” | (4) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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>
createpronouns:
No change.
module markowned:
<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"> + <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <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:
No change.
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" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</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" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </example>
addaffixes:
About to call getSlotValue for boy/noun/case/obligatoryGot GEN
About to call getSlotValue for the/det/case/obligatory
Got GEN
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> + <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> + <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> + <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> + <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ai ˈ nˤ">aiˈnˤ</word> + <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="ai ˈ m i ɓ u ʃ">aiˈmiɓuʃ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ai ˈ nˤ">aiˈnˤ</word> - <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="ai ˈ m i ɓ u ʃ">aiˈmiɓuʃ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">m</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">aiˈnˤ</word> + <thingy type="detcase" function="prefix" gloss="GEN">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">a̰ˈɡ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">aiˈmiɓuʃ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">ɲuɓ</thingy> </flat> + <p><span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈainˤ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">p-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaimiɓuʃ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲuɓ</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p> + <p>ˈmainˤ ˈpa̰ɡ ˈdaimiɓuʃ ˈɓa̰ɡ ɲuɓ</p> + <p>maiṇ pa’g daimibbush bba’g ñubb</p> + <il> + <w> + <o>m-</o> + <g>GEN</g> + </w> + <w> + <o>ˈainˤ</o> + <g>boy</g> + </w> + <w> + <o>p-</o> + <g>GEN</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaimiɓuʃ</o> + <g>apple</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲuɓ</o> + <g>3.sing.POSS</g> + </w> + </il> </example>
maiṇ pa’g daimibbush bba’g ñubb [ˈmainˤ ˈpa̰ɡ ˈdaimiɓuʃ ˈɓa̰ɡ ɲuɓ] m- GEN ˈainˤ boy p- GEN ˈa̰ɡ the d- NOM ˈaimiɓuʃ apple ɓ- NOM ˈa̰ɡ the ɲuɓ 3.sing.POSS “the boy’s apple” | (5) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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>
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 markowned:
<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"> + <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <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" possessor="3.sing"> <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:
No change.
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" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</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" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> + </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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ɡ au ˈ d">ɡauˈd</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="ai ˈ m i ɓ u ʃ">aiˈmiɓuʃ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> </flat> </example>
vowelharmony:
No change.
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" possessor="no.owner" ph="ɡ au ˈ d">ɡauˈd</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="ai ˈ m i ɓ u ʃ">aiˈmiɓuʃ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">ɡauˈd</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">aiˈmiɓuʃ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">ɲuɓ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ˈɡaud</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaimiɓuʃ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲuɓ</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p> + <p>ˈɡaud ˈdaimiɓuʃ ˈɓa̰ɡ ɲuɓ</p> + <p>gaud daimibbush bba’g ñubb</p> + <il> + <w> + <o>ˈɡaud</o> + <g>3.sing</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaimiɓuʃ</o> + <g>apple</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲuɓ</o> + <g>3.sing.POSS</g> + </w> + </il> </example>
gaud daimibbush bba’g ñubb [ˈɡaud ˈdaimiɓuʃ ˈɓa̰ɡ ɲuɓ] ˈɡaud 3.sing d- NOM ˈaimiɓuʃ apple ɓ- NOM ˈa̰ɡ the ɲuɓ 3.sing.POSS “his (the boy’s) apple” | (6) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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>
createpronouns:
No change.
module markowned:
<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"> + <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing"> <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:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/>
</np>
</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="def" locus="number" role="owned" possessor="1excl.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="posso2" translation="my apple"> <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"> + <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> + <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> </np> </example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM" ph="ai ˈ m i ɓ u ʃ">aiˈmiɓuʃ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS" ph="j a̰ tˤ">ja̰tˤ</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso2" translation="my apple"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM" ph="ai ˈ m i ɓ u ʃ">aiˈmiɓuʃ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS" ph="j a̰ tˤ">ja̰tˤ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM">aiˈmiɓuʃ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="NOM">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS">ja̰tˤ</thingy> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaimiɓuʃ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ja̰tˤ</span><br><span class="gls">1excl.sing.<span class="glssc">POSS</span></span></span></p> + <p>ˈdaimiɓuʃ ˈɓa̰ɡ ja̰tˤ</p> + <p>daimibbush bba’g ja’ṭ</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaimiɓuʃ</o> + <g>apple</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ja̰tˤ</o> + <g>1excl.sing.POSS</g> + </w> + </il> </example>
daimibbush bba’g ja’ṭ [ˈdaimiɓuʃ ˈɓa̰ɡ ja̰tˤ] d- NOM ˈaimiɓuʃ apple ɓ- NOM ˈa̰ɡ the ja̰tˤ 1excl.sing.POSS “my apple” | (7) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> <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 casemarking:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> + <np role="subj" case="ERG"> <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> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj"> + <np role="obj" case="NOM"> <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 markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ERG">
<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>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="NOM">
<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>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ERG"> - <np type="owner_owned"> + <np role="subj" case="ERG" 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> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj" case="NOM"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" case="NOM" 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> </s> </example>
createpronouns:
No change.
module markowned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ERG" number="sing"> + <np role="subj" case="ERG" number="sing" possessor="no.owner"> <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <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" possessor="3.sing"> <word posp="noun" gloss="daughter"/> <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> - <np role="obj" case="NOM" number="sing"> + <np role="obj" case="NOM" number="sing" possessor="no.owner"> <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"> + <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <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" possessor="3.sing"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </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="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ERG" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</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>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ERG" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ERG" number="sing" possessor="no.owner"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="subj" case="ERG" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> </vp> - <np role="obj" case="NOM" number="sing" possessor="no.owner"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj" case="NOM" possessor="no.owner"> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" number="sing" role="subj" case="ERG" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <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"/> </vp> - <np type="owner_owned" number="sing" role="obj" case="NOM" possessor="no.owner"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<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"/>
</vp>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
addaffixes:
About to call getSlotValue for hunter/noun/case/obligatoryGot GEN
About to call getSlotValue for the/det/case/obligatory
Got GEN
About to call getSlotValue for daughter/noun/case/obligatory
Got ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for neighbour/noun/case/obligatory
Got GEN
About to call getSlotValue for the/det/case/obligatory
Got GEN
About to call getSlotValue for son/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<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" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<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"/>
</vp>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
+ <thingy type="detcase" function="prefix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
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" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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"/> - </vp> - <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> - <thingy type="detcase" function="prefix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ai ˈ tˤ u ɲ i p">aiˈtˤuɲip</word> + <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG" ph="au ˈ k">auˈk</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="p a̰ w a̰ ˈ ɓ">pa̰wa̰ˈɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing" ph="a ˈ sˤ a t a">aˈsˤata</word> + <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS" ph="w a ŋ">waŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a ˈ t">aˈt</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ai ˈ tˤ u ɲ i p">aiˈtˤuɲip</word> - <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG" ph="au ˈ k">auˈk</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="p a̰ w a̰ ˈ ɓ">pa̰wa̰ˈɓ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing" ph="a ˈ sˤ a t a">aˈsˤata</word> - <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS" ph="w a ŋ">waŋ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a ˈ t">aˈt</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">m</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">aiˈtˤuɲip</word> + <thingy type="detcase" function="prefix" gloss="GEN">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">a̰ˈɡ</word> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG">auˈk</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ERG">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">ɲuɓ</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">pa̰wa̰ˈɓ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">m</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">aˈsˤata</word> + <thingy type="detcase" function="prefix" gloss="GEN">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">waŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">aˈt</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">ɲuɓ</thingy> </flat> + <p><span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈaitˤuɲip</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">p-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈauk</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲuɓ</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">pa̰ˈwa̰ɓ</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈasˤata</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">p-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">waŋ</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈat</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲuɓ</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p> + <p>ˈmaitˤuɲip ˈpa̰ɡ ˈfauk ˈna̰ɡ ɲuɓ pa̰ˈwa̰ɓ ᵑǀak ˈmasˤata ˈpa̰ɡ waŋ ˈdat ˈɓa̰ɡ ɲuɓ</p> + <p>maiṭuñip pa’g fauk na’g ñubb pa’wa’bb ncak maṣata pa’g wang dat bba’g ñubb</p> + <il> + <w> + <o>m-</o> + <g>GEN</g> + </w> + <w> + <o>ˈaitˤuɲip</o> + <g>hunter</g> + </w> + <w> + <o>p-</o> + <g>GEN</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈauk</o> + <g>daughter</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲuɓ</o> + <g>3.sing.POSS</g> + </w> + <w> + <o>pa̰ˈwa̰ɓ</o> + <g>kiss</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>m-</o> + <g>GEN</g> + </w> + <w> + <o>ˈasˤata</o> + <g>neighbour</g> + </w> + <w> + <o>p-</o> + <g>GEN</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>waŋ</o> + <g>2.sing.POSS</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈat</o> + <g>son</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲuɓ</o> + <g>3.sing.POSS</g> + </w> + </il> </example>
Maiṭuñip pa’g fauk na’g ñubb pa’wa’bb ncak maṣata pa’g wang dat bba’g ñubb. [ˈmaitˤuɲip ˈpa̰ɡ ˈfauk ˈna̰ɡ ɲuɓ pa̰ˈwa̰ɓ ᵑǀak ˈmasˤata ˈpa̰ɡ waŋ ˈdat ˈɓa̰ɡ ɲuɓ] m- GEN ˈaitˤuɲip hunter p- GEN ˈa̰ɡ the f- ERG ˈauk daughter n- ERG ˈa̰ɡ the ɲuɓ 3.sing.POSS pa̰ˈwa̰ɓ kiss ᵑǀak PAST m- GEN ˈasˤata neighbour p- GEN ˈa̰ɡ the waŋ 2.sing.POSS d- NOM ˈat son ɓ- NOM ˈa̰ɡ the ɲuɓ 3.sing.POSS “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Ikan 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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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.
createpronouns:
No change.
module markowned:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="lamb"/> </np> </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:
No change.
prodrop:
No change.
addclitics:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="lamb"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>
addaffixes:
About to call getSlotValue for lamb/noun/case/obligatoryGot NOM
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ m a p i ʃ">a̰ˈmapiʃ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ m a p i ʃ">a̰ˈmapiʃ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">a̰ˈmapiʃ</word> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰mapiʃ</span><br><span class="gls">lamb</span></span></p> + <p>ˈda̰mapiʃ</p> + <p>da’mapish</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰mapiʃ</o> + <g>lamb</g> + </w> + </il> </example>
da’mapish [ˈda̰mapiʃ] d- NOM ˈa̰mapiʃ lamb “a lamb” | (9) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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.
createpronouns:
No change.
module markowned:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"> <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 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" possessor="no.owner">
<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="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>
addaffixes:
About to call getSlotValue for lamb/noun/case/obligatoryGot NOM
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <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" possessor="no.owner" ph="a̰ ˈ m a p i ʃ">a̰ˈmapiʃ</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="sˤ a">sˤa</thingy> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <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" possessor="no.owner" ph="a̰ ˈ m a p i ʃ">a̰ˈmapiʃ</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="sˤ a">sˤa</thingy> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" possessor="no.owner">a̰ˈmapiʃ</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">sˤa</thingy> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰mapiʃ</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-sˤa</span><br><span class="gls">little</span></span></p> + <p>ˈda̰mapiʃsˤa</p> + <p>da’mapishṣa</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰mapiʃ</o> + <g>lamb</g> + </w> + <w> + <o>-sˤa</o> + <g>little</g> + </w> + </il> </example>
da’mapishṣa [ˈda̰mapiʃsˤa] d- NOM ˈa̰mapiʃ lamb -sˤa little “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Ikan are enclitics (placed finally), and there are five types: first, a clitic expressing ta, comprising ncak /ᵑǀak/ ‘PAST’; second, a clitic expressing mode, comprising piṣ /pisˤ/ ‘imperative’, gup /ɡup/ ‘conditional’ and ṣubb /sˤuɓ/ ‘optative’; third, a clitic expressing voice, comprising nas /nas/ ‘passive’; fourth, a clitic expressing negation, comprising pun /pun/ ‘NEG’; and finally, fifth, a clitic expressing comp, comprising nca /ᵑǀa/ ‘COMP’.
The verb itself does not have any prefixes or suffixes attached to it.
The verb displays the following derivational morphology: two suffixes, namely -na /-na/ ‘begin’ and -ka /-ka/ ‘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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <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> </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> <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"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
createpronouns:
No change.
module markowned:
<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" possessor="no.owner"> <word person="1excl" 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> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> <word person="2" number="sing" posp="pron"/> </np> </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:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<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" case="ACC" possessor="no.owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.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> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.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> <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> </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"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" 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" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </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"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <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="ɲ i ˈ t">ɲiˈt</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" ph="n u ˈ ɡ">nuˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
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="ɲ i ˈ t">ɲiˈt</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" ph="n u ˈ ɡ">nuˈɡ</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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">ɲiˈt</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">nuˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">ˈɲit</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">ˈnuɡ</span><br><span class="gls">2.sing</span></span></p> + <p>ˈɲit ˈnuɡ</p> + <p>ñit nug</p> + <il> + <w> + <o>ˈɲit</o> + <g>love</g> + </w> + <w> + <o>ˈnuɡ</o> + <g>2.sing</g> + </w> + </il> </example>
Ñit nug. [ˈɲit ˈnuɡ] ˈɲit love ˈnuɡ 2.sing “I love you.” | (11) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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>
createpronouns:
No change.
module markowned:
<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">
+ <np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
</np>
</np>
<word gloss="in" posp="pp"/>
</pp>
</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:
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" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="surface"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="surface"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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" possessor="no.owner">
- <word posp="noun" gloss="table"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
- <word posp="noun" gloss="surface"/>
+ <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <word gloss="in" posp="pp"/>
+ <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/>
</pp>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: det, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for table/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for surface/noun/case/obligatory
Got NOM
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="in" posp="pp" p="in" location="surface" precise="yes"/>
</pp>
</example>
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing" locus="number" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner" ph="ḭ ˈ f i sˤ">ḭˈfisˤ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner" ph="ḭ ˈ s">ḭˈs</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="ᵏǀ au ˈ n">ᵏǀauˈn</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos1" translation="on the table"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner" ph="ḭ ˈ f i sˤ">ḭˈfisˤ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner" ph="ḭ ˈ s">ḭˈs</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="ᵏǀ au ˈ n">ᵏǀauˈn</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner">ḭˈfisˤ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">a̰ˈɡ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="surface" def="def" number="sing" possessor="no.owner">ḭˈs</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes">ᵏǀauˈn</word> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈḭfisˤ</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈḭs</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">ˈᵏǀaun</span><br><span class="gls">in</span></span></p> + <p>ˈdḭfisˤ ˈɓa̰ɡ ˈdḭs ˈᵏǀaun</p> + <p>di’fiṣ bba’g di’s caun</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈḭfisˤ</o> + <g>table</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈḭs</o> + <g>surface</g> + </w> + <w> + <o>ˈᵏǀaun</o> + <g>in</g> + </w> + </il> </example>
di’fiṣ bba’g di’s caun [ˈdḭfisˤ ˈɓa̰ɡ ˈdḭs ˈᵏǀaun] d- NOM ˈḭfisˤ table ɓ- NOM ˈa̰ɡ the d- NOM ˈḭs surface ˈᵏǀaun in “on the table” | (12) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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>
createpronouns:
No change.
module markowned:
<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">
+ <np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
</np>
</np>
<word gloss="to" posp="pp"/>
</pp>
</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:
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" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
<word posp="noun" gloss="inside"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np def="def" number="sing" possessor="no.owner"> <word posp="noun" gloss="inside"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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" possessor="no.owner">
- <word posp="noun" gloss="box"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
- <word posp="noun" gloss="inside"/>
+ <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <word gloss="to" posp="pp"/>
+ <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/>
</pp>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: det, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for box/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for inside/noun/case/obligatory
Got NOM
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np def="def" number="sing" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="to" posp="pp" p="to" location="inside" precise="yes"/>
</pp>
</example>
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing" locus="number" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np def="def" number="sing" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner" ph="ḭ ˈ f ḭ nˤ ḭ ŋ">ḭˈfḭnˤḭŋ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="a̰ ˈ tˤ">a̰ˈtˤ</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="ᵏǀ a ˈ">ᵏǀaˈ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos2" translation="into the box"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner" ph="ḭ ˈ f ḭ nˤ ḭ ŋ">ḭˈfḭnˤḭŋ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner" ph="a̰ ˈ tˤ">a̰ˈtˤ</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="ᵏǀ a ˈ">ᵏǀaˈ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner">ḭˈfḭnˤḭŋ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">a̰ˈɡ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" possessor="no.owner">a̰ˈtˤ</word> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes">ᵏǀaˈ</word> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈḭfḭnˤḭŋ</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰tˤ</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">ˈᵏǀa</span><br><span class="gls">to</span></span></p> + <p>ˈdḭfḭnˤḭŋ ˈɓa̰ɡ ˈda̰tˤ ˈᵏǀa</p> + <p>di’fi’ṇi’ng bba’g da’ṭ ca</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈḭfḭnˤḭŋ</o> + <g>box</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰tˤ</o> + <g>inside</g> + </w> + <w> + <o>ˈᵏǀa</o> + <g>to</g> + </w> + </il> </example>
di’fi’ṇi’ng bba’g da’ṭ ca [ˈdḭfḭnˤḭŋ ˈɓa̰ɡ ˈda̰tˤ ˈᵏǀa] d- NOM ˈḭfḭnˤḭŋ box ɓ- NOM ˈa̰ɡ the d- NOM ˈa̰tˤ inside ˈᵏǀa to “into the box” | (13) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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.
createpronouns:
No change.
module markowned:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither" locus="number"> + <np number="sing" def="neither" locus="number" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </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:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number" possessor="no.owner">
- <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" possessor="no.owner"> + <np number="sing" def="neither" locus="number" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </example>
prodrop:
No change.
addclitics:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</example>
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" possessor="no.owner" 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" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" possessor="no.owner" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMIT" posp="pp" role="comitative"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" possessor="no.owner" ph="m ai ˈ f">maiˈf</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMIT" posp="pp" role="comitative" ph="p i b i ˈ b">pibiˈb</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" possessor="no.owner" ph="m ai ˈ f">maiˈf</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMIT" posp="pp" role="comitative" ph="p i b i ˈ b">pibiˈb</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" possessor="no.owner">maiˈf</word> + <word gloss="COMIT" posp="pp" role="comitative">pibiˈb</word> </flat> + <p><span class="ilpair"><span class="mor">ˈmaif</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">piˈbib</span><br><span class="gls"><span class="glssc">COMIT</span></span></span></p> + <p>ˈmaif piˈbib</p> + <p>maif pibib</p> + <il> + <w> + <o>ˈmaif</o> + <g>1excl.sing</g> + </w> + <w> + <o>piˈbib</o> + <g>COMIT</g> + </w> + </il> </example>
maif pibib [ˈmaif piˈbib] ˈmaif 1excl.sing piˈbib COMIT “with me” | (14) |
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.
Ikan employs Subject–Verb–Object (SVO) as its basic word order. The subject is followed by the verb, with the object occurring in post-verbal position. This ordering is widely attested across the world’s languages.
The following examples illustrate the basic, unmarked, constituent order in Ikan.
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <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="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </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="ERG"> <word posp="noun" gloss="jaguar"/> <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> - <np number="sing" def="def" role="obj" locus="number"> + <np number="sing" def="def" role="obj" locus="number" case="NOM"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
createpronouns:
No change.
module markowned:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number" case="ERG"> + <np number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <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> - <np number="sing" def="def" role="obj" locus="number" case="NOM"> + <np number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </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="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</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>
<np number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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="ERG" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for jaguar/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for hunter/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> - </vp> - <np number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ḭ ˈ f a w i">ḭˈfawi</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="s ḭ ˈ nˤ">sḭˈnˤ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner" ph="ai ˈ tˤ u ɲ i p">aiˈtˤuɲip</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ḭ ˈ f a w i">ḭˈfawi</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="s ḭ ˈ nˤ">sḭˈnˤ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner" ph="ai ˈ tˤ u ɲ i p">aiˈtˤuɲip</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">ḭˈfawi</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <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">sḭˈnˤ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner">aiˈtˤuɲip</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈḭfawi</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈsḭnˤ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaitˤuɲip</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ˈfḭfawi ˈna̰ɡ ˈsḭnˤ ᵑǀak ˈdaitˤuɲip ˈɓa̰ɡ</p> + <p>fi’fawi na’g si’ṇ ncak daiṭuñip bba’g</p> + <il> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈḭfawi</o> + <g>jaguar</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈsḭnˤ</o> + <g>kill</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaitˤuɲip</o> + <g>hunter</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
Fi’fawi na’g si’ṇ ncak daiṭuñip bba’g. [ˈfḭfawi ˈna̰ɡ ˈsḭnˤ ᵑǀak ˈdaitˤuɲip ˈɓa̰ɡ] f- ERG ˈḭfawi jaguar n- ERG ˈa̰ɡ the ˈsḭnˤ kill ᵑǀak PAST d- NOM ˈaitˤuɲip hunter ɓ- NOM ˈa̰ɡ the “The jaguar killed the hunter.” | (15) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <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 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 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="ERG"> <word posp="noun" gloss="lion"/> <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> - <np role="obj"> + <np role="obj" case="NOM"> <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 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="ERG">
<word posp="noun" gloss="lion"/>
<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>
<np role="obj" case="NOM">
<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>
</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="ERG">
<word posp="noun" gloss="lion"/>
<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>
- <np role="obj" case="NOM">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="NOM" 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>
</s>
</example>
createpronouns:
No change.
module markowned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number" case="ERG"> + <np number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="lion"/> <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> - <np role="obj" case="NOM" number="sing"> + <np role="obj" case="NOM" number="sing" possessor="no.owner"> <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"> + <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> <word posp="noun" gloss="daughter"/> <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" possessor="3.sing"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </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="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</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>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<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" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<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" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
- <np role="obj" case="NOM" number="sing" possessor="no.owner">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="obj" case="NOM" possessor="no.owner">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
- <np type="owner_owned" number="sing" role="obj" case="NOM" possessor="no.owner">
- <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
- </np>
- <np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
+ <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="ERG" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
+ <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"/>
</vp>
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
addaffixes:
About to call getSlotValue for lion/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for hunter/noun/case/obligatory
Got GEN
About to call getSlotValue for the/det/case/obligatory
Got GEN
About to call getSlotValue for daughter/noun/case/obligatory
Got GEN
About to call getSlotValue for the/det/case/obligatory
Got GEN
About to call getSlotValue for dog/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" 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"/>
</vp>
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
+ <thingy type="detcase" function="prefix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
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="ERG" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" 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"/> - </vp> - <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> - <thingy type="detcase" function="prefix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a ˈ dˤ u m i ɲ">aˈdˤumiɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="p i ˈ t">piˈt</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ai ˈ tˤ u ɲ i p">aiˈtˤuɲip</word> + <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing" ph="au ˈ k">auˈk</word> + <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="i ˈ ŋ">iˈŋ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a ˈ dˤ u m i ɲ">aˈdˤumiɲ</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="p i ˈ t">piˈt</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="ai ˈ tˤ u ɲ i p">aiˈtˤuɲip</word> - <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing" ph="au ˈ k">auˈk</word> - <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="i ˈ ŋ">iˈŋ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">aˈdˤumiɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <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">piˈt</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">m</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">aiˈtˤuɲip</word> + <thingy type="detcase" function="prefix" gloss="GEN">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">a̰ˈɡ</word> + <thingy type="nouncase" function="prefix" gloss="GEN">m</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">auˈk</word> + <thingy type="detcase" function="prefix" gloss="GEN">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">ɲuɓ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">iˈŋ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">ɲuɓ</thingy> </flat> + <p><span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈadˤumiɲ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈpit</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈaitˤuɲip</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">p-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈauk</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">p-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲuɓ</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈiŋ</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲuɓ</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p> + <p>ˈfadˤumiɲ ˈna̰ɡ ˈpit ᵑǀak ˈmaitˤuɲip ˈpa̰ɡ ˈmauk ˈpa̰ɡ ɲuɓ ˈdiŋ ˈɓa̰ɡ ɲuɓ</p> + <p>faḍumiñ na’g pit ncak maiṭuñip pa’g mauk pa’g ñubb ding bba’g ñubb</p> + <il> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈadˤumiɲ</o> + <g>lion</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈpit</o> + <g>eat</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>m-</o> + <g>GEN</g> + </w> + <w> + <o>ˈaitˤuɲip</o> + <g>hunter</g> + </w> + <w> + <o>p-</o> + <g>GEN</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>m-</o> + <g>GEN</g> + </w> + <w> + <o>ˈauk</o> + <g>daughter</g> + </w> + <w> + <o>p-</o> + <g>GEN</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲuɓ</o> + <g>3.sing.POSS</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈiŋ</o> + <g>dog</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲuɓ</o> + <g>3.sing.POSS</g> + </w> + </il> </example>
Faḍumiñ na’g pit ncak maiṭuñip pa’g mauk pa’g ñubb ding bba’g ñubb. [ˈfadˤumiɲ ˈna̰ɡ ˈpit ᵑǀak ˈmaitˤuɲip ˈpa̰ɡ ˈmauk ˈpa̰ɡ ɲuɓ ˈdiŋ ˈɓa̰ɡ ɲuɓ] f- ERG ˈadˤumiɲ lion n- ERG ˈa̰ɡ the ˈpit eat ᵑǀak PAST m- GEN ˈaitˤuɲip hunter p- GEN ˈa̰ɡ the m- GEN ˈauk daughter p- GEN ˈa̰ɡ the ɲuɓ 3.sing.POSS d- NOM ˈiŋ dog ɓ- NOM ˈa̰ɡ the ɲuɓ 3.sing.POSS “The lion ate the hunter’s daughter’s dog.” | (16) |
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 Ikan 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, Ikan 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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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>
createpronouns:
No change.
module markowned:
<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">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" case="GEN">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="friend"/>
<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" possessor="3.sing">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</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:
No change.
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 number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</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"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> - <word posp="noun" gloss="son"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> - <word posp="noun" gloss="friend"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </example>
addaffixes:
About to call getSlotValue for son/noun/case/obligatoryGot GEN
About to call getSlotValue for the/det/case/obligatory
Got GEN
About to call getSlotValue for friend/noun/case/obligatory
Got GEN
About to call getSlotValue for the/det/case/obligatory
Got GEN
About to call getSlotValue for book/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> + <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> + <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> + <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> + <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> + <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> + <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> + <flat> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="detcase" function="prefix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> - <thingy type="detcase" function="prefix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> - <thingy type="detcase" function="prefix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing" ph="a ˈ t">aˈt</word> + <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS" ph="w a ŋ">waŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing" ph="u ˈ p">uˈp</word> + <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a ʃ i h a ʃ">aʃihaʃ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing" ph="a ˈ t">aˈt</word> - <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS" ph="w a ŋ">waŋ</thingy> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="m">m</thingy> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing" ph="u ˈ p">uˈp</word> - <thingy type="detcase" function="prefix" gloss="GEN" attach="prefix" ph="p">p</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a ʃ i h a ʃ">aʃihaʃ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS" ph="ɲ u ɓ">ɲuɓ</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">m</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">aˈt</word> + <thingy type="detcase" function="prefix" gloss="GEN">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">waŋ</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">m</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">uˈp</word> + <thingy type="detcase" function="prefix" gloss="GEN">p</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">ɲuɓ</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">aʃihaʃ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="NOM">a̰ˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">ɲuɓ</thingy> </flat> + <p><span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈat</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">p-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">waŋ</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">m-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈup</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">p-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲuɓ</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">aʃihaʃ</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲuɓ</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p> + <p>ˈmat ˈpa̰ɡ waŋ ˈmup ˈpa̰ɡ ɲuɓ daʃihaʃ ˈɓa̰ɡ ɲuɓ</p> + <p>mat pa’g wang mup pa’g ñubb dashihash bba’g ñubb</p> + <il> + <w> + <o>m-</o> + <g>GEN</g> + </w> + <w> + <o>ˈat</o> + <g>son</g> + </w> + <w> + <o>p-</o> + <g>GEN</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>waŋ</o> + <g>2.sing.POSS</g> + </w> + <w> + <o>m-</o> + <g>GEN</g> + </w> + <w> + <o>ˈup</o> + <g>friend</g> + </w> + <w> + <o>p-</o> + <g>GEN</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲuɓ</o> + <g>3.sing.POSS</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>aʃihaʃ</o> + <g>book</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ɲuɓ</o> + <g>3.sing.POSS</g> + </w> + </il> </example>
mat pa’g wang mup pa’g ñubb dashihash bba’g ñubb [ˈmat ˈpa̰ɡ waŋ ˈmup ˈpa̰ɡ ɲuɓ daʃihaʃ ˈɓa̰ɡ ɲuɓ] m- GEN ˈat son p- GEN ˈa̰ɡ the waŋ 2.sing.POSS m- GEN ˈup friend p- GEN ˈa̰ɡ the ɲuɓ 3.sing.POSS d- NOM aʃihaʃ book ɓ- NOM ˈa̰ɡ the ɲuɓ 3.sing.POSS “your son’s friend’s book” | (17) |
Case Marking
Ikan uses split case marking. In the present tense, the grammar follows a nominative–accusative pattern, where intransitive and transitive subjects are treated alike and objects are marked with the accusative. In the past tense, however, it follows an ergative–absolutive pattern, here called ergative–nominative, where intransitive subjects and transitive objects are treated alike and transitive subjects are marked with the ergative. This makes sense because present-tense clauses often describe events as ongoing, habitual or controlled by an active participant, so the grammar treats the subject as the central argument. Past-tense clauses, by contrast, often present an event as completed, making the affected participant especially salient. The ergative marking then singles out the transitive agent as the additional participant responsible for bringing about that result.
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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.
createpronouns:
No change.
module markowned:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"> <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 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="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<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">
+ <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" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</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" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="p ai ˈ nˤ">paiˈnˤ</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="p ai ˈ nˤ">paiˈnˤ</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">paiˈnˤ</word> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaɲ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈpainˤ</span><br><span class="gls">sleep</span></span></p> + <p>ˈdaɲ ˈɓa̰ɡ ˈpainˤ</p> + <p>dañ bba’g paiṇ</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaɲ</o> + <g>cat</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈpainˤ</o> + <g>sleep</g> + </w> + </il> </example>
Dañ bba’g paiṇ. [ˈdaɲ ˈɓa̰ɡ ˈpainˤ] d- NOM ˈaɲ cat ɓ- NOM ˈa̰ɡ the ˈpainˤ sleep “The cat is sleeping.” | (18) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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.
createpronouns:
No change.
module markowned:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"> <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 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="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</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" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</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" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="w a ˈ k">waˈk</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="w a ˈ k">waˈk</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">waˈk</word> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaɲ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈwak</span><br><span class="gls">run</span></span></p> + <p>ˈdaɲ ˈɓa̰ɡ ˈwak</p> + <p>dañ bba’g wak</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaɲ</o> + <g>cat</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈwak</o> + <g>run</g> + </w> + </il> </example>
Dañ bba’g wak. [ˈdaɲ ˈɓa̰ɡ ˈwak] d- NOM ˈaɲ cat ɓ- NOM ˈa̰ɡ the ˈwak run “The cat is running.” | (19) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> <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 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> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> - <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> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
createpronouns:
No change.
module markowned:
<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"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"> <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="chase"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </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="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</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>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</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" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for mouse/noun/case/obligatory
Got ACC
About to call getSlotValue for the/det/case/obligatory
Got ACC
<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" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ACC"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ACC"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
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" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ACC"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ACC"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="ACC"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ACC"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing" ph="sˤ i ŋ a̰ ˈ s">sˤiŋa̰ˈs</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ACC" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="ACC" attach="prefix" ph="w">w</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing" ph="sˤ i ŋ a̰ ˈ s">sˤiŋa̰ˈs</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="ACC" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> - <thingy type="detcase" function="prefix" gloss="ACC" attach="prefix" ph="w">w</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">sˤiŋa̰ˈs</word> + <thingy type="nouncase" function="prefix" gloss="ACC">w</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="ACC">w</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaɲ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sˤiˈŋa̰s</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈifasik</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ˈdaɲ ˈɓa̰ɡ sˤiˈŋa̰s ˈwifasik ˈwa̰ɡ</p> + <p>dañ bba’g ṣinga’s wifasik wa’g</p> + <il> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaɲ</o> + <g>cat</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>sˤiˈŋa̰s</o> + <g>chase</g> + </w> + <w> + <o>w-</o> + <g>ACC</g> + </w> + <w> + <o>ˈifasik</o> + <g>mouse</g> + </w> + <w> + <o>w-</o> + <g>ACC</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
Dañ bba’g ṣinga’s wifasik wa’g. [ˈdaɲ ˈɓa̰ɡ sˤiˈŋa̰s ˈwifasik ˈwa̰ɡ] d- NOM ˈaɲ cat ɓ- NOM ˈa̰ɡ the sˤiˈŋa̰s chase w- ACC ˈifasik mouse w- ACC ˈa̰ɡ the “The cat is chasing the mouse.” | (20) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <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="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </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="ERG"> <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="catch"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
createpronouns:
No change.
module markowned:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"> <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="catch"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </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="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
<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">
+ <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>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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="ERG" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <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">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈaɲ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤaɡ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈifasik</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ˈfaɲ ˈna̰ɡ ˈᵏǀˤaɡ ᵑǀak ˈdifasik ˈɓa̰ɡ</p> + <p>fañ na’g c̣ag ncak difasik bba’g</p> + <il> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈaɲ</o> + <g>cat</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀˤaɡ</o> + <g>catch</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈifasik</o> + <g>mouse</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
Fañ na’g c̣ag ncak difasik bba’g. [ˈfaɲ ˈna̰ɡ ˈᵏǀˤaɡ ᵑǀak ˈdifasik ˈɓa̰ɡ] f- ERG ˈaɲ cat n- ERG ˈa̰ɡ the ˈᵏǀˤaɡ catch ᵑǀak PAST d- NOM ˈifasik mouse ɓ- NOM ˈa̰ɡ the “The cat caught the mouse.” | (21) |
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <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 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="ERG"> <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> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="NOM"> <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 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="ERG">
<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>
- <np role="obj" tr="rheme" case="NOM">
+ <np role="obj" tr="rheme" case="NOM" 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>
</s>
</example>
createpronouns:
No change.
module markowned:
<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="ERG"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <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> - <np role="obj" tr="rheme" case="NOM" number="plur"> + <np role="obj" tr="rheme" case="NOM" number="plur" possessor="no.owner"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" possessor="no.owner"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
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="ERG" possessor="no.owner">
<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>
<np role="obj" tr="rheme" case="NOM" number="plur" possessor="no.owner">
<conjp conj="and">
<np def="def" number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</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="ERG" possessor="no.owner">
<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>
<np role="obj" tr="rheme" case="NOM" number="plur" possessor="no.owner">
- <conjp conj="and">
- <np def="def" number="plur" locus="number" possessor="no.owner">
+ <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number" possessor="no.owner">
+ <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number" possessor="no.owner">
+ <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
</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="ERG" possessor="no.owner">
<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">
+ <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>
<np role="obj" tr="rheme" case="NOM" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np role="obj" tr="rheme" case="NOM" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
- <np role="obj" tr="rheme" case="NOM" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
</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="ERG" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
+ <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"/>
</vp>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
addaffixes:
About to call getSlotValue for hunter/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for jaguar/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for tiger/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
About to call getSlotValue for lion/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<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="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" 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"/>
</vp>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
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="ERG" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" 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"/> - </vp> - <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ai ˈ tˤ u ɲ i p">aiˈtˤuɲip</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="s ḭ ˈ nˤ">sḭˈnˤ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="ḭ ˈ f a w i">ḭˈfawi</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="m i j">mij</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" ph="nˤ i ˈ ŋ">nˤiˈŋ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a̰ ˈ ŋ i ʃ i f">a̰ˈŋiʃif</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="m i j">mij</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" ph="nˤ i ˈ ŋ">nˤiˈŋ</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a ˈ dˤ u m i ɲ">aˈdˤumiɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="plur" ph="m i j">mij</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ai ˈ tˤ u ɲ i p">aiˈtˤuɲip</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="s ḭ ˈ nˤ">sḭˈnˤ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="ḭ ˈ f a w i">ḭˈfawi</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="m i j">mij</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" ph="nˤ i ˈ ŋ">nˤiˈŋ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a̰ ˈ ŋ i ʃ i f">a̰ˈŋiʃif</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="m i j">mij</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" ph="nˤ i ˈ ŋ">nˤiˈŋ</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a ˈ dˤ u m i ɲ">aˈdˤumiɲ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="plur" ph="m i j">mij</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">aiˈtˤuɲip</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <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">sḭˈnˤ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">ḭˈfawi</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="plur">mij</thingy> + <word posp="conj" gloss="and">nˤiˈŋ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">a̰ˈŋiʃif</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="plur">mij</thingy> + <word posp="conj" gloss="and">nˤiˈŋ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">aˈdˤumiɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="NOM">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="plur">mij</thingy> </flat> + <p><span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈaitˤuɲip</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈsḭnˤ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈḭfawi</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mij</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈnˤiŋ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ŋiʃif</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mij</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ˈnˤiŋ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈadˤumiɲ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">mij</span><br><span class="gls">plur</span></span></p> + <p>ˈfaitˤuɲip ˈna̰ɡ ˈsḭnˤ ᵑǀak ˈdḭfawi ˈɓa̰ɡ mij ˈnˤiŋ ˈda̰ŋiʃif ˈɓa̰ɡ mij ˈnˤiŋ ˈdadˤumiɲ ˈɓa̰ɡ mij</p> + <p>faiṭuñip na’g si’ṇ ncak di’fawi bba’g mij ṇing da’ngishif bba’g mij ṇing daḍumiñ bba’g mij</p> + <il> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈaitˤuɲip</o> + <g>hunter</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈsḭnˤ</o> + <g>kill</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈḭfawi</o> + <g>jaguar</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>mij</o> + <g>plur</g> + </w> + <w> + <o>ˈnˤiŋ</o> + <g>and</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ŋiʃif</o> + <g>tiger</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>mij</o> + <g>plur</g> + </w> + <w> + <o>ˈnˤiŋ</o> + <g>and</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈadˤumiɲ</o> + <g>lion</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>mij</o> + <g>plur</g> + </w> + </il> </example>
Faiṭuñip na’g si’ṇ ncak di’fawi bba’g mij ṇing da’ngishif bba’g mij ṇing daḍumiñ bba’g mij. [ˈfaitˤuɲip ˈna̰ɡ ˈsḭnˤ ᵑǀak ˈdḭfawi ˈɓa̰ɡ mij ˈnˤiŋ ˈda̰ŋiʃif ˈɓa̰ɡ mij ˈnˤiŋ ˈdadˤumiɲ ˈɓa̰ɡ mij] f- ERG ˈaitˤuɲip hunter n- ERG ˈa̰ɡ the ˈsḭnˤ kill ᵑǀak PAST d- NOM ˈḭfawi jaguar ɓ- NOM ˈa̰ɡ the mij plur ˈnˤiŋ and d- NOM ˈa̰ŋiʃif tiger ɓ- NOM ˈa̰ɡ the mij plur ˈnˤiŋ and d- NOM ˈadˤumiɲ lion ɓ- NOM ˈa̰ɡ the mij plur “The hunter killed the jaguars, the tigers and the lions.” | (22) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Ikan 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
Ikan forms relative clauses by using a head-internal strategy. The head noun appears inside the clause itself, occupying its regular syntactic position. The entire clause functions as a modifier, and its external syntactic behaviour is identical to that of a noun-modifying phrase.
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <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 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="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner:
No change.
module propagatenumber:
No change.
createpronouns:
No change.
module markowned:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </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:
<example id="relp1" translation="I patted the cat.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </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> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
addclitics:
<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" 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"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<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" 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"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<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" 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"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="1excl.sing" obj="3.sing"> + <flat> <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"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <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="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <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="ᵏǀˤ i nˤ a̰ ˈ ɲ">ᵏǀˤinˤa̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <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="ᵏǀˤ i nˤ a̰ ˈ ɲ">ᵏǀˤinˤa̰ˈɲ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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">ᵏǀˤinˤa̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">ᵏǀˤiˈnˤa̰ɲ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaɲ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ᵏǀˤiˈnˤa̰ɲ ᵑǀak ˈdaɲ ˈɓa̰ɡ</p> + <p>c̣iṇa’ñ ncak dañ bba’g</p> + <il> + <w> + <o>ᵏǀˤiˈnˤa̰ɲ</o> + <g>pat</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaɲ</o> + <g>cat</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
C̣iṇa’ñ ncak dañ bba’g. [ᵏǀˤiˈnˤa̰ɲ ᵑǀak ˈdaɲ ˈɓa̰ɡ] ᵏǀˤiˈnˤa̰ɲ pat ᵑǀak PAST d- NOM ˈaɲ cat ɓ- NOM ˈa̰ɡ the “I patted the cat.” | (23) |
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 embed:
<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">
+ <np def="def" number="sing" role="subj" 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>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" 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>
</subs>
</np>
</s>
</example>
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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="subj" 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" comp="COMP"> + <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> </subs> </np> </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="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj"> + <np role="obj" case="NOM"> <subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="subj" locus="number" case="ERG"> <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" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="NOM"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> </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="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj" case="NOM">
+ <np role="obj" case="NOM" number="sing">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<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" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</s>
</example>
createpronouns:
No change.
module markowned:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" case="NOM" number="sing"> + <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="NOM"> + <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> </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:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<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" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</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="ERG" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> </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="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </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> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> </np> </s> </example>
addclitics:
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="1excl.sing" obj="3.sing"> + <flat> <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"/> - </vp> - <np role="obj" case="NOM" number="sing" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <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="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <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="ᵏǀˤ i nˤ a̰ ˈ ɲ">ᵏǀˤinˤa̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing" ph="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <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="ᵏǀˤ i nˤ a̰ ˈ ɲ">ᵏǀˤinˤa̰ˈɲ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing" ph="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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">ᵏǀˤinˤa̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">ᵏǀˤiˈnˤa̰ɲ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈaɲ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤaɡ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈifasik</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ᵏǀˤiˈnˤa̰ɲ ᵑǀak ˈfaɲ ˈna̰ɡ ˈᵏǀˤaɡ ᵑǀak ᵑǀa ˈdifasik ˈɓa̰ɡ</p> + <p>c̣iṇa’ñ ncak fañ na’g c̣ag ncak nca difasik bba’g</p> + <il> + <w> + <o>ᵏǀˤiˈnˤa̰ɲ</o> + <g>pat</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈaɲ</o> + <g>cat</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀˤaɡ</o> + <g>catch</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈifasik</o> + <g>mouse</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
C̣iṇa’ñ ncak fañ na’g c̣ag ncak nca difasik bba’g. [ᵏǀˤiˈnˤa̰ɲ ᵑǀak ˈfaɲ ˈna̰ɡ ˈᵏǀˤaɡ ᵑǀak ᵑǀa ˈdifasik ˈɓa̰ɡ] ᵏǀˤiˈnˤa̰ɲ pat ᵑǀak PAST f- ERG ˈaɲ cat n- ERG ˈa̰ɡ the ˈᵏǀˤaɡ catch ᵑǀak PAST ᵑǀa COMP d- NOM ˈifasik mouse ɓ- NOM ˈa̰ɡ the “I patted the cat that caught the mouse.” | (24) |
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 embed:
<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">
+ <np def="def" number="sing" role="subj" 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">
+ <np def="def" number="sing" role="subj" 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>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
- <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" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" 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>
</subs>
</np>
</subs>
</np>
</s>
</example>
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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="obj"> - <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="eat"/> + <word posp="verb" gloss="catch"/> </vp> + <np role="obj"> + <subs> <np def="def" number="sing" role="subj" 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" comp="COMP"> + <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> </subs> </np> </subs> </np> </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="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj"> + <np role="obj" case="NOM"> <subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="subj" locus="number" case="ERG"> <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" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj"> + <np role="obj" case="NOM"> <subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="subj" locus="number" case="ERG"> <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" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="NOM"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </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="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj" case="NOM">
+ <np role="obj" case="NOM" number="sing">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<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" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="NOM">
+ <np role="obj" case="NOM" number="sing">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<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" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
</s>
</example>
createpronouns:
No change.
module markowned:
<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="ERG"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" case="NOM" number="sing"> + <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="NOM" number="sing"> + <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="NOM"> + <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </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:
<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="ERG" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<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" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<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" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
</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="ERG" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </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="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </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> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </s> </example>
addclitics:
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for mouse/noun/case/obligatory
Got ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for cheese/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="1excl.sing" obj="3.sing"> + <flat> <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"/> - </vp> - <np role="obj" case="NOM" number="sing" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np role="obj" case="NOM" number="sing" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <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="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <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="ᵏǀˤ i nˤ a̰ ˈ ɲ">ᵏǀˤinˤa̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing" ph="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing" ph="p i ˈ t">piˈt</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a ˈ nˤ i ʃ a̰ w">aˈnˤiʃa̰w</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <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="ᵏǀˤ i nˤ a̰ ˈ ɲ">ᵏǀˤinˤa̰ˈɲ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing" ph="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing" ph="p i ˈ t">piˈt</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a ˈ nˤ i ʃ a̰ w">aˈnˤiʃa̰w</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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">ᵏǀˤinˤa̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing">piˈt</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">aˈnˤiʃa̰w</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">ᵏǀˤiˈnˤa̰ɲ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈaɲ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤaɡ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈifasik</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈpit</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈanˤiʃa̰w</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ᵏǀˤiˈnˤa̰ɲ ᵑǀak ˈfaɲ ˈna̰ɡ ˈᵏǀˤaɡ ᵑǀak ᵑǀa ˈfifasik ˈna̰ɡ ˈpit ᵑǀak ᵑǀa ˈdanˤiʃa̰w ˈɓa̰ɡ</p> + <p>c̣iṇa’ñ ncak fañ na’g c̣ag ncak nca fifasik na’g pit ncak nca daṇisha’w bba’g</p> + <il> + <w> + <o>ᵏǀˤiˈnˤa̰ɲ</o> + <g>pat</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈaɲ</o> + <g>cat</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀˤaɡ</o> + <g>catch</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈifasik</o> + <g>mouse</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈpit</o> + <g>eat</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈanˤiʃa̰w</o> + <g>cheese</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
C̣iṇa’ñ ncak fañ na’g c̣ag ncak nca fifasik na’g pit ncak nca daṇisha’w bba’g. [ᵏǀˤiˈnˤa̰ɲ ᵑǀak ˈfaɲ ˈna̰ɡ ˈᵏǀˤaɡ ᵑǀak ᵑǀa ˈfifasik ˈna̰ɡ ˈpit ᵑǀak ᵑǀa ˈdanˤiʃa̰w ˈɓa̰ɡ] ᵏǀˤiˈnˤa̰ɲ pat ᵑǀak PAST f- ERG ˈaɲ cat n- ERG ˈa̰ɡ the ˈᵏǀˤaɡ catch ᵑǀak PAST ᵑǀa COMP f- ERG ˈifasik mouse n- ERG ˈa̰ɡ the ˈpit eat ᵑǀak PAST ᵑǀa COMP d- NOM ˈanˤiʃa̰w cheese ɓ- NOM ˈa̰ɡ the “I patted the cat that caught the mouse that ate the cheese.” | (25) |
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 embed:
<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">
+ <np def="def" number="sing" role="subj" 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">
+ <np def="def" number="sing" role="subj" 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">
+ <np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
- <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" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
- <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" comp="COMP">
<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" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
</subs>
</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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="catch"/> - </vp> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="obj"> - <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="eat"/> + <word posp="verb" gloss="catch"/> </vp> + <np role="obj"> + <subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np role="obj"> - <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="buy"/> + <word posp="verb" gloss="eat"/> </vp> + <np role="obj"> + <subs> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="buy"/> + </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </subs> </np> </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="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj"> + <np role="obj" case="NOM"> <subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="subj" locus="number" case="ERG"> <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" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj"> + <np role="obj" case="NOM"> <subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" number="sing" role="subj" locus="number" case="ERG"> <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" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj"> + <np role="obj" case="NOM"> <subs> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="buy"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="NOM"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </subs> </np> </s> </example>
module markowner:
No change.
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="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj" case="NOM">
+ <np role="obj" case="NOM" number="sing">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<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" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="NOM">
+ <np role="obj" case="NOM" number="sing">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<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" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="NOM">
+ <np role="obj" case="NOM" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="buy"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
</subs>
</np>
</s>
</example>
createpronouns:
No change.
module markowned:
<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="ERG"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" case="NOM" number="sing"> + <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="NOM" number="sing"> + <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG"> + <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="NOM" number="sing"> + <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="buy"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="NOM"> + <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </subs> </np> </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:
<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="ERG" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<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" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<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" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="buy"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
</subs>
</np>
</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="ERG" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="1excl.sing"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="NOM" number="sing" possessor="no.owner"> + <np role="obj" case="NOM" number="sing" possessor="no.owner" person="1excl"> <subs> - <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="buy"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </subs> </np> </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="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </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> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="NOM" number="sing" possessor="no.owner"> <subs> <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <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" comp="COMP" subj="3.sing" obj="1excl.sing"> <word posp="verb" gloss="eat"/> </vp> <np role="obj" case="NOM" number="sing" possessor="no.owner" person="1excl"> <subs> <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="buy"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> </np> </subs> </np> </subs> </np> </s> </example>
addclitics:
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing">
<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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" 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" comp="COMP" subj="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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing">
- <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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for mouse/noun/case/obligatory
Got ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for cheese/noun/case/obligatory
Got NOM
About to call getSlotValue for the/det/case/obligatory
Got NOM
<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" 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"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner">
<subs>
<np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="1excl.sing">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np role="obj" case="NOM" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing">
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="1excl.sing" obj="3.sing"> + <flat> <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"/> - </vp> - <np role="obj" case="NOM" number="sing" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np role="obj" case="NOM" number="sing" possessor="no.owner"> - <subs> - <np def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="1excl.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="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="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np role="obj" case="NOM" number="sing" possessor="no.owner" person="1excl"> - <subs> - <np number="sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </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 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="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="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="vpcomp" function="enclitic" gloss="COMP"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <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="ᵏǀˤ i nˤ a̰ ˈ ɲ">ᵏǀˤinˤa̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing" ph="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="1excl.sing" ph="p i ˈ t">piˈt</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" ph="m ai ˈ f">maiˈf</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing" ph="ɓ a̰ ˈ j">ɓa̰ˈj</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a ˈ nˤ i ʃ a̰ w">aˈnˤiʃa̰w</word> + <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <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="ᵏǀˤ i nˤ a̰ ˈ ɲ">ᵏǀˤinˤa̰ˈɲ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a ˈ ɲ">aˈɲ</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing" ph="ᵏǀˤ a ˈ ɡ">ᵏǀˤaˈɡ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="i ˈ f a s i k">iˈfasik</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="1excl.sing" ph="p i ˈ t">piˈt</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" ph="m ai ˈ f">maiˈf</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing" ph="ɓ a̰ ˈ j">ɓa̰ˈj</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a ˈ nˤ i ʃ a̰ w">aˈnˤiʃa̰w</word> - <thingy type="detcase" function="prefix" gloss="NOM" attach="prefix" ph="ɓ">ɓ</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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">ᵏǀˤinˤa̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">aˈɲ</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="3.sing">ᵏǀˤaˈɡ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">iˈfasik</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" obj="1excl.sing">piˈt</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">maiˈf</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl.sing" obj="3.sing">ɓa̰ˈj</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">aˈnˤiʃa̰w</word> + <thingy type="detcase" function="prefix" gloss="NOM">ɓ</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">ᵏǀˤiˈnˤa̰ɲ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈaɲ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈᵏǀˤaɡ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈifasik</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈpit</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈmaif</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ˈɓa̰j</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈanˤiʃa̰w</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">ɓ-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ᵏǀˤiˈnˤa̰ɲ ᵑǀak ˈfaɲ ˈna̰ɡ ˈᵏǀˤaɡ ᵑǀak ᵑǀa ˈfifasik ˈna̰ɡ ˈpit ᵑǀak ᵑǀa ˈmaif ˈɓa̰j ᵑǀak ᵑǀa ˈdanˤiʃa̰w ˈɓa̰ɡ</p> + <p>c̣iṇa’ñ ncak fañ na’g c̣ag ncak nca fifasik na’g pit ncak nca maif bba’j ncak nca daṇisha’w bba’g</p> + <il> + <w> + <o>ᵏǀˤiˈnˤa̰ɲ</o> + <g>pat</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈaɲ</o> + <g>cat</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈᵏǀˤaɡ</o> + <g>catch</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈifasik</o> + <g>mouse</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈpit</o> + <g>eat</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>ˈmaif</o> + <g>1excl.sing</g> + </w> + <w> + <o>ˈɓa̰j</o> + <g>buy</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈanˤiʃa̰w</o> + <g>cheese</g> + </w> + <w> + <o>ɓ-</o> + <g>NOM</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
C̣iṇa’ñ ncak fañ na’g c̣ag ncak nca fifasik na’g pit ncak nca maif bba’j ncak nca daṇisha’w bba’g. [ᵏǀˤiˈnˤa̰ɲ ᵑǀak ˈfaɲ ˈna̰ɡ ˈᵏǀˤaɡ ᵑǀak ᵑǀa ˈfifasik ˈna̰ɡ ˈpit ᵑǀak ᵑǀa ˈmaif ˈɓa̰j ᵑǀak ᵑǀa ˈdanˤiʃa̰w ˈɓa̰ɡ] ᵏǀˤiˈnˤa̰ɲ pat ᵑǀak PAST f- ERG ˈaɲ cat n- ERG ˈa̰ɡ the ˈᵏǀˤaɡ catch ᵑǀak PAST ᵑǀa COMP f- ERG ˈifasik mouse n- ERG ˈa̰ɡ the ˈpit eat ᵑǀak PAST ᵑǀa COMP ˈmaif 1excl.sing ˈɓa̰j buy ᵑǀak PAST ᵑǀa COMP d- NOM ˈanˤiʃa̰w cheese ɓ- NOM ˈa̰ɡ the “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Ikan marks complement clauses with subordinating verbal morphology. The embedded verb is fully finite and carries a subordinating suffix that identifies the clause as a complement. No structural changes occur within the clause apart from this verbal marking.
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
<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">
<subs>
- <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" comp="COMP">
<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>
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"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="give"/> + </vp> <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> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </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="ERG"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <np number="sing" def="def" head="this" role="subj" locus="number" case="ERG"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="give"/> </vp> - <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="NOM"> <word posp="noun" gloss="apple"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <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> </s> </example>
module markowner:
No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="ERG"> + <np role="subj" case="ERG" number="sing"> <subs> <np number="sing" def="def" head="this" role="subj" locus="number" case="ERG"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="give"/> </vp> <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="NOM"> <word posp="noun" gloss="apple"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="ERG" number="sing"> + <np role="subj" case="ERG" number="sing" possessor="no.owner"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number" case="ERG"> + <np number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number" case="NOM"> + <np number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <word posp="noun" gloss="apple"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np number="sing" def="def" role="indobj" locus="number" case="DAT"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </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="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ERG" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="apple"/>
</np>
</subs>
</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>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</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="ERG" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
<word posp="noun" gloss="apple"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ERG" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" 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" comp="COMP" subj="3.sing" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for boy/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for girl/noun/case/obligatory
Got DAT
About to call getSlotValue for the/det/case/obligatory
Got DAT
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
About to call getSlotValue for teacher/noun/case/obligatory
Got DAT
About to call getSlotValue for the/det/case/obligatory
Got DAT
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ERG" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" 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" comp="COMP" subj="3.sing" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="DAT"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="DAT"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np role="subj" case="ERG" number="sing" possessor="no.owner"> - <subs> - <np number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" 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" comp="COMP" subj="3.sing" 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="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="DAT"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"/> - </vp> - <np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="DAT"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" 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="vpcomp" function="enclitic" gloss="COMP"/> - <thingy type="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="DAT"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="DAT"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ai ˈ nˤ">aiˈnˤ</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing" ph="h a̰ ˈ ɲ">ha̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT" attach="prefix" ph="sˤ">sˤ</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner" ph="u ˈ ŋ">uˈŋ</word> + <thingy type="detcase" function="prefix" gloss="DAT" attach="prefix" ph="ᵏǀ">ᵏǀ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="ai ˈ m i ɓ u ʃ">aiˈmiɓuʃ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="d a b i ˈ tˤ">dabiˈtˤ</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="DAT" attach="prefix" ph="sˤ">sˤ</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner" ph="i ʃ a dˤ a ŋ">iʃadˤaŋ</word> + <thingy type="detcase" function="prefix" gloss="DAT" attach="prefix" ph="ᵏǀ">ᵏǀ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ai ˈ nˤ">aiˈnˤ</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing" ph="h a̰ ˈ ɲ">ha̰ˈɲ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <thingy type="nouncase" function="prefix" gloss="DAT" attach="prefix" ph="sˤ">sˤ</thingy> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner" ph="u ˈ ŋ">uˈŋ</word> - <thingy type="detcase" function="prefix" gloss="DAT" attach="prefix" ph="ᵏǀ">ᵏǀ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="d">d</thingy> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner" ph="ai ˈ m i ɓ u ʃ">aiˈmiɓuʃ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="d a b i ˈ tˤ">dabiˈtˤ</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="DAT" attach="prefix" ph="sˤ">sˤ</thingy> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner" ph="i ʃ a dˤ a ŋ">iʃadˤaŋ</word> - <thingy type="detcase" function="prefix" gloss="DAT" attach="prefix" ph="ᵏǀ">ᵏǀ</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">aiˈnˤ</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3.sing" indobj="3.sing" obj="3.sing">ha̰ˈɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">sˤ</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">uˈŋ</word> + <thingy type="detcase" function="prefix" gloss="DAT">ᵏǀ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">a̰ˈɡ</word> + <thingy type="nouncase" function="prefix" gloss="NOM">d</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="NOM" possessor="no.owner">aiˈmiɓuʃ</word> + <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">dabiˈtˤ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">sˤ</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">iʃadˤaŋ</word> + <thingy type="detcase" function="prefix" gloss="DAT">ᵏǀ</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">a̰ˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈainˤ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈha̰ɲ</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">sˤ-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">ˈuŋ</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">ᵏǀ-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">d-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ˈaimiɓuʃ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">daˈbitˤ</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">sˤ-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">iʃadˤaŋ</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">ᵏǀ-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span></p> + <p>ˈfainˤ ˈna̰ɡ ˈha̰ɲ ᵑǀak ᵑǀa ˈsˤuŋ ˈᵏǀa̰ɡ ˈdaimiɓuʃ daˈbitˤ ᵑǀak sˤiʃadˤaŋ ˈᵏǀa̰ɡ</p> + <p>faiṇ na’g ha’ñ ncak nca ṣung ca’g daimibbush dabiṭ ncak ṣishaḍang ca’g</p> + <il> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈainˤ</o> + <g>boy</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈha̰ɲ</o> + <g>give</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>sˤ-</o> + <g>DAT</g> + </w> + <w> + <o>ˈuŋ</o> + <g>girl</g> + </w> + <w> + <o>ᵏǀ-</o> + <g>DAT</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>d-</o> + <g>NOM</g> + </w> + <w> + <o>ˈaimiɓuʃ</o> + <g>apple</g> + </w> + <w> + <o>daˈbitˤ</o> + <g>surprise</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>sˤ-</o> + <g>DAT</g> + </w> + <w> + <o>iʃadˤaŋ</o> + <g>teacher</g> + </w> + <w> + <o>ᵏǀ-</o> + <g>DAT</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + </il> </example>
Faiṇ na’g ha’ñ ncak nca ṣung ca’g daimibbush dabiṭ ncak ṣishaḍang ca’g. [ˈfainˤ ˈna̰ɡ ˈha̰ɲ ᵑǀak ᵑǀa ˈsˤuŋ ˈᵏǀa̰ɡ ˈdaimiɓuʃ daˈbitˤ ᵑǀak sˤiʃadˤaŋ ˈᵏǀa̰ɡ] f- ERG ˈainˤ boy n- ERG ˈa̰ɡ the ˈha̰ɲ give ᵑǀak PAST ᵑǀa COMP sˤ- DAT ˈuŋ girl ᵏǀ- DAT ˈa̰ɡ the d- NOM ˈaimiɓuʃ apple daˈbitˤ surprise ᵑǀak PAST sˤ- DAT iʃadˤaŋ teacher ᵏǀ- DAT ˈa̰ɡ the “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Ikan expresses quoted or reported speech without a dedicated quotative particle. Quotations appear as ordinary clauses, distinguished only by the surrounding syntactic context or by the use of verbs of speaking.
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 embed:
No change.
module sentenceconnectors:
No change.
module subordinate:
<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">
<subs>
- <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" comp="COMP">
<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>
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> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + <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> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <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"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> + <word posp="verb" gloss="love"/> + </vp> <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 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="ERG"> <word posp="noun" gloss="boy"/> <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> - <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="NOM"> <subs> - <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> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> <word posp="verb" gloss="love"/> </vp> - <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> </subs> </np> </s> </example>
module markowner:
No change.
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="ERG">
<word posp="noun" gloss="boy"/>
<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>
<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="NOM">
+ <np role="obj" tr="rheme" case="NOM" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</s>
</example>
createpronouns:
No change.
module markowned:
<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="ERG"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="boy"/> <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> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="NOM" number="sing"> + <np role="obj" tr="rheme" case="NOM" number="sing" possessor="no.owner"> <subs> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> </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:
<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="ERG" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<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>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="NOM" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</subs>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</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>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="NOM" number="sing" possessor="no.owner">
+ <np role="obj" tr="rheme" case="NOM" number="sing" possessor="no.owner" person="1excl">
<subs>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">
+ <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</subs>
</np>
</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="ERG" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="NOM" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
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="ERG" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
+ <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"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="NOM" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" 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" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" 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" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for boy/noun/case/obligatoryGot ERG
About to call getSlotValue for the/det/case/obligatory
Got ERG
About to call getSlotValue for girl/noun/case/obligatory
Got DAT
About to call getSlotValue for the/det/case/obligatory
Got DAT
<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="ERG" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="ERG"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" 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"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="detcase" function="prefix" gloss="DAT"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="NOM" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
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="ERG" possessor="no.owner"> + <flat> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="ERG"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" 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"/> - </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="detcase" function="prefix" gloss="DAT"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" tr="rheme" case="NOM" number="sing" possessor="no.owner" person="1excl"> - <subs> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="ERG"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="detcase" function="prefix" gloss="DAT"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" 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="vpcomp" function="enclitic" gloss="COMP"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ai ˈ nˤ">aiˈnˤ</word> + <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="b au ˈ s">bauˈs</word> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="DAT" attach="prefix" ph="sˤ">sˤ</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner" ph="u ˈ ŋ">uˈŋ</word> + <thingy type="detcase" function="prefix" gloss="DAT" attach="prefix" ph="ᵏǀ">ᵏǀ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> + <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" ph="m ai ˈ f">maiˈf</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing" ph="ɲ i ˈ t">ɲiˈt</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" ph="n u ˈ ɡ">nuˈɡ</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <thingy type="nouncase" function="prefix" gloss="ERG" attach="prefix" ph="f">f</thingy> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ai ˈ nˤ">aiˈnˤ</word> - <thingy type="detcase" function="prefix" gloss="ERG" attach="prefix" ph="n">n</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></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="b au ˈ s">bauˈs</word> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="ᵑǀ a k">ᵑǀak</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="nouncase" function="prefix" gloss="DAT" attach="prefix" ph="sˤ">sˤ</thingy> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner" ph="u ˈ ŋ">uˈŋ</word> - <thingy type="detcase" function="prefix" gloss="DAT" attach="prefix" ph="ᵏǀ">ᵏǀ</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner" ph="a̰ ˈ ɡ">a̰ˈɡ</word> - <thingy type="npnumber" function="enclitic" gloss="sing" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner" ph="m ai ˈ f">maiˈf</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing" ph="ɲ i ˈ t">ɲiˈt</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="vpcomp" function="enclitic" gloss="COMP" ph="ᵑǀ a">ᵑǀa</thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner" ph="n u ˈ ɡ">nuˈɡ</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">f</thingy> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">aiˈnˤ</word> + <thingy type="detcase" function="prefix" gloss="ERG">n</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">a̰ˈɡ</word> + <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">bauˈs</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ᵑǀak</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">sˤ</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">uˈŋ</word> + <thingy type="detcase" function="prefix" gloss="DAT">ᵏǀ</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">a̰ˈɡ</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" possessor="no.owner">maiˈf</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl.sing" obj="2.sing">ɲiˈt</word> + <thingy type="vpcomp" function="enclitic" gloss="COMP">ᵑǀa</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" possessor="no.owner">nuˈɡ</word> </flat> + <p><span class="ilpair"><span class="mor">f-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈainˤ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈbaus</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">ᵑǀak</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">sˤ-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">ˈuŋ</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">ᵏǀ-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">ˈa̰ɡ</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ˈmaif</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ˈɲit</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">ᵑǀa</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ˈnuɡ</span><br><span class="gls">2.sing</span></span></p> + <p>ˈfainˤ ˈna̰ɡ ˈbaus ᵑǀak ˈsˤuŋ ˈᵏǀa̰ɡ ˈmaif ˈɲit ᵑǀa ˈnuɡ</p> + <p>faiṇ na’g baus ncak ṣung ca’g maif ñit nca nug</p> + <il> + <w> + <o>f-</o> + <g>ERG</g> + </w> + <w> + <o>ˈainˤ</o> + <g>boy</g> + </w> + <w> + <o>n-</o> + <g>ERG</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈbaus</o> + <g>tell</g> + </w> + <w> + <o>ᵑǀak</o> + <g>PAST</g> + </w> + <w> + <o>sˤ-</o> + <g>DAT</g> + </w> + <w> + <o>ˈuŋ</o> + <g>girl</g> + </w> + <w> + <o>ᵏǀ-</o> + <g>DAT</g> + </w> + <w> + <o>ˈa̰ɡ</o> + <g>the</g> + </w> + <w> + <o>ˈmaif</o> + <g>1excl.sing</g> + </w> + <w> + <o>ˈɲit</o> + <g>love</g> + </w> + <w> + <o>ᵑǀa</o> + <g>COMP</g> + </w> + <w> + <o>ˈnuɡ</o> + <g>2.sing</g> + </w> + </il> </example>
Faiṇ na’g baus ncak ṣung ca’g maif ñit nca nug. [ˈfainˤ ˈna̰ɡ ˈbaus ᵑǀak ˈsˤuŋ ˈᵏǀa̰ɡ ˈmaif ˈɲit ᵑǀa ˈnuɡ] f- ERG ˈainˤ boy n- ERG ˈa̰ɡ the ˈbaus tell ᵑǀak PAST sˤ- DAT ˈuŋ girl ᵏǀ- DAT ˈa̰ɡ the ˈmaif 1excl.sing ˈɲit love ᵑǀa COMP ˈnuɡ 2.sing “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Ikan. Generated by the Language Creator, version 0.92, on 28 July 2026. https://languagecreator.org/grammar/16CV8
In BibTeX format:
@misc{LC-16CV8,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Ikan}},
howpublished = {\url{https://languagecreator.org/grammar/16CV8}},
note = {Generated by the Language Creator, version 0.92, on 28 July 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Ikan / Ikan–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/16CV8
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.03 seconds; writing the grammar 0.06 seconds.