A Grammar of Yeb
Introduction
Scope and Purpose
This grammar provides a systematic description of the Yeb language (the 966th 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 Yeb.
Typological Profile
It has ergative case marking, i.e., the object of a transitive verb is marked the same as the subject of an intransitive one,.Phonology
Phoneme Inventory
Consonants
Yeb has 22 consonant phonemes, a size that falls within a broadly average range.
It has a notable dental–alveolar contrast across several manners, a strongly reduced sibilant system, a notably rich liquid inventory, a complete absence of laryngeal consonants and a broad and varied fricative inventory.The table below presents the full inventory of consonant phonemes in Yeb. The chart lists all places and manners of articulation attested in the language.
| labial | dental | alveolar | postalveolar | alveolo-palatal | lateral | palatal | velar | |
|---|---|---|---|---|---|---|---|---|
| stop | p b | d t | k ɡ | |||||
| nasal | m | n | ɲ | ŋ | ||||
| trill/tap/flap | ɾ | |||||||
| fricative | f | θ | s | x | ||||
| approximant | w | l | j | |||||
| affricate | t͡ʃ | t͡ɕ |
Vowels
Yeb has 5 vowel qualities. This places it within the broadly common range of mid-sized vowel inventories. The vowel chart shows the full set of contrasts employed in the language’s phonology.
It has a full range of vowel qualities even in reduced syllables.The table below presents the full inventory of vowel phonemes in Yeb. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| mid | e | o | |
| open | a |
Stress and Tones
Yeb has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
Vowel harmony does not exist in this language.
Writing System
Introduction
Yeb is normally written using the Latin alphabet, whose familiarity makes it straightforward for most readers. For clarity and precision, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also provided throughout this grammar.
Orthography
Here are the various components of the orthography:
Simple letters
| a /a/ | b /b/ | d /d/ | e /e/ |
| f /f/ | g /ɡ/ | i /i/ | j /j/ |
| k /k/ | l /l/ | m /m/ | n /n/ |
| o /o/ | p /p/ | r /ɾ/ | s /s/ |
| t /t/ | u /u/ | w /w/ | ñ /ɲ/ |
Multi-letter combinations such as digraphs
| ch /t͡ʃ/ | kh /x/ | ng /ŋ/ |
| rr /r/ | th /θ/ | ty /t͡ɕ/ |
Word Classes and Morphology
Number and Gender
Number
Yeb does not have grammatical number.
Gender
Yeb has the following genders:
Gender masc – for instance: buk ‘book’, chejuw ‘hunter’, chikob ‘seed’, dagak ‘binoculars’, feboj ‘umbrella’, jathet ‘wild boar’, jokhon ‘neighbour’, khaj ‘friend’, lumath ‘rope’, luw ‘human being’, mañarr ‘flower’, naked ‘mortar’, paspirr ‘lamb’, pesekh ‘mountain’, pithuty ‘lake’, rrakh ‘ear’, rrukop ‘cloud’, seskum ‘grass’, tomich ‘knee’, tyachask ‘worm’.
Gender fem – for instance: baboñ ‘dust’, chiwaty ‘restaurant’, dam ‘fight’, dichel ‘teacher’, dorrow ‘medicine’, fagol ‘stick’, fiw ‘land’, geb ‘name’, khukhus ‘louse’, makit ‘market’, nguthat ‘tail’, nuty ‘heart’, pisk ‘back’, piñep ‘neck’, rub ‘south’, tatan ‘wing’, tethag ‘cheese’, tying ‘wife’, wang ‘people’, wej ‘water’.
The Nominal Phrase
Nominal phrases in Yeb 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 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">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</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"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
tva1tva2
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">
+ <word gloss="COMIT" posp="pp"/>
<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">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</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"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </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"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </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"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </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="ABS"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
module addgender:
<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" gender="fem"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> - <np number="sing" def="def" locus="number"> + <np number="sing" def="def" locus="number" gender="masc"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </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="ABS"> + <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<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" gender="fem"> + <np role="subj" def="def" locus="number" case="ERG" gender="fem"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> - <np number="sing" def="def" locus="number" gender="masc"> + <np def="def" locus="number" gender="masc"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </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="ABS" gender="masc"> + <np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" def="def" locus="number" case="ERG" gender="fem"> + <np role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> - <np def="def" locus="number" gender="masc"> + <np def="def" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </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" tr="rheme" locus="number" case="ABS" gender="masc"> + <np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</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" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
+ <word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
- <word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife"/>
</np>
</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" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
+ <word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
- <word posp="det" gloss="yon"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</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.fem" obj="3.masc">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
</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" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
+ <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.fem" obj="3.masc">
<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"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
+ <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" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="knife" def="def" locus="number" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<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.fem" obj="3.masc">
- <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.fem" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word posp="det" gloss="yon"/>
- <word posp="num" gloss="three"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
+ <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning ABS
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot fem
About to call getSlotValue for woman/noun/case/obligatory
Got ERG
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for knife/noun/case/obligatory
Got ABS
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for yon/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/case/obligatory
Got ABS
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner">
<word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" role="comitative"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="knife" def="def" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<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.fem" obj="3.masc">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<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" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"> + <flat> <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="def" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="knife" def="def" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> <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.fem" obj="3.masc"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <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> - <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="knife" def="def" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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.fem" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner" ph="s i θ">siθ</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</thingy> + <word gloss="COMIT" posp="pp" role="comitative" ph="d o d i x">dodix</word> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="knife" def="def" locus="number" gender="masc" possessor="no.owner" ph="k u s">kus</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc" ph="n o n">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n a">na</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ʃ o s">t͡ʃos</word> + <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t i b i r">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t a r">tar</word> + <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> - <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner" ph="s i θ">siθ</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</thingy> - <word gloss="COMIT" posp="pp" role="comitative" ph="d o d i x">dodix</word> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="knife" def="def" locus="number" gender="masc" possessor="no.owner" ph="k u s">kus</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc" ph="n o n">non</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n a">na</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ʃ o s">t͡ʃos</word> - <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t i b i r">tibir</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t a r">tar</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" gender="fem" possessor="no.owner">siθ</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word gloss="COMIT" posp="pp" role="comitative">dodix</word> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="knife" def="def" locus="number" gender="masc" possessor="no.owner">kus</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">na</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">t͡ʃos</word> + <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">tar</word> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">siθ</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">dodix</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">kus</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">non</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">na</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ʃos</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">tibir</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">tar</span><br><span class="gls">blind</span></span></p> + <p>nik siθir dodix nis kusup noneɾ koŋ nas t͡ʃos tibirup tar</p> + <p>nik sithirr dodikh nis kusup noner kong nas chos tibirrup tarr</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>siθ</o> + <g>woman</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>dodix</o> + <g>COMIT</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>kus</o> + <g>knife</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>non</o> + <g>catch</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>na</o> + <g>yon</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ʃos</o> + <g>three</g> + </w> + <w> + <o>tibir</o> + <g>mouse</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>tar</o> + <g>blind</g> + </w> + </il> </example>
Nik sithirr dodikh nis kusup noner kong nas chos tibirrup tarr. [nik siθir dodix nis kusup noneɾ koŋ nas t͡ʃos tibirup tar] ni the -k fem siθ woman -ir ERG dodix COMIT ni the -s masc kus knife -up ABS non catch -eɾ POS koŋ PAST na yon -s masc t͡ʃos three tibir mouse -up ABS tar blind “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There is one type of clitic in the nominal phrase, namely an enclitic (placed finally), expressing possessor. a clitic expressing possessor, comprising bity /bit͡ɕ/ ‘1incl’, kirr /kir/ ‘1excl’, fis /fis/ ‘2’, meng /meŋ/ ‘3.masc’ and ngip /ŋip/ ‘3.fem’.
The morphology of the elements of the nominal phrase, i.e., nouns, adjectives, numerals and pronouns, is described below, as is the way that possession is expressed in Yeb.
The Noun
The noun in Yeb consists of the root followed by an obligatory suffix expressing case, comprising -up /-up/ ‘ABS’, -irr /-ir/ ‘ERG’, -en /-en/ ‘DAT’, -ot /-ot/ ‘INS’, -od /-od/ ‘VOC’, -eg /-eɡ/ ‘ALL’, -ek /-ek/ ‘LOC’, -ik /-ik/ ‘ABL’ and -ol /-ol/ ‘PART’.
The noun displays the following derivational morphology: 11 suffixes, namely -os /-os/ ‘little’, -iw /-iw/ ‘big’, -in /-in/ ‘old’, -ej /-ej/ ‘new’, -ed /-ed/ ‘good’, -ekh /-ex/ ‘bad’, -eg /-eɡ/ ‘have’, -um /-um/ ‘use’, -ag /-aɡ/ ‘see’, -isp /-isp/ ‘make’ and -is /-is/ ‘break’
The Adjective
The adjective in Yeb stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Yeb stands alone without any prefixes or suffixes attached to it.
Determiners
In Yeb, the determiner has the following structure: the root followed by an obligatory suffix expressing gender, comprising -s /-s/ ‘masc’ and -k /-k/ ‘fem’.
Pronouns
The pronoun in Yeb stands alone without any prefixes or suffixes attached to it.
In Yeb, 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 articles:
No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ERG"> <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="ABS"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module addgender:
<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="ERG"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="masc"> <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" case="ABS"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<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="ERG" gender="masc"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="masc"> <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" case="ABS" gender="fem"> + <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="girl"/> </np> </s> </example>
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="masc"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> + <word posp="pron" gender="masc" gloss="3.masc"/> </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" tr="theme" role="obj" output="aspron" locus="number" case="ABS" gender="fem"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem"> + <word posp="pron" gender="fem" gloss="3.fem"/> </np> </s> </example>
module markowned:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> <word posp="pron" gender="masc" gloss="3.masc"/> </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" tr="theme" role="obj" locus="number" case="ABS" gender="fem"> + <np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word posp="pron" gender="fem" gloss="3.fem"/> </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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word posp="pron" gender="masc" gloss="3.masc"/>
</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.masc" obj="3.fem">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem"/>
</np>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> - <word posp="pron" gender="masc" gloss="3.masc"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem"> <word posp="verb" gloss="love"/> </vp> <np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word posp="pron" gender="fem" gloss="3.fem"/> </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.masc" obj="3.fem">
<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"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem"/>
+ <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.masc" obj="3.fem">
- <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.masc" obj="3.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
- <word posp="pron" gender="fem" gloss="3.fem"/>
+ <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/negation/obligatoryGot POS
<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.masc" obj="3.fem">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
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.masc" obj="3.fem"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" 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.masc" obj="3.fem"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" 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.masc" obj="3.fem" ph="b u s">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <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> + <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner" ph="j a s">jas</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.masc" obj="3.fem" ph="b u s">bus</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <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> - <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner" ph="j a s">jas</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.masc" obj="3.fem">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">jas</word> </flat> + <p><span class="ilpair"><span class="mor">bus</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">jas</span><br><span class="gls">3.fem</span></span></p> + <p>buseɾ jas</p> + <p>buser jas</p> + <il> + <w> + <o>bus</o> + <g>love</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>jas</o> + <g>3.fem</g> + </w> + </il> </example>
Buser jas. [buseɾ jas] bus love -eɾ POS jas 3.fem “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 articles:
No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ERG"> <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="ABS"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module addgender:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ERG"> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ERG" gender="masc"> <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" case="ABS"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ERG" gender="masc"> + <np def="def" tr="rheme" role="subj" output="aspron" locus="number" case="ERG" gender="masc"> <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" case="ABS" gender="fem"> + <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="girl"/> </np> </s> </example>
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" tr="rheme" role="subj" output="aspron" locus="number" case="ERG" gender="masc"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="rheme" role="subj" locus="number" case="ERG" gender="masc"> + <word posp="pron" gender="masc" gloss="3.masc"/> </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" tr="theme" role="obj" output="aspron" locus="number" case="ABS" gender="fem"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem"> + <word posp="pron" gender="fem" gloss="3.fem"/> </np> </s> </example>
module markowned:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" tr="rheme" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" tr="rheme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> <word posp="pron" gender="masc" gloss="3.masc"/> </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" tr="theme" role="obj" locus="number" case="ABS" gender="fem"> + <np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word posp="pron" gender="fem" gloss="3.fem"/> </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" tr="rheme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word posp="pron" gender="masc" gloss="3.masc"/>
</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.masc" obj="3.fem">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word posp="pron" gender="masc" gloss="3.masc"/>
+ <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.masc" obj="3.fem">
<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"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem"/>
+ <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" tr="rheme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="pron" gender="masc" gloss="3.masc"/>
+ <word posp="pron" gender="masc" gloss="3.masc" def="def" tr="rheme" 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="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem">
- <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.masc" obj="3.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
- <word posp="pron" gender="fem" gloss="3.fem"/>
+ <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/negation/obligatoryGot POS
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word posp="pron" gender="masc" gloss="3.masc" def="def" tr="rheme" 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="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" tr="rheme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word posp="pron" gender="masc" gloss="3.masc" def="def" tr="rheme" 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="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" tr="theme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" 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" gender="masc" gloss="3.masc" def="def" tr="rheme" role="subj" locus="number" case="ERG" 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.masc" obj="3.fem"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="pron" gender="masc" gloss="3.masc" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="w e d">wed</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.masc" obj="3.fem" ph="b u s">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <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> + <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner" ph="j a s">jas</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" gender="masc" gloss="3.masc" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner" ph="w e d">wed</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.masc" obj="3.fem" ph="b u s">bus</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <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> - <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner" ph="j a s">jas</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="pron" gender="masc" gloss="3.masc" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner">wed</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <word posp="pron" gender="fem" gloss="3.fem" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">jas</word> </flat> + <p><span class="ilpair"><span class="mor">wed</span><br><span class="gls">3.masc</span></span> <span class="ilpair"><span class="mor">bus</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">jas</span><br><span class="gls">3.fem</span></span></p> + <p>wed buseɾ jas</p> + <p>wed buser jas</p> + <il> + <w> + <o>wed</o> + <g>3.masc</g> + </w> + <w> + <o>bus</o> + <g>love</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>jas</o> + <g>3.fem</g> + </w> + </il> </example>
Wed buser jas. [wed buseɾ jas] wed 3.masc bus love -eɾ POS jas 3.fem “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 articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ERG"> <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="ABS"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<example id="loveprop" translation="NN1 hates NN2."> <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" gender="masc"> <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="ABS"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> <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="ABS" gender="fem"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" 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" tr="rheme" role="obj" locus="number" case="ABS" gender="fem"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" 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:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1"/>
</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" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</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.masc" obj="3.fem">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
+ <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.masc" obj="3.fem">
<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"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
+ <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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" 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.masc" obj="3.fem">
- <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.masc" obj="3.fem"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for NN1/noun/case/obligatory
Got ERG
About to call getSlotValue for hate/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for NN2/noun/case/obligatory
Got ABS
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<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.masc" obj="3.fem">
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <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.masc" obj="3.fem"> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Linyal hates Ferang."> <flat> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <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.masc" obj="3.fem"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="Linyal" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" propernoun="yes" ph="l i ɲ a l">liɲal</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.fem" ph="ŋ i m i r">ŋimir</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <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> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="Ferang" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" propernoun="yes" ph="f e ɾ a ŋ">feɾaŋ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Linyal hates Ferang."> <flat> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="Linyal" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" propernoun="yes" ph="l i ɲ a l">liɲal</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.fem" ph="ŋ i m i r">ŋimir</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <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> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="Ferang" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" propernoun="yes" ph="f e ɾ a ŋ">feɾaŋ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="Linyal" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" propernoun="yes">liɲal</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc" obj="3.fem">ŋimir</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="Ferang" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" propernoun="yes">feɾaŋ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">liɲal</span><br><span class="gls">Linyal</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ŋimir</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">feɾaŋ</span><br><span class="gls">Ferang</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nis liɲalir ŋimireɾ nik feɾaŋup</p> + <p>nis Liñalirr ngimirrer nik Ferangup</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>liɲal</o> + <g>Linyal</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>ŋimir</o> + <g>hate</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>feɾaŋ</o> + <g>Ferang</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Nis Liñalirr ngimirrer nik Ferangup. [nis liɲalir ŋimireɾ nik feɾaŋup] ni the -s masc liɲal Linyal -ir ERG ŋimir hate -eɾ POS ni the -k fem feɾaŋ Ferang -up ABS “Linyal hates Ferang.” | (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 articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="ABS"> - <np number="sing" def="def" locus="number" role="owner"> + <np type="owner_owned" case="ABS" gender="fem"> + <np number="sing" def="def" locus="number" role="owner" gender="masc"> <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" gender="fem"> <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="ABS" gender="fem"> + <np type="owner_owned" case="ABS" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="ABS" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np type="owner_owned" case="ABS" gender="fem"> + <np def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem"> <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="ABS" gender="fem"> - <np def="def" locus="number" role="owner" gender="masc"> + <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="ABS" gender="fem"> - <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="ABS" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="ABS" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="ABS" gender="fem"> - <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> + <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning ABS
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot fem
About to call getSlotValue for apple/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for boy/noun/case/obligatory
Got ABS
<example id="posso1" translation="the boy's apple">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"> + <flat> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - </np> - <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS" ph="j a d i ɲ">jadiɲ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="k i θ">kiθ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS" ph="j a d i ɲ">jadiɲ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="k i θ">kiθ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS">jadiɲ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">kiθ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">jadiɲ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">meŋ</span><br><span class="gls">3.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">kiθ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nik jadiɲup meŋ nis kiθup</p> + <p>nik jadiñup meng nis kithup</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>jadiɲ</o> + <g>apple</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>meŋ</o> + <g>3.masc.POSS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>kiθ</o> + <g>boy</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
nik jadiñup meng nis kithup [nik jadiɲup meŋ nis kiθup] ni the -k fem jadiɲ apple -up ABS meŋ 3.masc.POSS ni the -s masc kiθ boy -up ABS “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 articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="ABS"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np type="owner_owned" case="ABS" gender="fem"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <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="ABS" gender="fem"> + <np type="owner_owned" case="ABS" gender="fem" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="ABS" gender="fem" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" gender="masc"> + <np type="owner_owned" case="ABS" gender="fem"> + <np def="def" output="aspron" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem"> <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="ABS" gender="fem"> - <np def="def" output="aspron" locus="number" role="owner" gender="masc"> - <word posp="noun" gloss="boy"/> + <np def="def" locus="number" role="owner" gender="masc"> + <word posp="pron" gender="masc" gloss="3.masc"/> </np> <np def="def" locus="number" role="owned" gender="fem"> <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="ABS" gender="fem"> - <np def="def" locus="number" role="owner" gender="masc"> + <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="pron" gender="masc" gloss="3.masc"/> </np> - <np def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS" gender="fem"> - <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> - <word posp="pron" gender="masc" gloss="3.masc"/> - </np> <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> + <word posp="pron" gender="masc" gloss="3.masc"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="ABS" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="pron" gender="masc" gloss="3.masc"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="ABS" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="pron" gender="masc" gloss="3.masc"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="ABS" gender="fem"> - <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> + <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="pron" gender="masc" gloss="3.masc"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> - <word posp="pron" gender="masc" gloss="3.masc"/> + <word posp="pron" gender="masc" gloss="3.masc" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot fem
About to call getSlotValue for apple/noun/case/obligatory
Got ABS
<example id="posso1b" translation="his (the boy's) apple">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word posp="pron" gender="masc" gloss="3.masc" def="def" locus="number" role="owner" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"> + <flat> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - </np> - <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="pron" gender="masc" gloss="3.masc" def="def" locus="number" role="owner" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - <word posp="pron" gender="masc" gloss="3.masc" def="def" locus="number" role="owner" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS" ph="j a d i ɲ">jadiɲ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> + <word posp="pron" gender="masc" gloss="3.masc" def="def" locus="number" role="owner" possessor="no.owner" ph="w e d">wed</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS" ph="j a d i ɲ">jadiɲ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> - <word posp="pron" gender="masc" gloss="3.masc" def="def" locus="number" role="owner" possessor="no.owner" ph="w e d">wed</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ABS">jadiɲ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS">meŋ</thingy> + <word posp="pron" gender="masc" gloss="3.masc" def="def" locus="number" role="owner" possessor="no.owner">wed</word> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">jadiɲ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">meŋ</span><br><span class="gls">3.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">wed</span><br><span class="gls">3.masc</span></span></p> + <p>nik jadiɲup meŋ wed</p> + <p>nik jadiñup meng wed</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>jadiɲ</o> + <g>apple</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>meŋ</o> + <g>3.masc.POSS</g> + </w> + <w> + <o>wed</o> + <g>3.masc</g> + </w> + </il> </example>
nik jadiñup meng wed [nik jadiɲup meŋ wed] ni the -k fem jadiɲ apple -up ABS meŋ 3.masc.POSS wed 3.masc “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 articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="ABS"> + <np type="owner_owned" case="ABS" gender="fem"> <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"> + <np number="sing" def="def" locus="number" role="owned" gender="fem"> <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="ABS" gender="fem"> + <np type="owner_owned" case="ABS" gender="fem" number="sing"> <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" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="ABS" gender="fem" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="1excl" number="sing" posp="pron"/> + <np type="owner_owned" case="ABS" gender="fem"> + <np def="neither" locus="number" role="owner"> + <word person="1excl" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem"> <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="ABS" gender="fem"> - <np def="neither" locus="number" role="owner"> - <word person="1excl" posp="pron"/> - </np> - <np def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem" possessor="1excl"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="ABS" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="1excl">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="ABS" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="1excl">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="nppossessor" function="enclitic" gloss="1excl"/>
</np>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="ABS" gender="fem"> - <np def="def" locus="number" role="owned" gender="fem" possessor="1excl"> + <np def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> <thingy type="nppossessor" function="enclitic" gloss="1excl"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="1excl"/> </np> </example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot fem
About to call getSlotValue for apple/noun/case/obligatory
Got ABS
<example id="posso2" translation="my apple">
<np def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="1excl"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"> + <flat> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="1excl"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="1excl"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS" ph="j a d i ɲ">jadiɲ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1excl.POSS" ph="k i r">kir</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso2" translation="my apple"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS" ph="j a d i ɲ">jadiɲ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="1excl.POSS" ph="k i r">kir</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" gender="fem" possessor="1excl" case="ABS">jadiɲ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1excl.POSS">kir</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">jadiɲ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">kir</span><br><span class="gls">1excl.<span class="glssc">POSS</span></span></span></p> + <p>nik jadiɲup kir</p> + <p>nik jadiñup kirr</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>jadiɲ</o> + <g>apple</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>kir</o> + <g>1excl.POSS</g> + </w> + </il> </example>
nik jadiñup kirr [nik jadiɲup kir] ni the -k fem jadiɲ apple -up ABS kir 1excl.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 articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<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 type="owner_owned" gender="fem">
+ <np number="sing" def="def" locus="number" role="owner" gender="masc">
<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" gender="fem">
<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="ABS">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np type="owner_owned" gender="masc">
+ <np type="owner_owned" role="owner" gender="masc">
<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">
+ <np number="sing" def="def" locus="number" role="owned" gender="masc">
<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" gender="masc">
<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" gender="fem"> + <np role="subj" case="ERG" number="sing"> + <np type="owner_owned" gender="fem" number="sing"> <np number="sing" def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned" gender="fem"> <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="ABS"> - <np type="owner_owned" gender="masc"> - <np type="owner_owned" role="owner" gender="masc"> + <np role="obj" case="ABS" number="sing"> + <np type="owner_owned" gender="masc" number="sing"> + <np type="owner_owned" role="owner" gender="masc" number="sing"> <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" gender="masc"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module simplifynumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ERG" number="sing"> - <np type="owner_owned" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np role="subj" case="ERG"> + <np type="owner_owned" gender="fem"> + <np def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem"> <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="ABS" number="sing"> - <np type="owner_owned" gender="masc" number="sing"> - <np type="owner_owned" role="owner" gender="masc" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="2" number="sing" posp="pron"/> + <np role="obj" case="ABS"> + <np type="owner_owned" gender="masc"> + <np type="owner_owned" role="owner" gender="masc"> + <np def="neither" locus="number" role="owner"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc"> <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"> + <np role="subj" case="ERG" possessor="no.owner"> <np type="owner_owned" gender="fem"> - <np def="def" locus="number" role="owner" gender="masc"> + <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <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="ABS"> + <np role="obj" case="ABS" possessor="no.owner"> <np type="owner_owned" gender="masc"> <np type="owner_owned" role="owner" gender="masc"> - <np def="neither" locus="number" role="owner"> - <word person="2" posp="pron"/> - </np> - <np def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc" possessor="2"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> - <np def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module ngen:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ERG" possessor="no.owner">
<np type="owner_owned" gender="fem">
- <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
+ <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="ABS" possessor="no.owner">
<np type="owner_owned" gender="masc">
+ <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
+ <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np type="owner_owned" role="owner" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="2">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
</np>
</np>
- </np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ERG" possessor="no.owner">
<np type="owner_owned" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</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="ABS" possessor="no.owner">
<np type="owner_owned" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="2">
- <word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
</np>
</np>
</s>
</example>
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" possessor="no.owner"> + <np role="subj" case="ERG" possessor="no.owner" gender="fem"> <np type="owner_owned" gender="fem"> <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </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.fem" obj="3.masc"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj" case="ABS" possessor="no.owner"> + <np role="obj" case="ABS" possessor="no.owner" gender="masc"> <np type="owner_owned" gender="masc"> <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> <np type="owner_owned" role="owner" gender="masc"> <np def="def" locus="number" role="owned" gender="masc" possessor="2"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> </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" possessor="no.owner" gender="fem">
<np type="owner_owned" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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.fem" obj="3.masc">
<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"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner" gender="masc">
<np type="owner_owned" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np type="owner_owned" role="owner" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="2">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2"/>
</np>
</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" possessor="no.owner" gender="fem"> - <np type="owner_owned" gender="fem"> + <np type="owner_owned" gender="fem" role="subj" case="ERG" possessor="no.owner"> <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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.fem" obj="3.masc"> <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"/> </vp> - <np role="obj" case="ABS" possessor="no.owner" gender="masc"> - <np type="owner_owned" gender="masc"> + <np type="owner_owned" gender="masc" role="obj" case="ABS" possessor="no.owner"> <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np type="owner_owned" role="owner" gender="masc"> <np def="def" locus="number" role="owned" gender="masc" possessor="2"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> <thingy type="nppossessor" function="enclitic" gloss="2"/> </np> </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" gender="fem" role="subj" case="ERG" possessor="no.owner"> - <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> + <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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.fem" obj="3.masc"> <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"/> </vp> - <np type="owner_owned" gender="masc" role="obj" case="ABS" possessor="no.owner"> - <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> + <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> - <np type="owner_owned" role="owner" gender="masc"> <np def="def" locus="number" role="owned" gender="masc" possessor="2"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> <thingy type="nppossessor" function="enclitic" gloss="2"/> </np> - </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 def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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.fem" obj="3.masc">
- <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.fem" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owned" gender="masc" possessor="2">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2"/>
+ <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="masc" possessor="2"/>
<thingy type="nppossessor" function="enclitic" gloss="2"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning ABS
calling defaultval for case/
defaultval: noun, case
returning ABS
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot fem
About to call getSlotValue for daughter/noun/case/obligatory
Got ERG
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for hunter/noun/case/obligatory
Got ABS
About to call getSlotValue for kiss/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for son/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for neighbour/noun/case/obligatory
Got ABS
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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.fem" obj="3.masc">
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owned" gender="masc" possessor="2">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="masc" possessor="2"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="2"/>
</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 def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"> + <flat> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - </np> - <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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.fem" obj="3.masc"> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - </np> - <np def="def" locus="number" role="owned" gender="masc" possessor="2"> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="masc" possessor="2"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="2"/> - </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> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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.fem" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="masc" possessor="2"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="2"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG" ph="x o w">xow</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="t͡ʃ e j u w">t͡ʃejuw</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc" ph="t͡ʃ a p a n">t͡ʃapan</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS" ph="m o θ">moθ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="masc" possessor="2" ph="j o x o n">joxon</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.POSS" ph="f i s">fis</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> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG" ph="x o w">xow</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="t͡ʃ e j u w">t͡ʃejuw</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc" ph="t͡ʃ a p a n">t͡ʃapan</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS" ph="m o θ">moθ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="masc" possessor="2" ph="j o x o n">joxon</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="2.POSS" ph="f i s">fis</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" case="ERG">xow</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">t͡ʃejuw</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">t͡ʃapan</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS">moθ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" gender="masc" possessor="2">joxon</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.POSS">fis</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">xow</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">meŋ</span><br><span class="gls">3.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ʃejuw</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">t͡ʃapan</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">moθ</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">meŋ</span><br><span class="gls">3.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">joxon</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">fis</span><br><span class="gls">2.<span class="glssc">POSS</span></span></span></p> + <p>nik xowir meŋ nis t͡ʃejuwup t͡ʃapaneɾ koŋ nis moθup meŋ nis joxonup fis</p> + <p>nik khowirr meng nis chejuwup chapaner kong nis mothup meng nis jokhonup fis</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>xow</o> + <g>daughter</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>meŋ</o> + <g>3.masc.POSS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ʃejuw</o> + <g>hunter</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>t͡ʃapan</o> + <g>kiss</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>moθ</o> + <g>son</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>meŋ</o> + <g>3.masc.POSS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>joxon</o> + <g>neighbour</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>fis</o> + <g>2.POSS</g> + </w> + </il> </example>
Nik khowirr meng nis chejuwup chapaner kong nis mothup meng nis jokhonup fis. [nik xowir meŋ nis t͡ʃejuwup t͡ʃapaneɾ koŋ nis moθup meŋ nis joxonup fis] ni the -k fem xow daughter -ir ERG meŋ 3.masc.POSS ni the -s masc t͡ʃejuw hunter -up ABS t͡ʃapan kiss -eɾ POS koŋ PAST ni the -s masc moθ son -up ABS meŋ 3.masc.POSS ni the -s masc joxon neighbour -up ABS fis 2.POSS “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
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 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"/> + <word gloss="a" posp="det"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module addgender:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS"> + <np number="sing" tr="rheme" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS" gender="masc"> + <np tr="rheme" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
createpronouns:
No change.
module markowned:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number" case="ABS" gender="masc"> + <np tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> </np> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="lamb0" translation="a lamb"> <np tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> - <word posp="noun" gloss="lamb"/> <word gloss="a" posp="det"/> + <word posp="noun" gloss="lamb"/> </np> </example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="lamb0" translation="a lamb">
<np tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det"/>
<word posp="noun" gloss="lamb"/>
+ <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 tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> - <word gloss="a" posp="det"/> - <word posp="noun" gloss="lamb"/> + <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>
addaffixes:
About to call getSlotValue for a/det/gender/obligatoryGot masc
About to call getSlotValue for lamb/noun/case/obligatory
Got ABS
<example id="lamb0" translation="a lamb">
<np tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> + <flat> <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n o">no</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="p a s+p i r">paspir</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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> - <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n o">no</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="p a s+p i r">paspir</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">no</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">paspir</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">paspir</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nos paspirup</p> + <p>nos paspirrup</p> + <il> + <w> + <o>no</o> + <g>a</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>paspir</o> + <g>lamb</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
nos paspirrup [nos paspirup] no a -s masc paspir lamb -up ABS “a lamb” | (9) |
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>
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"/> + <word gloss="a" posp="det"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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>
<word gloss="a" posp="det"/>
</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> <word gloss="a" posp="det"/> </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="ABS"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </example>
module addgender:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS"> + <np number="sing" tr="rheme" locus="number" case="ABS" gender="masc"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS" gender="masc"> + <np tr="rheme" locus="number" case="ABS" gender="masc"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </example>
createpronouns:
No change.
module markowned:
<example id="lamb1" translation="a little lamb"> - <np tr="rheme" locus="number" case="ABS" gender="masc"> + <np tr="rheme" locus="number" case="ABS" gender="masc" 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> <word gloss="a" posp="det"/> </np> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="lamb1" translation="a little lamb"> <np tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> + <word gloss="a" posp="det"/> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> - <word gloss="a" posp="det"/> </np> </example>
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 tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <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 tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> - <word gloss="a" posp="det"/> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>
addaffixes:
About to call getSlotValue for a/det/gender/obligatoryGot masc
About to call getSlotValue for lamb/noun/case/obligatory
Got ABS
<example id="lamb1" translation="a little lamb">
<np tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> + <flat> <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n o">no</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="p a s+p i r">paspir</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="o s">os</thingy> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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> - <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n o">no</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="p a s+p i r">paspir</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="o s">os</thingy> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="a" posp="det" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">no</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">paspir</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">os</thingy> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">paspir</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-os</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nos paspirosup</p> + <p>nos paspirrosup</p> + <il> + <w> + <o>no</o> + <g>a</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>paspir</o> + <g>lamb</g> + </w> + <w> + <o>-os</o> + <g>little</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
nos paspirrosup [nos paspirosup] no a -s masc paspir lamb -os little -up ABS “a little lamb” | (10) |
initial XML:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</s>
</example>cleanup:
<example id="lamb2" translation="She had a little lamb."> <s> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </s> </example>
module articles:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
+ <word gloss="a" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb2" translation="She had a little lamb."> <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="have"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> <word gloss="a" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
submodule transform_adj<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" tr="rheme" role="obj" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<word gloss="a" posp="det"/>
</np>
</s>
</example>tva1tva2
tva1
tva2
module affixdensity:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np number="sing" tr="rheme" role="obj" 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>
<word gloss="a" posp="det"/>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="lamb2" translation="She had a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="have"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="have"/> + </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </s> </example>
module casemarking:
<example id="lamb2" translation="She had a little lamb."> <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="ERG"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> - <np number="sing" tr="rheme" role="obj" locus="number"> + <np number="sing" tr="rheme" role="obj" locus="number" case="ABS"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </s> </example>
module addgender:
<example id="lamb2" translation="She had a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ERG"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="fem"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> - <np number="sing" tr="rheme" role="obj" locus="number" case="ABS"> + <np number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="lamb2" translation="She had a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="fem"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="fem"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> - <np number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> + <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </s> </example>
createpronouns:
<example id="lamb2" translation="She had a little lamb."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="fem"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem"> + <word posp="pron" gender="fem" gloss="3.fem"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <word gloss="a" posp="det"/> </np> </s> </example>
module markowned:
<example id="lamb2" translation="She had a little lamb."> <s> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem" possessor="no.owner"> <word posp="pron" gender="fem" gloss="3.fem"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> - <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> + <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" 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> <word gloss="a" posp="det"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="lamb2" translation="She had a little lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
+ <word gloss="a" posp="det"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
- <word gloss="a" posp="det"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="lamb2" translation="She had a little lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem"/>
</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.fem" obj="3.masc">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</s>
</example>
prodrop:
<example id="lamb2" translation="She had a little lamb."> <s> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem" possessor="no.owner"> - <word posp="pron" gender="fem" gloss="3.fem"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"> <word posp="verb" gloss="have"/> </vp> <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="a" posp="det"/> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </s> </example>
addclitics:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">
<word posp="verb" gloss="have"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">
- <word posp="verb" gloss="have"/>
+ <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="a" posp="det"/>
- <word gloss="lamb" lexposp="noun" posp="noun">
+ <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for have/verb/negation/obligatoryGot POS
About to call getSlotValue for a/det/gender/obligatory
Got masc
About to call getSlotValue for lamb/noun/case/obligatory
Got ABS
<example id="lamb2" translation="She had a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="lamb2" translation="She had a little lamb."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"> + <flat> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="lamb2" translation="She had a little lamb."> <flat> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc" ph="t e l">tel</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n o">no</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="p a s+p i r">paspir</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="o s">os</thingy> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb2" translation="She had a little lamb."> <flat> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc" ph="t e l">tel</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n o">no</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="p a s+p i r">paspir</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="o s">os</thingy> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">tel</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">no</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">paspir</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">os</thingy> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">tel</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">paspir</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-os</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>teleɾ koŋ nos paspirosup</p> + <p>teler kong nos paspirrosup</p> + <il> + <w> + <o>tel</o> + <g>have</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>no</o> + <g>a</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>paspir</o> + <g>lamb</g> + </w> + <w> + <o>-os</o> + <g>little</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Teler kong nos paspirrosup. [teleɾ koŋ nos paspirosup] tel have -eɾ POS koŋ PAST no a -s masc paspir lamb -os little -up ABS “She had a little lamb.” | (11) |
This doesn’t affect all adjectives and verbs. Compare, for instance the previous example with this one, where black and love do not undergo affixation:
initial XML:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp tam="past-punct">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>black</adj>
</np>
</s>
</example>cleanup:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <vp tam="past-punct"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>black</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="black"/> </np> </s> </example>
module articles:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="black"/>
+ <word gloss="a" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb2b" translation="She loved a black lamb."> <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="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="black"/> <word gloss="a" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="black"/> <word gloss="a" posp="det"/> </np> </s> </example>
module casemarking:
<example id="lamb2b" translation="She loved a black lamb."> <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="ERG"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" tr="rheme" role="obj" locus="number"> + <np number="sing" tr="rheme" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="black"/> <word gloss="a" posp="det"/> </np> </s> </example>
module addgender:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ERG"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="fem"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" tr="rheme" role="obj" locus="number" case="ABS"> + <np number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="black"/> <word gloss="a" posp="det"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="fem"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="fem"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> + <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="black"/> <word gloss="a" posp="det"/> </np> </s> </example>
createpronouns:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ERG" gender="fem"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem"> + <word posp="pron" gender="fem" gloss="3.fem"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="love"/> </vp> <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="black"/> <word gloss="a" posp="det"/> </np> </s> </example>
module markowned:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem" possessor="no.owner"> <word posp="pron" gender="fem" gloss="3.fem"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="love"/> </vp> - <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> + <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="black"/> <word gloss="a" posp="det"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="love"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
+ <word gloss="a" posp="det"/>
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="black"/>
- <word gloss="a" posp="det"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem" possessor="no.owner">
<word posp="pron" gender="fem" gloss="3.fem"/>
</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.fem" obj="3.masc">
<word posp="verb" gloss="love"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det"/>
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="black"/>
</np>
</s>
</example>
prodrop:
<example id="lamb2b" translation="She loved a black lamb."> <s> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="fem" possessor="no.owner"> - <word posp="pron" gender="fem" gloss="3.fem"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"> <word posp="verb" gloss="love"/> </vp> <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="a" posp="det"/> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="black"/> </np> </s> </example>
addclitics:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det"/>
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="black"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="a" posp="det"/>
- <word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="black"/>
+ <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="adj" gloss="black" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/negation/obligatoryGot POS
About to call getSlotValue for a/det/gender/obligatory
Got masc
About to call getSlotValue for lamb/noun/case/obligatory
Got ABS
<example id="lamb2b" translation="She loved a black lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<word posp="adj" gloss="black" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="lamb2b" translation="She loved a black lamb."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <word posp="adj" gloss="black" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="lamb2b" translation="She loved a black lamb."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <word posp="adj" gloss="black" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc" ph="b u s">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n o">no</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="p a s+p i r">paspir</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <word posp="adj" gloss="black" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="ɲ e m">ɲem</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb2b" translation="She loved a black lamb."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc" ph="b u s">bus</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n o">no</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="p a s+p i r">paspir</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <word posp="adj" gloss="black" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="ɲ e m">ɲem</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" obj="3.masc">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="a" posp="det" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">no</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">paspir</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word posp="adj" gloss="black" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">ɲem</word> </flat> + <p><span class="ilpair"><span class="mor">bus</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">paspir</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">ɲem</span><br><span class="gls">black</span></span></p> + <p>buseɾ koŋ nos paspirup ɲem</p> + <p>buser kong nos paspirrup ñem</p> + <il> + <w> + <o>bus</o> + <g>love</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>no</o> + <g>a</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>paspir</o> + <g>lamb</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>ɲem</o> + <g>black</g> + </w> + </il> </example>
Buser kong nos paspirrup ñem. [buseɾ koŋ nos paspirup ɲem] bus love -eɾ POS koŋ PAST no a -s masc paspir lamb -up ABS ɲem black “She loved a black lamb.” | (12) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Yeb are enclitics (placed finally), and there are three types: first, a clitic expressing ta, comprising kong /koŋ/ ‘PAST’; second, a clitic expressing mode, comprising ngoñ /ŋoɲ/ ‘imperative’, kikh /kix/ ‘conditional’ and king /kiŋ/ ‘optative’; and finally, third, a clitic expressing voice, comprising tyig /t͡ɕiɡ/ ‘passive’.
In addition, the verb is structured like this: the root followed by an obligatory suffix expressing negation, comprising -ud /-ud/ ‘NEG’ and -er /-eɾ/ ‘POS’.
The verb displays the following derivational morphology: five suffixes, namely -ir /-iɾ/ ‘begin’, -ek /-ek/ ‘stop’, -il /-il/ ‘continue’, -arr /-ar/ ‘try’ and -aj /-aj/ ‘start’
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 articles:
No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ERG"> <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="ABS"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module addgender:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" 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="ABS"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number" case="ABS"> + <word person="2" posp="pron"/> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" 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 def="neither" role="obj" locus="number" case="ABS"> + <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"> <word person="2" 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 def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</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="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2" gender="masc"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> </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" obj="2"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"> + <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <word person="2" posp="pron" gloss="2" gender="masc"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <word posp="verb" gloss="love"/> </vp> <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <word person="2" posp="pron" gloss="2" gender="masc"/> </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" obj="2">
<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"/>
</vp>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<word person="2" posp="pron" gloss="2" gender="masc"/>
+ <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" obj="2">
- <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" obj="2"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
- <word person="2" posp="pron" gloss="2" gender="masc"/>
+ <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/negation/obligatoryGot POS
<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" obj="2">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
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" obj="2"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" 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" obj="2"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" 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" obj="2" ph="b u s">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <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> + <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" ph="ɲ i j">ɲij</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" obj="2" ph="b u s">bus</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <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> - <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" ph="ɲ i j">ɲij</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" obj="2">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">ɲij</word> </flat> + <p><span class="ilpair"><span class="mor">bus</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ɲij</span><br><span class="gls">2</span></span></p> + <p>buseɾ ɲij</p> + <p>buser ñij</p> + <il> + <w> + <o>bus</o> + <g>love</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>ɲij</o> + <g>2</g> + </w> + </il> </example>
Buser ñij. [buseɾ ɲij] bus love -eɾ POS ɲij 2 “I love you.” | (13) |
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 articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
+ <word gloss="in_surface" posp="pp"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module addgender:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
- <np def="def" number="sing" locus="number">
+ <np def="def" number="sing" locus="number" gender="masc">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
- <np def="def" number="sing" locus="number" gender="masc">
+ <np def="def" locus="number" gender="masc">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
createpronouns:
No change.
module markowned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
- <np def="def" locus="number" gender="masc">
+ <np def="def" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table"/>
</np>
</pp>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="table"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in_surface" posp="pp"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> <np def="def" locus="number" gender="masc" possessor="no.owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="table"/> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/> + <word posp="noun" gloss="table" def="def" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>calling defaultval for case/
defaultval: noun, case
returning ABS
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for table/noun/case/obligatory
Got ABS
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="table" def="def" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> + <flat> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - <np def="def" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="table" def="def" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="table" def="def" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes" ph="t͡ʃ a m">t͡ʃam</word> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="table" def="def" locus="number" gender="masc" possessor="no.owner" ph="d a j">daj</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes" ph="t͡ʃ a m">t͡ʃam</word> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="table" def="def" locus="number" gender="masc" possessor="no.owner" ph="d a j">daj</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">t͡ʃam</word> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="table" def="def" locus="number" gender="masc" possessor="no.owner">daj</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">t͡ʃam</span><br><span class="gls">in_surface</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">daj</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>t͡ʃam nis dajup</p> + <p>cham nis dajup</p> + <il> + <w> + <o>t͡ʃam</o> + <g>in_surface</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>daj</o> + <g>table</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
cham nis dajup [t͡ʃam nis dajup] t͡ʃam in_surface ni the -s masc daj table -up ABS “on the table” | (14) |
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 articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
+ <word gloss="to_inside" posp="pp"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module addgender:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
- <np def="def" number="sing" locus="number">
+ <np def="def" number="sing" locus="number" gender="masc">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
- <np def="def" number="sing" locus="number" gender="masc">
+ <np def="def" locus="number" gender="masc">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
createpronouns:
No change.
module markowned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
- <np def="def" locus="number" gender="masc">
+ <np def="def" locus="number" gender="masc" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box"/>
</np>
</pp>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="box"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to_inside" posp="pp"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> <np def="def" locus="number" gender="masc" possessor="no.owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="box"/> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/> + <word posp="noun" gloss="box" def="def" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>calling defaultval for case/
defaultval: noun, case
returning ABS
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for box/noun/case/obligatory
Got ABS
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="box" def="def" locus="number" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> + <flat> <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - <np def="def" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="box" def="def" locus="number" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="box" def="def" locus="number" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes" ph="f i j">fij</word> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="box" def="def" locus="number" gender="masc" possessor="no.owner" ph="m i ɡ a s+t">miɡast</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes" ph="f i j">fij</word> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="box" def="def" locus="number" gender="masc" possessor="no.owner" ph="m i ɡ a s+t">miɡast</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">fij</word> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="box" def="def" locus="number" gender="masc" possessor="no.owner">miɡast</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">fij</span><br><span class="gls">to_inside</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">miɡast</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>fij nis miɡastup</p> + <p>fij nis migastup</p> + <il> + <w> + <o>fij</o> + <g>to_inside</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>miɡast</o> + <g>box</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
fij nis migastup [fij nis miɡastup] fij to_inside ni the -s masc miɡast box -up ABS “into the box” | (15) |
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 articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module addgender:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" locus="number">
+ <word person="1excl" posp="pron"/>
</np>
</pp>
</example>
createpronouns:
No change.
module markowned:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np def="neither" locus="number">
+ <np def="neither" locus="number" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
</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">
<word gloss="COMIT" posp="pp"/>
<np def="neither" locus="number" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np def="neither" locus="number" possessor="no.owner">
+ <np def="neither" locus="number" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</np>
</pp>
</example>
prodrop:
No change.
addclitics:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="neither" locus="number" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp"/> + <word gloss="COMIT" posp="pp" role="comitative"/> <np def="neither" locus="number" possessor="no.owner" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> + <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="neither" locus="number" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" locus="number" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="COMIT" posp="pp" role="comitative" ph="d o d i x">dodix</word> + <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" locus="number" possessor="no.owner" ph="ɲ i d">ɲid</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative" ph="d o d i x">dodix</word> - <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" locus="number" possessor="no.owner" ph="ɲ i d">ɲid</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMIT" posp="pp" role="comitative">dodix</word> + <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" locus="number" possessor="no.owner">ɲid</word> </flat> + <p><span class="ilpair"><span class="mor">dodix</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ɲid</span><br><span class="gls">1excl</span></span></p> + <p>dodix ɲid</p> + <p>dodikh ñid</p> + <il> + <w> + <o>dodix</o> + <g>COMIT</g> + </w> + <w> + <o>ɲid</o> + <g>1excl</g> + </w> + </il> </example>
dodikh ñid [dodix ɲid] dodix COMIT ɲid 1excl “with me” | (16) |
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.
Yeb 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 Yeb.
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 articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<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" gender="masc"> <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="ABS"> + <np number="sing" def="def" role="obj" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" role="subj" locus="number" case="ERG" gender="masc"> <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="ABS" gender="masc"> + <np def="def" role="obj" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np def="def" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" role="subj" locus="number" case="ERG" gender="masc" 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 def="def" role="obj" locus="number" case="ABS" gender="masc"> + <np def="def" role="obj" locus="number" case="ABS" gender="masc" 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:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<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" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</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.masc" obj="3.masc">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
+ <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.masc" obj="3.masc">
<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"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <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 def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="masc" 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" subj="3.masc" obj="3.masc">
- <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.masc" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for jaguar/noun/case/obligatory
Got ERG
About to call getSlotValue for kill/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for hunter/noun/case/obligatory
Got ABS
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<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.masc" obj="3.masc">
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <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.masc" obj="3.masc"> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <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.masc" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="w a ɲ a t͡ɕ">waɲat͡ɕ</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.masc" ph="k e θ">keθ</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ʃ e j u w">t͡ʃejuw</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="w a ɲ a t͡ɕ">waɲat͡ɕ</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.masc" ph="k e θ">keθ</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ʃ e j u w">t͡ʃejuw</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">waɲat͡ɕ</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc">keθ</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">t͡ʃejuw</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">waɲat͡ɕ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">keθ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ʃejuw</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nis waɲat͡ɕir keθeɾ koŋ nis t͡ʃejuwup</p> + <p>nis wañatyirr kether kong nis chejuwup</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>waɲat͡ɕ</o> + <g>jaguar</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>keθ</o> + <g>kill</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ʃejuw</o> + <g>hunter</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Nis wañatyirr kether kong nis chejuwup. [nis waɲat͡ɕir keθeɾ koŋ nis t͡ʃejuwup] ni the -s masc waɲat͡ɕ jaguar -ir ERG keθ kill -eɾ POS koŋ PAST ni the -s masc t͡ʃejuw hunter -up ABS “The jaguar killed the hunter.” | (17) |
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 articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<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" gender="masc"> <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="ABS"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np number="sing" def="def" locus="number" role="owner"> + <np type="owner_owned" gender="masc"> + <np type="owner_owned" role="owner" gender="fem"> + <np number="sing" def="def" locus="number" role="owner" gender="masc"> <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" gender="fem"> <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" gender="masc"> <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" gender="masc">
<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="ABS">
- <np type="owner_owned" gender="masc">
- <np type="owner_owned" role="owner" gender="fem">
+ <np role="obj" case="ABS" number="sing">
+ <np type="owner_owned" gender="masc" number="sing">
+ <np type="owner_owned" role="owner" gender="fem" number="sing">
<np number="sing" def="def" locus="number" role="owner" gender="masc">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="fem">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" gender="masc">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
<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" gender="masc"> + <np def="def" role="subj" locus="number" case="ERG" gender="masc"> <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="ABS" number="sing"> - <np type="owner_owned" gender="masc" number="sing"> - <np type="owner_owned" role="owner" gender="fem" number="sing"> - <np number="sing" def="def" locus="number" role="owner" gender="masc"> + <np role="obj" case="ABS"> + <np type="owner_owned" gender="masc"> + <np type="owner_owned" role="owner" gender="fem"> + <np def="def" locus="number" role="owner" gender="masc"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc"> <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 def="def" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" role="subj" locus="number" case="ERG" gender="masc" 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="ABS"> + <np role="obj" case="ABS" possessor="no.owner"> <np type="owner_owned" gender="masc"> <np type="owner_owned" role="owner" gender="fem"> - <np def="def" locus="number" role="owner" gender="masc"> + <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" role="owned" gender="fem"> + <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - <np def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc" possessor="3.fem"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module ngen:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" 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="ABS" possessor="no.owner">
<np type="owner_owned" gender="masc">
- <np type="owner_owned" role="owner" gender="fem">
- <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
+ <np def="def" locus="number" role="owned" gender="masc" possessor="3.fem">
+ <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- <np def="def" locus="number" role="owned" gender="masc" possessor="3.fem">
- <word posp="noun" gloss="dog"/>
+ <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
+ </np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</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="ABS" possessor="no.owner">
<np type="owner_owned" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.fem">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</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.masc" obj="3.masc">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="ABS" possessor="no.owner">
+ <np role="obj" case="ABS" possessor="no.owner" gender="masc">
<np type="owner_owned" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.fem">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
+ <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.masc" obj="3.masc">
<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"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner" gender="masc">
<np type="owner_owned" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.fem">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.fem"/>
</np>
<np type="owner_owned" role="owner" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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 def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
<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.masc" obj="3.masc">
<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"/>
</vp>
- <np role="obj" case="ABS" possessor="no.owner" gender="masc">
- <np type="owner_owned" gender="masc">
+ <np type="owner_owned" gender="masc" role="obj" case="ABS" possessor="no.owner">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.fem">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
<thingy type="nppossessor" function="enclitic" gloss="3.fem"/>
</np>
<np type="owner_owned" role="owner" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</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 def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
<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.masc" obj="3.masc">
<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"/>
</vp>
- <np type="owner_owned" gender="masc" role="obj" case="ABS" possessor="no.owner">
- <np def="def" locus="number" role="owned" gender="masc" possessor="3.fem">
+ <np def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
<thingy type="nppossessor" function="enclitic" gloss="3.fem"/>
</np>
- <np type="owner_owned" role="owner" gender="fem">
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- </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 def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="masc" 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" subj="3.masc" obj="3.masc">
- <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.masc" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"/>
+ <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.fem"/>
</np>
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning ABS
calling defaultval for case/
defaultval: noun, case
returning ABS
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for lion/noun/case/obligatory
Got ERG
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for dog/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for daughter/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for hunter/noun/case/obligatory
Got ABS
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<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.masc" obj="3.masc">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.fem"/>
</np>
<np def="def" locus="number" role="owned" gender="fem" possessor="3.masc">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owner" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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 def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <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.masc" obj="3.masc"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.fem"/> - </np> - <np def="def" locus="number" role="owned" gender="fem" possessor="3.masc"> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - </np> - <np def="def" locus="number" role="owner" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <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.masc" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="3.fem"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="t͡ɕ a f a x">t͡ɕafax</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.masc" ph="m a s">mas</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS" ph="t͡ʃ i w">t͡ʃiw</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.fem.POSS" ph="ŋ i p">ŋip</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" ph="x o w">xow</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="t͡ʃ e j u w">t͡ʃejuw</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="t͡ɕ a f a x">t͡ɕafax</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.masc" ph="m a s">mas</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS" ph="t͡ʃ i w">t͡ʃiw</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.fem.POSS" ph="ŋ i p">ŋip</thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc" ph="x o w">xow</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner" ph="t͡ʃ e j u w">t͡ʃejuw</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">t͡ɕafax</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc">mas</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" gender="masc" possessor="3.fem" case="ABS">t͡ʃiw</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.fem.POSS">ŋip</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="fem" possessor="3.masc">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" gender="fem" possessor="3.masc">xow</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" gender="masc" possessor="no.owner">t͡ʃejuw</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕafax</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">mas</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ʃiw</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">ŋip</span><br><span class="gls">3.fem.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">xow</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">meŋ</span><br><span class="gls">3.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ʃejuw</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nis t͡ɕafaxir maseɾ koŋ nis t͡ʃiwup ŋip nik xowup meŋ nis t͡ʃejuwup</p> + <p>nis tyafakhirr maser kong nis chiwup ngip nik khowup meng nis chejuwup</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕafax</o> + <g>lion</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>mas</o> + <g>eat</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ʃiw</o> + <g>dog</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>ŋip</o> + <g>3.fem.POSS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>xow</o> + <g>daughter</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>meŋ</o> + <g>3.masc.POSS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ʃejuw</o> + <g>hunter</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Nis tyafakhirr maser kong nis chiwup ngip nik khowup meng nis chejuwup. [nis t͡ɕafaxir maseɾ koŋ nis t͡ʃiwup ŋip nik xowup meŋ nis t͡ʃejuwup] ni the -s masc t͡ɕafax lion -ir ERG mas eat -eɾ POS koŋ PAST ni the -s masc t͡ʃiw dog -up ABS ŋip 3.fem.POSS ni the -k fem xow daughter -up ABS meŋ 3.masc.POSS ni the -s masc t͡ʃejuw hunter -up ABS “The lion ate the hunter’s daughter’s dog.” | (18) |
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 Yeb 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-initial: the possessed noun precedes the possessor. For instance, Yeb expresses “the child’s toy” with the equivalent of “toy child”. This structure is typologically rarer and often co-occurs with verb-initial syntax or with grammatical marking on the noun.
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 articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="ABS"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="ABS" gender="masc"> + <np type="owner_owned" role="owner" gender="masc"> + <np type="owner_owned" role="owner" gender="masc"> <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"> + <np number="sing" def="def" locus="number" role="owned" gender="masc"> <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" gender="masc"> <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" gender="masc"> <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="ABS" gender="masc"> - <np type="owner_owned" role="owner" gender="masc"> - <np type="owner_owned" role="owner" gender="masc"> + <np type="owner_owned" case="ABS" gender="masc" number="sing"> + <np type="owner_owned" role="owner" gender="masc" number="sing"> + <np type="owner_owned" role="owner" gender="masc" number="sing"> <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" gender="masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="ABS" gender="masc" number="sing"> - <np type="owner_owned" role="owner" gender="masc" number="sing"> - <np type="owner_owned" role="owner" gender="masc" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="2" number="sing" posp="pron"/> + <np type="owner_owned" case="ABS" gender="masc"> + <np type="owner_owned" role="owner" gender="masc"> + <np type="owner_owned" role="owner" gender="masc"> + <np def="neither" locus="number" role="owner"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc"> <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="ABS" gender="masc">
<np type="owner_owned" role="owner" gender="masc">
<np type="owner_owned" role="owner" gender="masc">
- <np def="neither" locus="number" role="owner">
- <word person="2" posp="pron"/>
- </np>
- <np def="def" locus="number" role="owned" gender="masc">
+ <np def="def" locus="number" role="owned" gender="masc" possessor="2">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned" gender="masc">
+ <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned" gender="masc">
+ <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module ngen:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="ABS" gender="masc"> - <np type="owner_owned" role="owner" gender="masc"> - <np type="owner_owned" role="owner" gender="masc"> - <np def="def" locus="number" role="owned" gender="masc" possessor="2"> - <word posp="noun" gloss="son"/> + <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> + <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - </np> + <np type="owner_owned" role="owner" gender="masc"> <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> - <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> - <word posp="noun" gloss="book"/> + <np type="owner_owned" role="owner" gender="masc"> + <np def="def" locus="number" role="owned" gender="masc" possessor="2"> + <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> + </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="ABS" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
- <word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book"/>
</np>
<np type="owner_owned" role="owner" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
<np type="owner_owned" role="owner" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="2">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
</np>
</np>
</example>
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="ABS" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np type="owner_owned" role="owner" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np type="owner_owned" role="owner" gender="masc">
<np def="def" locus="number" role="owned" gender="masc" possessor="2">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2"/>
</np>
</np>
</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="ABS" gender="masc"> - <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> + <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> - <np type="owner_owned" role="owner" gender="masc"> <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> - <np type="owner_owned" role="owner" gender="masc"> <np def="def" locus="number" role="owned" gender="masc" possessor="2"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> <thingy type="nppossessor" function="enclitic" gloss="2"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="book"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="friend"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc"/> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="masc" possessor="3.masc"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> </np> <np def="def" locus="number" role="owned" gender="masc" possessor="2"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="son"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2"/> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="2"/> <thingy type="nppossessor" function="enclitic" gloss="2"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning ABS
calling defaultval for case/
defaultval: noun, case
returning ABS
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for book/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for friend/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for son/noun/case/obligatory
Got ABS
<example id="poss3" translation="your son's friend's book">
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owned" gender="masc" possessor="3.masc">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="masc" possessor="3.masc"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="3.masc"/>
</np>
<np def="def" locus="number" role="owned" gender="masc" possessor="2">
<word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="2"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="2"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"> + <flat> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - </np> - <np def="def" locus="number" role="owned" gender="masc" possessor="3.masc"> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="masc" possessor="3.masc"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - </np> - <np def="def" locus="number" role="owned" gender="masc" possessor="2"> <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="2"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="2"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="masc" possessor="3.masc"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="3.masc"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="2"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="2"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS" ph="b u k">buk</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" ph="x a j">xaj</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="2" ph="m o θ">moθ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.POSS" ph="f i s">fis</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS" ph="b u k">buk</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" ph="x a j">xaj</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS" ph="m e ŋ">meŋ</thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="2" ph="m o θ">moθ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="2.POSS" ph="f i s">fis</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" gender="masc" possessor="3.masc" case="ABS">buk</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="3.masc">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" gender="masc" possessor="3.masc">xaj</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.masc.POSS">meŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owned" gender="masc" possessor="2">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" gender="masc" possessor="2">moθ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.POSS">fis</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">buk</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">meŋ</span><br><span class="gls">3.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">xaj</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">meŋ</span><br><span class="gls">3.masc.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">moθ</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">fis</span><br><span class="gls">2.<span class="glssc">POSS</span></span></span></p> + <p>nis bukup meŋ nis xajup meŋ nis moθup fis</p> + <p>nis bukup meng nis khajup meng nis mothup fis</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>buk</o> + <g>book</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>meŋ</o> + <g>3.masc.POSS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>xaj</o> + <g>friend</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>meŋ</o> + <g>3.masc.POSS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>moθ</o> + <g>son</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>fis</o> + <g>2.POSS</g> + </w> + </il> </example>
nis bukup meng nis khajup meng nis mothup fis [nis bukup meŋ nis xajup meŋ nis moθup fis] ni the -s masc buk book -up ABS meŋ 3.masc.POSS ni the -s masc xaj friend -up ABS meŋ 3.masc.POSS ni the -s masc moθ son -up ABS fis 2.POSS “your son’s friend’s book” | (19) |
Case Marking
Yeb uses ergative–absolutive case marking. The subject of an intransitive verb and the object of a transitive verb are treated alike and take the absolutive case, while the subject of a transitive verb is marked with the ergative case. From the point of view of such a system, this is a perfectly natural way to organise the clause: the absolutive marks the participant most directly involved in the event or state, while the ergative marks the additional participant that causes or controls a transitive event.
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 articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ABS"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc"> <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 propagatenumber:
No change.
module simplifynumber:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc"> + <np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc"> <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>
createpronouns:
No change.
module markowned:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc"> + <np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" 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:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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.masc">
<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"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<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.masc">
- <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.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for cat/noun/case/obligatory
Got ABS
About to call getSlotValue for sleep/verb/negation/obligatory
Got POS
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<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.masc">
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <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.masc"> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <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.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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.masc" ph="b e t͡ʃ">bet͡ʃ</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <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> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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.masc" ph="b e t͡ʃ">bet͡ʃ</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <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> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.masc">bet͡ʃ</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕin</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">bet͡ʃ</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span></p> + <p>nis t͡ɕinup bet͡ʃeɾ</p> + <p>nis tyinup becher</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕin</o> + <g>cat</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>bet͡ʃ</o> + <g>sleep</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + </il> </example>
Nis tyinup becher. [nis t͡ɕinup bet͡ʃeɾ] ni the -s masc t͡ɕin cat -up ABS bet͡ʃ sleep -eɾ POS “The cat is sleeping.” | (20) |
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 articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ABS"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc"> <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 propagatenumber:
No change.
module simplifynumber:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc"> + <np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc"> <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>
createpronouns:
No change.
module markowned:
<example id="intr_act" translation="The cat is running."> <s> - <np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc"> + <np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" 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:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc">
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for cat/noun/case/obligatory
Got ABS
About to call getSlotValue for run/verb/negation/obligatory
Got POS
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc">
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc"> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <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.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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.masc" ph="m e s+k">mesk</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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.masc" ph="m e s+k">mesk</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" gender="masc" possessor="no.owner">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc">mesk</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕin</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">mesk</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span></p> + <p>nis t͡ɕinup meskeɾ</p> + <p>nis tyinup mesker</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕin</o> + <g>cat</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>mesk</o> + <g>run</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + </il> </example>
Nis tyinup mesker. [nis t͡ɕinup meskeɾ] ni the -s masc t͡ɕin cat -up ABS mesk run -eɾ POS “The cat is running.” | (21) |
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 articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ERG"> <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="ABS"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<example id="tr_pres" translation="The cat is chasing 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" gender="masc"> <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="ABS"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc"> + <np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc"> <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="ABS" gender="masc"> + <np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc"> + <np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" 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 def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc"> + <np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" 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:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc">
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <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 def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for cat/noun/case/obligatory
Got ERG
About to call getSlotValue for chase/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/case/obligatory
Got ABS
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc">
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<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 def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc"> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <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> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <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.masc" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.masc" ph="p a x u x">paxux</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t i b i r">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.masc" ph="p a x u x">paxux</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t i b i r">tibir</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.masc" obj="3.masc">paxux</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕin</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">paxux</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">tibir</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nis t͡ɕinir paxuxeɾ nis tibirup</p> + <p>nis tyinirr pakhukher nis tibirrup</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕin</o> + <g>cat</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>paxux</o> + <g>chase</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>tibir</o> + <g>mouse</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Nis tyinirr pakhukher nis tibirrup. [nis t͡ɕinir paxuxeɾ nis tibirup] ni the -s masc t͡ɕin cat -ir ERG paxux chase -eɾ POS ni the -s masc tibir mouse -up ABS “The cat is chasing the mouse.” | (22) |
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 articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<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" gender="masc"> <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="ABS"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc"> + <np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc"> <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="ABS" gender="masc"> + <np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc"> + <np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" 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 def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc"> + <np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" 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:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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.masc" obj="3.masc">
<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"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <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 def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" 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" subj="3.masc" obj="3.masc">
- <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.masc" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for cat/noun/case/obligatory
Got ERG
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/case/obligatory
Got ABS
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<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.masc" obj="3.masc">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <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.masc" obj="3.masc"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <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.masc" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.masc" ph="n o n">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t i b i r">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.masc" ph="n o n">non</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t i b i r">tibir</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" gender="masc" possessor="no.owner">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.masc">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" gender="masc" possessor="no.owner">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕin</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">non</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">tibir</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nis t͡ɕinir noneɾ koŋ nis tibirup</p> + <p>nis tyinirr noner kong nis tibirrup</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕin</o> + <g>cat</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>non</o> + <g>catch</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>tibir</o> + <g>mouse</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Nis tyinirr noner kong nis tibirrup. [nis t͡ɕinir noneɾ koŋ nis tibirup] ni the -s masc t͡ɕin cat -ir ERG non catch -eɾ POS koŋ PAST ni the -s masc tibir mouse -up ABS “The cat caught the mouse.” | (23) |
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 articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <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 addgender:
<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" gender="masc"> <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="ABS"> + <np role="obj" tr="rheme" case="ABS" gender="fem"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" gender="masc"> <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" gender="fem"> <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" gender="masc"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
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" gender="masc">
<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="ABS" gender="fem">
+ <np role="obj" tr="rheme" case="ABS" gender="fem" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number" gender="masc">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number" gender="fem">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number" gender="masc">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module simplifynumber:
<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" gender="masc"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> <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="ABS" gender="fem" number="plur"> + <np role="obj" tr="rheme" case="ABS" gender="fem"> <conjp conj="and"> - <np def="def" number="plur" locus="number" gender="masc"> + <np def="def" locus="number" gender="masc"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number" gender="fem"> + <np def="def" locus="number" gender="fem"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number" gender="masc"> + <np def="def" locus="number" gender="masc"> <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" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" 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="ABS" gender="fem"> + <np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner"> <conjp conj="and"> - <np def="def" locus="number" gender="masc"> + <np def="def" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" gender="fem"> + <np def="def" locus="number" gender="fem" possessor="no.owner"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" gender="masc"> + <np def="def" locus="number" gender="masc" 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:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
<conjp conj="and">
<np def="def" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" locus="number" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
<conjp conj="and">
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
- <conjp conj="and">
- <np def="def" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number" gender="fem" possessor="no.owner">
+ <np def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.fem">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
+ <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.masc" obj="3.fem">
<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"/>
</vp>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
+ <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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
<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.masc" obj="3.fem">
<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"/>
</vp>
- <np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
<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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" 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" subj="3.masc" obj="3.fem">
- <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.masc" obj="3.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <word posp="noun" gloss="jaguar" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <word posp="noun" gloss="tiger" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <word posp="noun" gloss="lion" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
<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 the/det/gender/obligatoryGot masc
About to call getSlotValue for hunter/noun/case/obligatory
Got ERG
About to call getSlotValue for kill/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for jaguar/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for tiger/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for lion/noun/case/obligatory
Got ABS
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<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.masc" obj="3.fem">
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.fem"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="jaguar" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="tiger" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="lion" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <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.masc" obj="3.fem"> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.fem"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="jaguar" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <word gloss="the" posp="det" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="tiger" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="lion" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <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> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <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.masc" obj="3.fem"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="jaguar" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="tiger" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="lion" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="t͡ʃ e j u w">t͡ʃejuw</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.fem" ph="k e θ">keθ</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="w a ɲ a t͡ɕ">waɲat͡ɕ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" ph="x a n">xan</word> + <word gloss="the" posp="det" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="tiger" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="ɡ a s+p a n">ɡaspan</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word posp="conj" gloss="and" ph="x a n">xan</word> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="lion" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="t͡ɕ a f a x">t͡ɕafax</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="t͡ʃ e j u w">t͡ʃejuw</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" obj="3.fem" ph="k e θ">keθ</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="jaguar" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="w a ɲ a t͡ɕ">waɲat͡ɕ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" ph="x a n">xan</word> - <word gloss="the" posp="det" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="tiger" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="ɡ a s+p a n">ɡaspan</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word posp="conj" gloss="and" ph="x a n">xan</word> - <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="lion" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS" ph="t͡ɕ a f a x">t͡ɕafax</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">t͡ʃejuw</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" obj="3.fem">keθ</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">waɲat͡ɕ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word posp="conj" gloss="and">xan</word> + <word gloss="the" posp="det" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="tiger" def="def" locus="number" gender="fem" possessor="no.owner" role="obj" tr="rheme" case="ABS">ɡaspan</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word posp="conj" gloss="and">xan</word> + <word gloss="the" posp="det" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="lion" def="def" locus="number" gender="masc" possessor="no.owner" role="obj" tr="rheme" case="ABS">t͡ɕafax</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ʃejuw</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">keθ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">waɲat͡ɕ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">xan</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">ɡaspan</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">xan</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕafax</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>nis t͡ʃejuwir keθeɾ koŋ nis waɲat͡ɕup xan nik ɡaspanup xan nis t͡ɕafaxup</p> + <p>nis chejuwirr kether kong nis wañatyup khan nik gaspanup khan nis tyafakhup</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ʃejuw</o> + <g>hunter</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>keθ</o> + <g>kill</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>waɲat͡ɕ</o> + <g>jaguar</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>xan</o> + <g>and</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>ɡaspan</o> + <g>tiger</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>xan</o> + <g>and</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕafax</o> + <g>lion</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Nis chejuwirr kether kong nis wañatyup khan nik gaspanup khan nis tyafakhup. [nis t͡ʃejuwir keθeɾ koŋ nis waɲat͡ɕup xan nik ɡaspanup xan nis t͡ɕafaxup] ni the -s masc t͡ʃejuw hunter -ir ERG keθ kill -eɾ POS koŋ PAST ni the -s masc waɲat͡ɕ jaguar -up ABS xan and ni the -k fem ɡaspan tiger -up ABS xan and ni the -s masc t͡ɕafax lion -up ABS “The hunter killed the jaguars, the tigers and the lions.” | (24) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Yeb 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
Yeb forms relative clauses by placing them before the noun they modify. The modifier takes the form of a finite clause that precedes the head noun without any relative pronoun. The clause shows ordinary clausal structure, with the role of the head noun recoverable from the syntactic position inside the clause.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
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="ABS"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module addgender:
<example id="relp1" translation="I patted the cat.">
<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 def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber:
No change.
module simplifynumber:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" 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="ABS" gender="masc"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" 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" tr="rheme" role="obj" locus="number" case="ABS" gender="masc"> + <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" 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:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" 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" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</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" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> </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" obj="3.masc"> <word posp="verb" gloss="pat"/> </vp> <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"> <word posp="verb" gloss="pat"/> </vp> <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </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" obj="3.masc">
<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"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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" obj="3.masc">
- <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" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/negation/obligatoryGot POS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for cat/noun/case/obligatory
Got ABS
<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" obj="3.masc">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<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" obj="3.masc"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <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" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <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" obj="3.masc" ph="x o k i ɾ">xokiɾ</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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" obj="3.masc" ph="x o k i ɾ">xokiɾ</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t͡ɕ i n">t͡ɕin</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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" obj="3.masc">xokiɾ</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">xokiɾ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕin</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>xokiɾeɾ koŋ nis t͡ɕinup</p> + <p>khokirer kong nis tyinup</p> + <il> + <w> + <o>xokiɾ</o> + <g>pat</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕin</o> + <g>cat</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Khokirer kong nis tyinup. [xokiɾeɾ koŋ nis t͡ɕinup] xokiɾ pat -eɾ POS koŋ PAST ni the -s masc t͡ɕin cat -up ABS “I patted the cat.” | (25) |
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 articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module complementise:
<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>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
tva1tva2
tva1
tva2
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> - <word gloss="COMP" posp="pp"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module 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="ABS"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module addgender:
<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="ABS">
+ <np role="obj" case="ABS" gender="masc">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number" case="ABS">
+ <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
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="ABS" gender="masc">
+ <np role="obj" case="ABS" gender="masc" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ABS" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<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 def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" 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="ABS" gender="masc" number="sing"> + <np role="obj" case="ABS" gender="masc"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="masc"> + <np def="def" role="obj" locus="number" case="ABS" gender="masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" number="sing" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
createpronouns:
No change.
module markowned:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" 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="ABS" gender="masc"> + <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <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" role="obj" locus="number" case="ABS" gender="masc"> + <np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" 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="ABS" gender="masc" possessor="no.owner">
<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" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</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="ABS" gender="masc" possessor="no.owner">
<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" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> </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" obj="3.masc"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <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" obj="3.masc"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </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" obj="3.masc">
<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"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<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"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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="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" obj="3.masc">
<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"/>
</vp>
- <np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<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"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
<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="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" obj="3.masc">
- <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" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
<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 pat/verb/negation/obligatoryGot POS
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for cat/noun/case/obligatory
Got ABS
<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" obj="3.masc">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.masc"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="COMP" posp="pp"/> - </subs> - <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"> <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <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" obj="3.masc" ph="x o k i ɾ">xokiɾ</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc" ph="n o n">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t i b i r">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t͡ɕ i n">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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" obj="3.masc" ph="x o k i ɾ">xokiɾ</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc" ph="n o n">non</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner" ph="t i b i r">tibir</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t͡ɕ i n">t͡ɕin</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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" obj="3.masc">xokiɾ</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" gender="masc" possessor="no.owner">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word gloss="COMP" posp="pp">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">xokiɾ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">non</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">tibir</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">waθax</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕin</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>xokiɾeɾ koŋ noneɾ koŋ nis tibirup waθax nis t͡ɕinup</p> + <p>khokirer kong noner kong nis tibirrup wathakh nis tyinup</p> + <il> + <w> + <o>xokiɾ</o> + <g>pat</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>non</o> + <g>catch</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>tibir</o> + <g>mouse</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>waθax</o> + <g>COMP</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕin</o> + <g>cat</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Khokirer kong noner kong nis tibirrup wathakh nis tyinup. [xokiɾeɾ koŋ noneɾ koŋ nis tibirup waθax nis t͡ɕinup] xokiɾ pat -eɾ POS koŋ PAST non catch -eɾ POS koŋ PAST ni the -s masc tibir mouse -up ABS waθax COMP ni the -s masc t͡ɕin cat -up ABS “I patted the cat that caught the mouse.” | (26) |
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 articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module complementise:
<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>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
tva1tva2
tva1
tva2
tva1
tva2
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> - <word gloss="COMP" posp="pp"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="obj"> <subs> - <word gloss="COMP" posp="pp"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> + <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module 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="ABS"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj"> + <np role="obj" case="ABS"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="ABS"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module addgender:
<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="ABS">
+ <np role="obj" case="ABS" gender="masc">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" gender="masc">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number" case="ABS">
+ <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="fem">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
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="ABS" gender="masc">
+ <np role="obj" case="ABS" gender="masc" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="ABS" gender="masc">
+ <np role="obj" case="ABS" gender="masc" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ABS" gender="fem">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<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 def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" 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="ABS" gender="masc" number="sing"> + <np role="obj" case="ABS" gender="masc"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="ABS" gender="masc" number="sing"> + <np role="obj" case="ABS" gender="masc"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="ABS" gender="fem"> + <np def="def" role="obj" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" number="sing" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" number="sing" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </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 def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" 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="ABS" gender="masc"> + <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="ABS" gender="masc"> + <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <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" role="obj" locus="number" case="ABS" gender="fem"> + <np def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" 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="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<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" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</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="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<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" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> </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" obj="3.masc"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <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" obj="3.masc"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <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" obj="3.fem"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </np> </s> </example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </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" obj="3.masc">
<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"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<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"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem">
<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"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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="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" obj="3.masc">
<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"/>
</vp>
- <np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<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"/>
</vp>
- <np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem">
<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"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
<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="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" obj="3.masc">
- <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" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
<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 pat/verb/negation/obligatoryGot POS
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for cheese/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for cat/noun/case/obligatory
Got ABS
<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" obj="3.masc">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.masc"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="COMP" posp="pp"/> - </subs> - <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"> <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <word gloss="COMP" posp="pp"/> - </subs> - <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"> <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <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" obj="3.masc" ph="x o k i ɾ">xokiɾ</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc" ph="n o n">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem" ph="m a s">mas</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="t e θ a ɡ">teθaɡ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t i b i r">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t͡ɕ i n">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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" obj="3.masc" ph="x o k i ɾ">xokiɾ</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc" ph="n o n">non</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem" ph="m a s">mas</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="t e θ a ɡ">teθaɡ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t i b i r">tibir</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t͡ɕ i n">t͡ɕin</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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" obj="3.masc">xokiɾ</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.fem">mas</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">teθaɡ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word gloss="COMP" posp="pp">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word gloss="COMP" posp="pp">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">xokiɾ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">non</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">mas</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">teθaɡ</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">waθax</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">tibir</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">waθax</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕin</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>xokiɾeɾ koŋ noneɾ koŋ maseɾ koŋ nik teθaɡup waθax nis tibirup waθax nis t͡ɕinup</p> + <p>khokirer kong noner kong maser kong nik tethagup wathakh nis tibirrup wathakh nis tyinup</p> + <il> + <w> + <o>xokiɾ</o> + <g>pat</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>non</o> + <g>catch</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>mas</o> + <g>eat</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>teθaɡ</o> + <g>cheese</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>waθax</o> + <g>COMP</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>tibir</o> + <g>mouse</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>waθax</o> + <g>COMP</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕin</o> + <g>cat</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Khokirer kong noner kong maser kong nik tethagup wathakh nis tibirrup wathakh nis tyinup. [xokiɾeɾ koŋ noneɾ koŋ maseɾ koŋ nik teθaɡup waθax nis tibirup waθax nis t͡ɕinup] xokiɾ pat -eɾ POS koŋ PAST non catch -eɾ POS koŋ PAST mas eat -eɾ POS koŋ PAST ni the -k fem teθaɡ cheese -up ABS waθax COMP ni the -s masc tibir mouse -up ABS waθax COMP ni the -s masc t͡ɕin cat -up ABS “I patted the cat that caught the mouse that ate the cheese.” | (27) |
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 articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" head="this" locus="number">
+ </subs>
+ <np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module complementise:
<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>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<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">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
tva1tva2
tva1
tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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> - <word gloss="COMP" posp="pp"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="obj"> <subs> - <word gloss="COMP" posp="pp"/> <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"> <subs> - <word gloss="COMP" posp="pp"/> - <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> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="buy"/> + </vp> + <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module 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="ABS"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj"> + <np role="obj" case="ABS"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj"> + <np role="obj" case="ABS"> <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"> <word posp="verb" gloss="buy"/> </vp> <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module addgender:
<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="ABS">
+ <np role="obj" case="ABS" gender="masc">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" gender="masc">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" gender="fem">
<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">
<word posp="verb" gloss="buy"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" gender="fem">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="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="ABS" gender="masc">
+ <np role="obj" case="ABS" gender="masc" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" case="ABS" gender="masc">
+ <np role="obj" case="ABS" gender="masc" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="ABS" gender="fem">
+ <np role="obj" case="ABS" gender="fem" 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">
<word posp="verb" gloss="buy"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="obj" locus="number" gender="fem">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" number="sing" role="subj" locus="number" gender="masc">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<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 def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" 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="ABS" gender="masc" number="sing"> + <np role="obj" case="ABS" gender="masc"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="ABS" gender="masc" number="sing"> + <np role="obj" case="ABS" gender="masc"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="ABS" gender="fem" number="sing"> + <np role="obj" case="ABS" gender="fem"> <subs> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" number="sing" role="obj" locus="number" gender="fem"> + <np def="def" role="obj" locus="number" gender="fem"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" number="sing" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" number="sing" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </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 def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" 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="ABS" gender="masc"> + <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" case="ABS" gender="masc"> + <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="ABS" gender="fem"> + <np role="obj" case="ABS" gender="fem" possessor="no.owner"> <subs> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" role="obj" locus="number" gender="fem"> + <np def="def" role="obj" locus="number" gender="fem" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> - <np def="def" role="subj" locus="number" gender="masc"> + <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" 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="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ABS" gender="fem" possessor="no.owner">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</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="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ABS" gender="fem" possessor="no.owner">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</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 def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> </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" obj="3.masc"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <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" obj="3.masc"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <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" obj="1excl"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" case="ABS" gender="fem" possessor="no.owner"> + <np role="obj" case="ABS" gender="fem" possessor="no.owner" person="1excl"> <subs> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> </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"> <word posp="verb" gloss="buy"/> </vp> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="obj" locus="number" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </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 def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"> <word posp="verb" gloss="pat"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" case="ABS" gender="masc" possessor="no.owner"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"> <word posp="verb" gloss="eat"/> </vp> <np role="obj" case="ABS" gender="fem" possessor="no.owner" person="1excl"> <subs> <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"> <word posp="verb" gloss="buy"/> </vp> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="obj" locus="number" gender="fem" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </np> <word gloss="COMP" posp="pp"/> </subs> <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </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" obj="3.masc">
<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"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<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"/>
</vp>
<np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<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"/>
</vp>
<np role="obj" case="ABS" gender="fem" possessor="no.owner" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
+ <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="1excl">
<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"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
+ <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="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" obj="3.masc">
<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"/>
</vp>
- <np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<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"/>
</vp>
- <np role="obj" case="ABS" gender="masc" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<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"/>
</vp>
- <np role="obj" case="ABS" gender="fem" possessor="no.owner" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
<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="1excl">
<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"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" role="obj" locus="number" gender="fem" possessor="no.owner">
+ <np def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </np>
<word gloss="COMP" posp="pp"/>
</subs>
- <np def="def" role="subj" locus="number" gender="masc" possessor="no.owner">
+ <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
<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="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" obj="3.masc">
- <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" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc" 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" subj="1excl">
- <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" subj="1excl"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
<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 pat/verb/negation/obligatoryGot POS
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for buy/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for cheese/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for mouse/noun/case/obligatory
Got ABS
About to call getSlotValue for the/det/gender/obligatory
Got masc
About to call getSlotValue for cat/noun/case/obligatory
Got ABS
<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" obj="3.masc">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="masc" 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" subj="1excl">
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl">
<word gloss="the" posp="det" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<word gloss="COMP" posp="pp"/>
</subs>
<np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">
<word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" obj="3.masc"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <subs> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc" 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" subj="1excl"> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> <word gloss="COMP" posp="pp"/> - </subs> - <np def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"> <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <word gloss="COMP" posp="pp"/> - </subs> - <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"> <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <word gloss="COMP" posp="pp"/> - </subs> - <np def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"> <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word person="1excl" posp="pron" gloss="1excl" gender="masc" 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" subj="1excl"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="COMP" posp="pp"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <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" obj="3.masc" ph="x o k i ɾ">xokiɾ</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc" ph="n o n">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl" ph="m a s">mas</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ɲ i d">ɲid</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" subj="1excl" ph="t e p">tep</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl" ph="t e θ a ɡ">teθaɡ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t i b i r">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t͡ɕ i n">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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" obj="3.masc" ph="x o k i ɾ">xokiɾ</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc" ph="n o n">non</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl" ph="m a s">mas</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ɲ i d">ɲid</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" subj="1excl" ph="t e p">tep</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl" ph="t e θ a ɡ">teθaɡ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t i b i r">tibir</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMP" posp="pp" ph="w a θ a x">waθax</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS" ph="t͡ɕ i n">t͡ɕin</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</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" obj="3.masc">xokiɾ</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.masc">non</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl">mas</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">ɲid</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl">tep</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="COMP" posp="pp">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" gender="fem" possessor="no.owner" case="ABS" person="1excl">teθaɡ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word gloss="COMP" posp="pp">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">tibir</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word gloss="COMP" posp="pp">waθax</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" gender="masc" possessor="no.owner" case="ABS">t͡ɕin</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> </flat> + <p><span class="ilpair"><span class="mor">xokiɾ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">non</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">mas</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɲid</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">tep</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">waθax</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">teθaɡ</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">waθax</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">tibir</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">waθax</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">t͡ɕin</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span></p> + <p>xokiɾeɾ koŋ noneɾ koŋ maseɾ koŋ ɲid tepeɾ koŋ waθax nik teθaɡup waθax nis tibirup waθax nis t͡ɕinup</p> + <p>khokirer kong noner kong maser kong ñid teper kong wathakh nik tethagup wathakh nis tibirrup wathakh nis tyinup</p> + <il> + <w> + <o>xokiɾ</o> + <g>pat</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>non</o> + <g>catch</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>mas</o> + <g>eat</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ɲid</o> + <g>1excl</g> + </w> + <w> + <o>tep</o> + <g>buy</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>waθax</o> + <g>COMP</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>teθaɡ</o> + <g>cheese</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>waθax</o> + <g>COMP</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>tibir</o> + <g>mouse</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>waθax</o> + <g>COMP</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>t͡ɕin</o> + <g>cat</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + </il> </example>
Khokirer kong noner kong maser kong ñid teper kong wathakh nik tethagup wathakh nis tibirrup wathakh nis tyinup. [xokiɾeɾ koŋ noneɾ koŋ maseɾ koŋ ɲid tepeɾ koŋ waθax nik teθaɡup waθax nis tibirup waθax nis t͡ɕinup] xokiɾ pat -eɾ POS koŋ PAST non catch -eɾ POS koŋ PAST mas eat -eɾ POS koŋ PAST ɲid 1excl tep buy -eɾ POS koŋ PAST waθax COMP ni the -k fem teθaɡ cheese -up ABS waθax COMP ni the -s masc tibir mouse -up ABS waθax COMP ni the -s masc t͡ɕin cat -up ABS “I patted the cat that caught the mouse that ate the cheese that I bought.” | (28) |
Complementation Strategies
Yeb introduces complement clauses with a dedicated complementiser, similar to English that. The complementiser appears at the beginning of the embedded clause and signals that the clause functions as a syntactic argument. The embedded clause is fully finite and displays the same tense, aspect and agreement patterns as independent clauses.
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 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"/>
+ <word gloss="a" posp="det"/>
</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"/> <word gloss="a" posp="det"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
<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>
+ <word gloss="COMP" posp="pp"/>
<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"/>
<word gloss="a" posp="det"/>
</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> - <word gloss="COMP" posp="pp"/> + <np number="sing" def="def" head="this" 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="give"/> </vp> - <np number="sing" def="def" head="this" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <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"/> <word gloss="a" posp="det"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> - <word posp="noun" gloss="girl"/> - <word gloss="the" posp="det"/> - </np> + <word gloss="COMP" posp="pp"/> </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"> <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="ABS"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </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 addgender:
<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" gender="fem" number="sing"> <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" gender="masc"> <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="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" gender="fem"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number" case="ABS"> + <np number="sing" role="obj" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </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" gender="fem"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="ERG" gender="fem" number="sing"> + <np role="subj" case="ERG" gender="fem"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc"> <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="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem"> + <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number" case="ABS" gender="fem"> + <np role="obj" locus="number" case="ABS" gender="fem"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </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" gender="fem"> + <np def="def" role="indobj" locus="number" case="DAT" gender="fem"> <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" gender="fem"> + <np role="subj" case="ERG" gender="fem" possessor="no.owner"> <subs> - <np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" 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="give"/> </vp> - <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem"> + <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" locus="number" case="ABS" gender="fem"> + <np role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word posp="noun" gloss="apple"/> <word gloss="a" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </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 def="def" role="indobj" locus="number" case="DAT" gender="fem"> + <np def="def" role="indobj" locus="number" case="DAT" gender="fem" 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:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ERG" gender="fem" possessor="no.owner">
<subs>
<np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="apple"/>
<word gloss="a" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
<word gloss="COMP" posp="pp"/>
</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 def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ERG" gender="fem" possessor="no.owner">
<subs>
<np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</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.masc" indobj="3.fem" obj="3.fem">
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="a" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
<word gloss="COMP" posp="pp"/>
</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.fem" indobj="3.fem">
<word posp="verb" gloss="surprise"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</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" gender="fem" possessor="no.owner">
<subs>
<np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <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.masc" indobj="3.fem" obj="3.fem">
<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"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="a" posp="det"/>
<word posp="noun" gloss="apple"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</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.fem" indobj="3.fem">
<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"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
+ <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" gender="fem" possessor="no.owner">
<subs>
<np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" 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" subj="3.masc" indobj="3.fem" obj="3.fem">
- <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" subj="3.masc" indobj="3.fem" obj="3.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
- <word gloss="a" posp="det"/>
- <word posp="noun" gloss="apple"/>
+ <word gloss="a" posp="det" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="subj" case="ERG" gender="fem" possessor="no.owner"/>
</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.fem" indobj="3.fem">
- <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.fem" indobj="3.fem"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for boy/noun/case/obligatory
Got ERG
About to call getSlotValue for give/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for girl/noun/case/obligatory
Got DAT
About to call getSlotValue for a/det/gender/obligatory
Got fem
About to call getSlotValue for apple/noun/case/obligatory
Got ABS
About to call getSlotValue for surprise/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for teacher/noun/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" gender="fem" possessor="no.owner">
<subs>
<np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<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.masc" indobj="3.fem" obj="3.fem">
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" indobj="3.fem" obj="3.fem"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">
<word gloss="a" posp="det" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ABS"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="subj" case="ERG" gender="fem" possessor="no.owner"/>
</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.fem" indobj="3.fem">
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" indobj="3.fem"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
<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" gender="fem" possessor="no.owner"> - <subs> - <np def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <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.masc" indobj="3.fem" obj="3.fem"> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" indobj="3.fem" obj="3.fem"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"> <word gloss="a" posp="det" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ABS"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="subj" case="ERG" gender="fem" possessor="no.owner"/> - </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.fem" indobj="3.fem"> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" indobj="3.fem"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <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> - <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <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" subj="3.masc" indobj="3.fem" obj="3.fem"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="a" posp="det" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ABS"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp" role="subj" case="ERG" gender="fem" possessor="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.fem" indobj="3.fem"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="k i θ">kiθ</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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" subj="3.masc" indobj="3.fem" obj="3.fem" ph="l o l">lol</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="w a x">wax</word> + <thingy type="nouncase" function="suffix" gloss="DAT" attach="suffix" ph="e n">en</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="a" posp="det" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="n o">no</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="j a d i ɲ">jadiɲ</word> + <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMP" posp="pp" role="subj" case="ERG" gender="fem" possessor="no.owner" ph="w a θ a x">waθax</word> + <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.fem" indobj="3.fem" ph="x o ŋ a l">xoŋal</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="d i t͡ʃ e l">dit͡ʃel</word> + <thingy type="nouncase" function="suffix" gloss="DAT" attach="suffix" ph="e n">en</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> - <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="k i θ">kiθ</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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" subj="3.masc" indobj="3.fem" obj="3.fem" ph="l o l">lol</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="w a x">wax</word> - <thingy type="nouncase" function="suffix" gloss="DAT" attach="suffix" ph="e n">en</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="a" posp="det" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="n o">no</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner" ph="j a d i ɲ">jadiɲ</word> - <thingy type="nouncase" function="suffix" gloss="ABS" attach="suffix" ph="u p">up</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMP" posp="pp" role="subj" case="ERG" gender="fem" possessor="no.owner" ph="w a θ a x">waθax</word> - <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.fem" indobj="3.fem" ph="x o ŋ a l">xoŋal</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="d i t͡ʃ e l">dit͡ʃel</word> - <thingy type="nouncase" function="suffix" gloss="DAT" attach="suffix" ph="e n">en</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">kiθ</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" indobj="3.fem" obj="3.fem">lol</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" gender="fem" possessor="no.owner">wax</word> + <thingy type="nouncase" function="suffix" gloss="DAT">en</thingy> + <word gloss="a" posp="det" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">no</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" gender="fem" possessor="no.owner">jadiɲ</word> + <thingy type="nouncase" function="suffix" gloss="ABS">up</thingy> + <word gloss="COMP" posp="pp" role="subj" case="ERG" gender="fem" possessor="no.owner">waθax</word> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.fem" indobj="3.fem">xoŋal</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">dit͡ʃel</word> + <thingy type="nouncase" function="suffix" gloss="DAT">en</thingy> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">kiθ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">lol</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">wax</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">a</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">jadiɲ</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-up</span><br><span class="gls"><span class="glssc">ABS</span></span></span> <span class="ilpair"><span class="mor">waθax</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">xoŋal</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">dit͡ʃel</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls"><span class="glssc">DAT</span></span></span></p> + <p>nis kiθir loleɾ koŋ nik waxen nok jadiɲup waθax xoŋaleɾ koŋ nik dit͡ʃelen</p> + <p>nis kithirr loler kong nik wakhen nok jadiñup wathakh khongaler kong nik dichelen</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>kiθ</o> + <g>boy</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>lol</o> + <g>give</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>wax</o> + <g>girl</g> + </w> + <w> + <o>-en</o> + <g>DAT</g> + </w> + <w> + <o>no</o> + <g>a</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>jadiɲ</o> + <g>apple</g> + </w> + <w> + <o>-up</o> + <g>ABS</g> + </w> + <w> + <o>waθax</o> + <g>COMP</g> + </w> + <w> + <o>xoŋal</o> + <g>surprise</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>dit͡ʃel</o> + <g>teacher</g> + </w> + <w> + <o>-en</o> + <g>DAT</g> + </w> + </il> </example>
Nis kithirr loler kong nik wakhen nok jadiñup wathakh khongaler kong nik dichelen. [nis kiθir loleɾ koŋ nik waxen nok jadiɲup waθax xoŋaleɾ koŋ nik dit͡ʃelen] ni the -s masc kiθ boy -ir ERG lol give -eɾ POS koŋ PAST ni the -k fem wax girl -en DAT no a -k fem jadiɲ apple -up ABS waθax COMP xoŋal surprise -eɾ POS koŋ PAST ni the -k fem dit͡ʃel teacher -en DAT “It surprised the teacher that the boy had given the girl an apple.” | (29) |
Quotes
Yeb 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 articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module complementise:
<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>
+ <word gloss="COMP" posp="pp"/>
<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>
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> - <word gloss="COMP" posp="pp"/> - <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> + <word gloss="COMP" posp="pp"/> </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="ABS"> <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="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="ABS"> <word person="2" number="sing" posp="pron"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
module addgender:
<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" gender="masc"> <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" gender="fem"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="ABS"> + <np role="obj" tr="rheme" case="ABS" gender="fem" 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="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="ABS"> <word person="2" number="sing" posp="pron"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
module propagatenumber:
No change.
module simplifynumber:
<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" gender="masc"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> <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" gender="fem"> + <np def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="ABS" gender="fem" number="sing"> + <np role="obj" tr="rheme" case="ABS" gender="fem"> <subs> - <np number="sing" def="neither" role="subj" locus="number" case="ERG"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number" case="ERG"> + <word person="1excl" 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="ABS"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number" case="ABS"> + <word person="2" posp="pron"/> </np> <word gloss="COMP" posp="pp"/> </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" tr="theme" role="subj" locus="number" case="ERG" gender="masc"> + <np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" 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" tr="theme" role="indobj" locus="number" case="DAT" gender="fem"> + <np def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="ABS" gender="fem"> + <np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner"> <subs> - <np def="neither" role="subj" locus="number" case="ERG"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> <word person="1excl" 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 def="neither" role="obj" locus="number" case="ABS"> + <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"> <word person="2" posp="pron"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</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" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" 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 def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
<word person="2" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</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" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</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="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2" gender="masc"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</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.masc" indobj="3.fem" obj="1excl">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
- <np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner">
+ <np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl">
<subs>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
</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" obj="2">
<word posp="verb" gloss="love"/>
</vp>
- <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<word person="2" posp="pron" gloss="2" gender="masc"/>
</np>
<word gloss="COMP" posp="pp"/>
</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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
+ <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.masc" indobj="3.fem" obj="1excl">
<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"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
+ <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="1excl" obj="2">
<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"/>
</vp>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<word person="2" posp="pron" gloss="2" gender="masc"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" 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" subj="3.masc" indobj="3.fem" obj="1excl">
- <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.masc" indobj="3.fem" obj="1excl"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl" gender="masc"/>
+ <word person="1excl" posp="pron" gloss="1excl" gender="masc" 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="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
- <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" obj="2"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
- <word person="2" posp="pron" gloss="2" gender="masc"/>
+ <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl"/>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for the/det/gender/obligatoryGot masc
About to call getSlotValue for boy/noun/case/obligatory
Got ERG
About to call getSlotValue for tell/verb/negation/obligatory
Got POS
About to call getSlotValue for the/det/gender/obligatory
Got fem
About to call getSlotValue for girl/noun/case/obligatory
Got DAT
About to call getSlotValue for love/verb/negation/obligatory
Got POS
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="masc"/>
<word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ERG"/>
<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.masc" indobj="3.fem" obj="1excl">
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" indobj="3.fem" obj="1excl"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">
<word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="detgender" function="suffix" gloss="fem"/>
<word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" gender="masc" 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="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
+ <thingy type="verbnegation" function="suffix" gloss="POS"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl"/>
</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" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"> + <flat> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="masc"/> <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ERG"/> <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.masc" indobj="3.fem" obj="1excl"> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" indobj="3.fem" obj="1excl"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"> <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="detgender" function="suffix" gloss="fem"/> <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl"> - <subs> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" gender="masc" 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="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> <thingy type="verbnegation" function="suffix" gloss="POS"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl"/> - </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> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="masc"/> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ERG"/> - <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.masc" indobj="3.fem" obj="1excl"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="detgender" function="suffix" gloss="fem"/> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" role="subj" locus="number" case="ERG" 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" obj="2"/> - <thingy type="verbnegation" function="suffix" gloss="POS"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="k i θ">kiθ</word> + <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" indobj="3.fem" obj="1excl" ph="ɲ i b">ɲib</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="n i">ni</word> + <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="w a x">wax</word> + <thingy type="nouncase" function="suffix" gloss="DAT" attach="suffix" ph="e n">en</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ɲ i d">ɲid</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" obj="2" ph="b u s">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> + <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> + <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" ph="ɲ i j">ɲij</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl" ph="w a θ a x">waθax</word> + <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> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="masc" attach="suffix" ph="s">s</thingy> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner" ph="k i θ">kiθ</word> - <thingy type="nouncase" function="suffix" gloss="ERG" attach="suffix" ph="i r">ir</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.masc" indobj="3.fem" obj="1excl" ph="ɲ i b">ɲib</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="k o ŋ">koŋ</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="n i">ni</word> - <thingy type="detgender" function="suffix" gloss="fem" attach="suffix" ph="k">k</thingy> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner" ph="w a x">wax</word> - <thingy type="nouncase" function="suffix" gloss="DAT" attach="suffix" ph="e n">en</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" ph="ɲ i d">ɲid</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" obj="2" ph="b u s">bus</word> - <thingy type="verbnegation" function="suffix" gloss="POS" attach="suffix" ph="e ɾ">eɾ</thingy> - <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> - <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" ph="ɲ i j">ɲij</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> - <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl" ph="w a θ a x">waθax</word> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS" ph=""></thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="masc">s</thingy> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" gender="masc" possessor="no.owner">kiθ</word> + <thingy type="nouncase" function="suffix" gloss="ERG">ir</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.masc" indobj="3.fem" obj="1excl">ɲib</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">koŋ</thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">ni</word> + <thingy type="detgender" function="suffix" gloss="fem">k</thingy> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" gender="fem" possessor="no.owner">wax</word> + <thingy type="nouncase" function="suffix" gloss="DAT">en</thingy> + <word person="1excl" posp="pron" gloss="1excl" gender="masc" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">ɲid</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">bus</word> + <thingy type="verbnegation" function="suffix" gloss="POS">eɾ</thingy> + <word person="2" posp="pron" gloss="2" gender="masc" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">ɲij</word> + <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" gender="fem" possessor="no.owner" person="1excl">waθax</word> </flat> + <p><span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-s</span><br><span class="gls">masc</span></span> <span class="ilpair"><span class="mor">kiθ</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-ir</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ɲib</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">koŋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">-k</span><br><span class="gls">fem</span></span> <span class="ilpair"><span class="mor">wax</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-en</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">ɲid</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">bus</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-eɾ</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">ɲij</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">waθax</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p> + <p>nis kiθir ɲibeɾ koŋ nik waxen ɲid buseɾ ɲij waθax</p> + <p>nis kithirr ñiber kong nik wakhen ñid buser ñij wathakh</p> + <il> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-s</o> + <g>masc</g> + </w> + <w> + <o>kiθ</o> + <g>boy</g> + </w> + <w> + <o>-ir</o> + <g>ERG</g> + </w> + <w> + <o>ɲib</o> + <g>tell</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>koŋ</o> + <g>PAST</g> + </w> + <w> + <o>ni</o> + <g>the</g> + </w> + <w> + <o>-k</o> + <g>fem</g> + </w> + <w> + <o>wax</o> + <g>girl</g> + </w> + <w> + <o>-en</o> + <g>DAT</g> + </w> + <w> + <o>ɲid</o> + <g>1excl</g> + </w> + <w> + <o>bus</o> + <g>love</g> + </w> + <w> + <o>-eɾ</o> + <g>POS</g> + </w> + <w> + <o>ɲij</o> + <g>2</g> + </w> + <w> + <o>waθax</o> + <g>COMP</g> + </w> + </il> </example>
Nis kithirr ñiber kong nik wakhen ñid buser ñij wathakh. [nis kiθir ɲibeɾ koŋ nik waxen ɲid buseɾ ɲij waθax] ni the -s masc kiθ boy -ir ERG ɲib tell -eɾ POS koŋ PAST ni the -k fem wax girl -en DAT ɲid 1excl bus love -eɾ POS ɲij 2 waθax COMP “The boy told the girl that he loved her.” | (30) |
How to cite this grammar
Language Creator. 2026. A Grammar of Yeb. Generated by the Language Creator, version 0.92, on 18 July 2026. https://languagecreator.org/grammar/0Q8UA
In BibTeX format:
@misc{LC-0Q8UA,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Yeb}},
howpublished = {\url{https://languagecreator.org/grammar/0Q8UA}},
note = {Generated by the Language Creator, version 0.92, on 18 July 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Yeb / Yeb–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/0Q8UA
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.02 seconds; writing the grammar 0.07 seconds.