A Grammar of Kenicha
Introduction
Scope and Purpose
This grammar provides a systematic description of the Kenicha language (the 196th 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 Kenicha.
Typological Profile
It has a complete absence of bilabial or labiodental consonants, a complete lack of sibilant consonants, a complete absence of fricative consonants and no inflections (clitics do the hard work).Phonology
Phoneme Inventory
Consonants
Kenicha has fewer than six consonant phonemes. This is an extraordinarily small inventory, offering only the most limited range of consonantal contrasts.
It has a complete absence of bilabial or labiodental consonants, a complete absence of fricative consonants, a complete absence of palatal consonants, something which is a rare occurrence indeed, as well as a conspicuous absence of approximants and a complete lack of sibilant consonants.The table below presents the full inventory of consonant phonemes in Kenicha. The chart lists all places and manners of articulation attested in the language.
| alveolar | postalveolar | velar | |
|---|---|---|---|
| stop | t | k | |
| nasal | n | ||
| affricate | t͡ʃ |
Vowels
Kenicha 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 Kenicha. 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
Kenicha 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
The language employs vowel harmony. To be specific, the following vowels change to match the first vowel of the root: /i/ becomes /u/, /e/ becomes /o/.
Writing System
Introduction
Kenicha 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/ | e /e/ | i /i/ | k /k/ |
| n /n/ | o /o/ | t /t/ | u /u/ |
Multi-letter combinations such as digraphs
| ch /t͡ʃ/ |
Word Classes and Morphology
Number and Gender
Number
Kenicha does not have grammatical number.
Gender
Kenicha does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Kenicha can be exemplified by the following example:
initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module adj2verb:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ </relp>
+ </np>
</s>
</example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module sequential:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> + <vp tam="pres-state" ta="PRES"> + <word lexposp="adj" posp="verb" gloss="blind"/> + </vp> + <np head="this" role="subj" number="plur" output="aspron"> + <word posp="noun" gloss="mouse"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> + </np> + </s> + <s connector="then"> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> - <relp> - <vp tam="pres-state" ta="PRES"> - <word lexposp="adj" posp="verb" gloss="blind"/> - </vp> - <np head="this" role="subj" number="plur"> + <np head="this" role="subj" number="plur" output="aspron"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> - </relp> </np> </s> </example>
module sentenceconnectors:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur" output="aspron">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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">
<np head="this" role="subj" number="plur" output="aspron">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module subordinate: No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur" output="aspron">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
<s connector="then">
<word gloss="then" posp="conj"/>
<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">
<np head="this" role="subj" number="plur" output="aspron">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="pres-state" ta="PRES"> - <word lexposp="adj" posp="verb" gloss="blind"/> - </vp> <np head="this" role="subj" number="plur" output="aspron"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> + <vp tam="pres-state" ta="PRES"> + <word lexposp="adj" posp="verb" gloss="blind"/> + </vp> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <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"> <np head="this" role="subj" number="plur" output="aspron"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking: No change.
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np head="this" role="subj" number="plur" output="aspron"> + <np head="this" role="subj" output="aspron"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </s> <s connector="then"> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" 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"> + <np 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 head="this" role="subj" number="plur" output="aspron"> + <np role="obj" def="def" tr="rheme" locus="number"> + <np head="this" role="subj" output="aspron"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
createpronouns:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np head="this" role="subj" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word posp="num" gloss="three"/> - <word posp="det" gloss="yon"/> + <np head="this" role="subj"> + <word posp="pron" gloss="3"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </s> <s connector="then"> <np role="subj" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np 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" tr="rheme" locus="number"> - <np head="this" role="subj" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word posp="num" gloss="three"/> - <word posp="det" gloss="yon"/> + <np head="this" role="subj"> + <word posp="pron" gloss="3"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</s>
<s connector="then">
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np 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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number">
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop: No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</s>
<s connector="then">
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np 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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number">
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</s>
<s connector="then">
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np 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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" def="def" tr="rheme" locus="number">
- <np head="this" role="subj">
+ <np head="this" role="obj" def="def" tr="rheme" locus="number">
<word posp="pron" gloss="3"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np head="this" role="subj">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" head="this" role="subj"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/>
</vp>
</s>
<s connector="then">
<np role="subj" def="def" locus="number">
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/>
+ <word gloss="the" posp="det" role="subj" def="def" locus="number"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np def="def" locus="number">
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" def="def" locus="number"/>
+ <word gloss="the" posp="det" def="def" locus="number"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np head="this" role="obj" def="def" tr="rheme" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" head="this" role="obj" def="def" tr="rheme" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
addaffixes: No change.
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np head="this" role="subj"> + <flat> <word posp="pron" gloss="3" head="this" role="subj"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/> - </vp> - </s> - <s connector="then"> - <np role="subj" def="def" locus="number"> <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/> <word gloss="the" posp="det" role="subj" def="def" locus="number"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="def" locus="number"> <word posp="noun" gloss="knife" def="def" locus="number"/> <word gloss="the" posp="det" def="def" locus="number"/> - </np> - </pp> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np head="this" role="obj" def="def" tr="rheme" locus="number"> <word posp="pron" gloss="3" head="this" role="obj" def="def" tr="rheme" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="pron" gloss="3" head="this" role="subj"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/> - <word gloss="the" posp="det" role="subj" def="def" locus="number"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word posp="noun" gloss="knife" def="def" locus="number"/> - <word gloss="the" posp="det" def="def" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" head="this" role="obj" def="def" tr="rheme" locus="number"/> - <word gloss="then" posp="conj"/> + <word posp="pron" gloss="3" head="this" role="subj">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3">|t|i|k|i|t͡ʃ|i|</word> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number">|n|e|k|a|</word> + <word gloss="the" posp="det" role="subj" def="def" locus="number">|t|o|</word> + <word gloss="COMIT" posp="pp" role="comitative">|n|e|n|u|n|a|</word> + <word posp="noun" gloss="knife" def="def" locus="number">|k|o|t|e|n|i|</word> + <word gloss="the" posp="det" def="def" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" head="this" role="obj" def="def" tr="rheme" locus="number">|n|u|t|a|</word> + <word gloss="then" posp="conj">|n|i|</word> </flat> </example>
vowelharmony:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word posp="pron" gloss="3" head="this" role="subj">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3">|t|i|k|i|t͡ʃ|i|</word>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number">|n|e|k|a|</word>
<word gloss="the" posp="det" role="subj" def="def" locus="number">|t|o|</word>
- <word gloss="COMIT" posp="pp" role="comitative">|n|e|n|u|n|a|</word>
- <word posp="noun" gloss="knife" def="def" locus="number">|k|o|t|e|n|i|</word>
+ <word gloss="COMIT" posp="pp" role="comitative">|n|o|n|u|n|a|</word>
+ <word posp="noun" gloss="knife" def="def" locus="number">|k|o|t|o|n|u|</word>
<word gloss="the" posp="det" def="def" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" head="this" role="obj" def="def" tr="rheme" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
</example>
### |n|u|t|a|#-> nuta
### |n|u|t|a|
#-> nuta
### |t|i|k|i|t͡ʃ|i|
#-> tikit͡ʃi
### |t|i|k|i|t͡ʃ|i|
#-> tikit͡ʃi
### |n|e|k|a|
#-> neka
### |n|e|k|a|
#-> neka
### |t|o|
#-> to
### |t|o|
#-> to
### |n|o|n|u|n|a|
#-> nonuna
### |n|o|n|u|n|a|
#-> nonuna
### |k|o|t|o|n|u|
#-> kotonu
### |k|o|t|o|n|u|
#-> kotonu
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|i|
#-> ni
### |n|i|
#-> ni
### |n|u|t|a| |t|i|k|i|t͡ʃ|i| |n|e|k|a| |t|o| |n|o|n|u|n|a| |k|o|t|o|n|u| |t|o| |t|i| |t͡ʃ|e|t͡ʃ|e| |n|u|t|a| |n|i|
#-> nuta tikit͡ʃi neka to nonuna kotonu to ti t͡ʃet͡ʃe nuta ni
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word posp="pron" gloss="3" head="this" role="subj">|n|u|t|a|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3">|t|i|k|i|t͡ʃ|i|</word>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number">|n|e|k|a|</word>
<word gloss="the" posp="det" role="subj" def="def" locus="number">|t|o|</word>
<word gloss="COMIT" posp="pp" role="comitative">|n|o|n|u|n|a|</word>
<word posp="noun" gloss="knife" def="def" locus="number">|k|o|t|o|n|u|</word>
<word gloss="the" posp="det" def="def" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" head="this" role="obj" def="def" tr="rheme" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">tikit͡ʃi</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">neka</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nonuna</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">kotonu</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃet͡ʃe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">then</span></span></p>
+ <p>nuta tikit͡ʃi neka to nonuna kotonu to ti t͡ʃet͡ʃe nuta ni</p>
+ <p>nuta tikichi neka to nonuna kotonu to ti cheche nuta ni</p>
+ <il>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>tikit͡ʃi</o>
+ <g>blind</g>
+ </w>
+ <w>
+ <o>neka</o>
+ <g>woman</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nonuna</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>kotonu</o>
+ <g>knife</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃet͡ʃe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ni</o>
+ <g>then</g>
+ </w>
+ </il>
</example>
### nuta tikit͡ʃi neka to nonuna kotonu to ti t͡ʃet͡ʃe nuta ni#-> nuta tikit͡ʃi neka to nonuna kotonu to ti t͡ʃet͡ʃe nuta ni
Nuta tikichi neka to nonuna kotonu to ti cheche nuta ni. [nuta tikit͡ʃi neka to nonuna kotonu to ti t͡ʃet͡ʃe nuta ni] nuta 3 tikit͡ʃi blind neka woman to the nonuna COMIT kotonu knife to the ti PAST t͡ʃet͡ʃe catch nuta 3 ni then “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 case. a clitic expressing case, comprising cha /t͡ʃa/ ‘GEN’, ta /ta/ ‘DAT’, ke /ke/ ‘INS’, na /na/ ‘VOC’, chi /t͡ʃi/ ‘ALL’, ticha /tit͡ʃa/ ‘LOC’, niki /niki/ ‘ABL’ and chene /t͡ʃene/ ‘PART’.
The morphology of the elements of the nominal phrase, i.e., nouns, numerals and pronouns, is described below, as is the way that possession is expressed in Kenicha.
The Noun
The noun in Kenicha stands alone without any prefixes or suffixes attached to it.
The Adjective
The adjective in Kenicha stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Kenicha stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Kenicha stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Kenicha stands alone without any prefixes or suffixes attached to it.
Kenicha always includes the personal pronouns, even if they are not stressed. This is similar to English, where the only way to distinguish "he loves her" from "he loves her" and "he loves her" is the stress. So the following corresponds exactly to English in this regard:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
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"> + <np def="def" 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"> + <np def="def" tr="theme" role="obj" output="aspron" locus="number"> <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"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="theme" role="subj" locus="number"> + <word posp="pron" gloss="3"/> </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"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="obj" locus="number"> + <word posp="pron" gloss="3"/> </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">
<word posp="pron" gloss="3"/>
</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" obj="3">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number">
<word posp="pron" gloss="3"/>
</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>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" tr="theme" role="obj" locus="number"> <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number"/> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|k|o|t͡ʃ|i|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number">|n|u|t|a|</word> </flat> </example>
vowelharmony:
<example id="love2" translation="He (the boy) loves her (the girl).">
<flat>
<word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
- <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|k|o|t͡ʃ|i|</word>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|k|o|t͡ʃ|u|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number">|n|u|t|a|</word>
</flat>
</example>
### |n|u|t|a|#-> nuta
### |n|u|t|a|
#-> nuta
### |k|o|t͡ʃ|u|
#-> kot͡ʃu
### |k|o|t͡ʃ|u|
#-> kot͡ʃu
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|u|t|a| |k|o|t͡ʃ|u| |n|u|t|a|
#-> nuta kot͡ʃu nuta
removetags:
<example id="love2" translation="He (the boy) loves her (the girl).">
<flat>
<word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number">|n|u|t|a|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|k|o|t͡ʃ|u|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number">|n|u|t|a|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">kot͡ʃu</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span></p>
+ <p>nuta kot͡ʃu nuta</p>
+ <p>nuta kochu nuta</p>
+ <il>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>kot͡ʃu</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ </il>
</example>
### nuta kot͡ʃu nuta#-> nuta kot͡ʃu nuta
Nuta kochu nuta. [nuta kot͡ʃu nuta] nuta 3 kot͡ʃu love nuta 3 “He (the boy) loves her (the girl).” | (2) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
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"> + <np def="def" 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"> + <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" 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">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" 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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="hate"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</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">
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="NN2"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Tikatecha hates Tinaneke."> <flat> - <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> + <word posp="noun" gloss="Tikatecha" def="def" tr="theme" role="subj" locus="number" propernoun="yes">|t|i|k|a|t|e|t͡ʃ|a|</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|t͡ʃ|i|n|o|t|e|k|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="Tinaneke" def="def" tr="rheme" role="obj" locus="number" propernoun="yes">|t|i|n|a|n|e|k|e|</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">|t|o|</word> </flat> </example>
vowelharmony:
<example id="loveprop" translation="Tikatecha hates Tinaneke.">
<flat>
<word posp="noun" gloss="Tikatecha" def="def" tr="theme" role="subj" locus="number" propernoun="yes">|t|i|k|a|t|e|t͡ʃ|a|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
- <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|t͡ʃ|i|n|o|t|e|k|e|</word>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|t͡ʃ|u|n|o|t|o|k|o|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="Tinaneke" def="def" tr="rheme" role="obj" locus="number" propernoun="yes">|t|i|n|a|n|e|k|e|</word>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">|t|o|</word>
</flat>
</example>
### |t|i|k|a|t|e|t͡ʃ|a|#-> tikatet͡ʃa
### |t|i|k|a|t|e|t͡ʃ|a|
#-> tikatet͡ʃa
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|u|n|o|t|o|k|o|
#-> t͡ʃunotoko
### |t͡ʃ|u|n|o|t|o|k|o|
#-> t͡ʃunotoko
### |t|i|n|a|n|e|k|e|
#-> tinaneke
### |t|i|n|a|n|e|k|e|
#-> tinaneke
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|k|a|t|e|t͡ʃ|a| |t|o| |t͡ʃ|u|n|o|t|o|k|o| |t|i|n|a|n|e|k|e| |t|o|
#-> tikatet͡ʃa to t͡ʃunotoko tinaneke to
removetags:
<example id="loveprop" translation="Tikatecha hates Tinaneke.">
<flat>
<word posp="noun" gloss="Tikatecha" def="def" tr="theme" role="subj" locus="number" propernoun="yes">|t|i|k|a|t|e|t͡ʃ|a|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|t͡ʃ|u|n|o|t|o|k|o|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="Tinaneke" def="def" tr="rheme" role="obj" locus="number" propernoun="yes">|t|i|n|a|n|e|k|e|</word>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tikatet͡ʃa</span><br><span class="gls">Tikatecha</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃunotoko</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">tinaneke</span><br><span class="gls">Tinaneke</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>tikatet͡ʃa to t͡ʃunotoko tinaneke to</p>
+ <p>Tikatecha to chunotoko Tinaneke to</p>
+ <il>
+ <w>
+ <o>tikatet͡ʃa</o>
+ <g>Tikatecha</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃunotoko</o>
+ <g>hate</g>
+ </w>
+ <w>
+ <o>tinaneke</o>
+ <g>Tinaneke</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### tikatet͡ʃa to t͡ʃunotoko tinaneke to#-> tikatet͡ʃa to t͡ʃunotoko tinaneke to
Tikatecha to chunotoko Tinaneke to. [tikatet͡ʃa to t͡ʃunotoko tinaneke to] tikatet͡ʃa Tikatecha to the t͡ʃunotoko hate tinaneke Tinaneke to the “Tikatecha hates Tinaneke.” | (3) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module adpositions: No change.
module constorder: No change.
module casemarking: No change.
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np type="owner_owned"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module ngen:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np def="def" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> </np> <np def="def" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> </example>
addaffixes: No change.
flatten:
<example id="posso1" translation="the boy's apple"> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|i|t͡ʃ|o|t|a|k|i|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN">|t|a|t͡ʃ|i|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">|t|o|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>
vowelharmony:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|i|t͡ʃ|o|t|a|k|i|</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|u|t͡ʃ|o|t|a|k|u|</word> <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN">|t|a|t͡ʃ|i|</word> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">|t|o|</word> <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>### |t͡ʃ|u|t͡ʃ|o|t|a|k|u|
#-> t͡ʃut͡ʃotaku
### |t͡ʃ|u|t͡ʃ|o|t|a|k|u|
#-> t͡ʃut͡ʃotaku
### |t|o|
#-> to
### |t|o|
#-> to
### |t|a|t͡ʃ|i|
#-> tat͡ʃi
### |t|a|t͡ʃ|i|
#-> tat͡ʃi
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|u|t͡ʃ|o|t|a|k|u| |t|o| |t|a|t͡ʃ|i| |t|o| |t͡ʃ|a|
#-> t͡ʃut͡ʃotaku to tat͡ʃi to t͡ʃa
removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|u|t͡ʃ|o|t|a|k|u|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word>
<word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN">|t|a|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">t͡ʃut͡ʃotaku</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tat͡ʃi</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span></p>
+ <p>t͡ʃut͡ʃotaku to tat͡ʃi to t͡ʃa</p>
+ <p>chuchotaku to tachi to cha</p>
+ <il>
+ <w>
+ <o>t͡ʃut͡ʃotaku</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>tat͡ʃi</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ </il>
</example>
### t͡ʃut͡ʃotaku to tat͡ʃi to t͡ʃa#-> t͡ʃut͡ʃotaku to tat͡ʃi to t͡ʃa
chuchotaku to tachi to cha [t͡ʃut͡ʃotaku to tat͡ʃi to t͡ʃa] t͡ʃut͡ʃotaku apple to the tat͡ʃi boy to the t͡ʃa GEN “the boy’s apple” | (4) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module adpositions: No change.
module constorder: No change.
module casemarking: No change.
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> + <np type="owner_owned"> + <np def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" gloss="3"/> </np> <np def="def" locus="number" role="owned"> <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"> - <np def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" gloss="3"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" gloss="3"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="pron" gloss="3"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="pron" gloss="3"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> </np> <np def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" gloss="3"/> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> </example>
addaffixes: No change.
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|i|t͡ʃ|o|t|a|k|i|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN">|n|u|t|a|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>
vowelharmony:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|i|t͡ʃ|o|t|a|k|i|</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|u|t͡ʃ|o|t|a|k|u|</word> <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN">|n|u|t|a|</word> <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>### |t͡ʃ|u|t͡ʃ|o|t|a|k|u|
#-> t͡ʃut͡ʃotaku
### |t͡ʃ|u|t͡ʃ|o|t|a|k|u|
#-> t͡ʃut͡ʃotaku
### |t|o|
#-> to
### |t|o|
#-> to
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|u|t͡ʃ|o|t|a|k|u| |t|o| |n|u|t|a| |t͡ʃ|a|
#-> t͡ʃut͡ʃotaku to nuta t͡ʃa
removetags:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|u|t͡ʃ|o|t|a|k|u|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word>
<word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN">|n|u|t|a|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">t͡ʃut͡ʃotaku</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span></p>
+ <p>t͡ʃut͡ʃotaku to nuta t͡ʃa</p>
+ <p>chuchotaku to nuta cha</p>
+ <il>
+ <w>
+ <o>t͡ʃut͡ʃotaku</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ </il>
</example>
### t͡ʃut͡ʃotaku to nuta t͡ʃa#-> t͡ʃut͡ʃotaku to nuta t͡ʃa
chuchotaku to nuta cha [t͡ʃut͡ʃotaku to nuta t͡ʃa] t͡ʃut͡ʃotaku apple to the nuta 3 t͡ʃa GEN “his (the boy’s) apple” | (5) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module adpositions: No change.
module constorder: No change.
module casemarking: No change.
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" number="sing" posp="pron"/> + <np type="owner_owned"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="1excl" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module ngen:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" posp="pron"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="1excl" posp="pron"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</example>
prodrop: No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> </example>
addaffixes: No change.
flatten:
<example id="posso2" translation="my apple"> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|i|t͡ʃ|o|t|a|k|i|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN">|n|a|t͡ʃ|a|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>
vowelharmony:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|i|t͡ʃ|o|t|a|k|i|</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|u|t͡ʃ|o|t|a|k|u|</word> <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN">|n|a|t͡ʃ|a|</word> <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>### |t͡ʃ|u|t͡ʃ|o|t|a|k|u|
#-> t͡ʃut͡ʃotaku
### |t͡ʃ|u|t͡ʃ|o|t|a|k|u|
#-> t͡ʃut͡ʃotaku
### |t|o|
#-> to
### |t|o|
#-> to
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|u|t͡ʃ|o|t|a|k|u| |t|o| |n|a|t͡ʃ|a| |t͡ʃ|a|
#-> t͡ʃut͡ʃotaku to nat͡ʃa t͡ʃa
removetags:
<example id="posso2" translation="my apple">
<flat>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned">|t͡ʃ|u|t͡ʃ|o|t|a|k|u|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN">|n|a|t͡ʃ|a|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">t͡ʃut͡ʃotaku</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span></p>
+ <p>t͡ʃut͡ʃotaku to nat͡ʃa t͡ʃa</p>
+ <p>chuchotaku to nacha cha</p>
+ <il>
+ <w>
+ <o>t͡ʃut͡ʃotaku</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ </il>
</example>
### t͡ʃut͡ʃotaku to nat͡ʃa t͡ʃa#-> t͡ʃut͡ʃotaku to nat͡ʃa t͡ʃa
chuchotaku to nacha cha [t͡ʃut͡ʃotaku to nat͡ʃa t͡ʃa] t͡ʃut͡ʃotaku apple to the nat͡ʃa 1excl t͡ʃa GEN “my apple” | (6) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> - <np type="owner_owned"> + <np role="subj" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module simplifynumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" number="sing"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np role="subj"> + <np type="owner_owned"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np 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" number="sing"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="2" number="sing" posp="pron"/> + <np role="obj"> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
createpronouns: No change.
module ngen:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
- <np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="def" locus="number" role="owner" case="GEN">
+ <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">
<np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <np def="def" locus="number" role="owned">
+ <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="neither" locus="number" role="owner" case="GEN">
+ <word person="2" posp="pron"/>
</np>
- <np def="def" locus="number" role="owned">
- <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: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<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">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
</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">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> - <np type="owner_owned"> + <np type="owner_owned" role="subj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> - <np role="obj"> - <np type="owner_owned"> + <np type="owner_owned" role="obj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> </np> </np> - </np> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" role="subj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> </vp> - <np type="owner_owned" role="obj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> - </np> - </np> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned">|n|i|n|a|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN">|k|e|t͡ʃ|i|n|e|k|e|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">|t|o|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t|a|t͡ʃ|a|k|e|n|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned">|t|a|k|i|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN">|t͡ʃ|a|t͡ʃ|i|k|e|t|a|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">|t͡ʃ|i|t|e|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>
vowelharmony: No change.
### |n|i|n|a|#-> nina
### |n|i|n|a|
#-> nina
### |t|o|
#-> to
### |t|o|
#-> to
### |k|e|t͡ʃ|i|n|e|k|e|
#-> ket͡ʃineke
### |k|e|t͡ʃ|i|n|e|k|e|
#-> ket͡ʃineke
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|a|t͡ʃ|a|k|e|n|a|
#-> tat͡ʃakena
### |t|a|t͡ʃ|a|k|e|n|a|
#-> tat͡ʃakena
### |t|a|k|i|
#-> taki
### |t|a|k|i|
#-> taki
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|t͡ʃ|i|k|e|t|a|
#-> t͡ʃat͡ʃiketa
### |t͡ʃ|a|t͡ʃ|i|k|e|t|a|
#-> t͡ʃat͡ʃiketa
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|i|t|e|
#-> t͡ʃite
### |t͡ʃ|i|t|e|
#-> t͡ʃite
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |n|i|n|a| |t|o| |k|e|t͡ʃ|i|n|e|k|e| |t|o| |t͡ʃ|a| |t|i| |t|a|t͡ʃ|a|k|e|n|a| |t|a|k|i| |t|o| |t͡ʃ|a|t͡ʃ|i|k|e|t|a| |t|o| |t͡ʃ|a| |t͡ʃ|i|t|e| |t͡ʃ|a|
#-> nina to ket͡ʃineke to t͡ʃa ti tat͡ʃakena taki to t͡ʃat͡ʃiketa to t͡ʃa t͡ʃite t͡ʃa
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned">|n|i|n|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN">|k|e|t͡ʃ|i|n|e|k|e|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t|a|t͡ʃ|a|k|e|n|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="son" def="def" locus="number" role="owned">|t|a|k|i|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN">|t͡ʃ|a|t͡ʃ|i|k|e|t|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
<word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">|t͡ʃ|i|t|e|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">nina</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ket͡ʃineke</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tat͡ʃakena</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">taki</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃat͡ʃiketa</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">t͡ʃite</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span></p>
+ <p>nina to ket͡ʃineke to t͡ʃa ti tat͡ʃakena taki to t͡ʃat͡ʃiketa to t͡ʃa t͡ʃite t͡ʃa</p>
+ <p>nina to kechineke to cha ti tachakena taki to chachiketa to cha chite cha</p>
+ <il>
+ <w>
+ <o>nina</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ket͡ʃineke</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>tat͡ʃakena</o>
+ <g>kiss</g>
+ </w>
+ <w>
+ <o>taki</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃat͡ʃiketa</o>
+ <g>neighbour</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>t͡ʃite</o>
+ <g>2</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ </il>
</example>
### nina to ket͡ʃineke to t͡ʃa ti tat͡ʃakena taki to t͡ʃat͡ʃiketa to t͡ʃa t͡ʃite t͡ʃa#-> nina to ket͡ʃineke to t͡ʃa ti tat͡ʃakena taki to t͡ʃat͡ʃiketa to t͡ʃa t͡ʃite t͡ʃa
Nina to kechineke to cha ti tachakena taki to chachiketa to cha chite cha. [nina to ket͡ʃineke to t͡ʃa ti tat͡ʃakena taki to t͡ʃat͡ʃiketa to t͡ʃa t͡ʃite t͡ʃa] nina daughter to the ket͡ʃineke hunter to the t͡ʃa GEN ti PAST tat͡ʃakena kiss taki son to the t͡ʃat͡ʃiketa neighbour to the t͡ʃa GEN t͡ʃite 2 t͡ʃa GEN “The hunter’s daughter kissed your neighbour’s son.” | (7) |
Derivation
Kenicha has no derivational processes.
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb: No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module adpositions: No change.
module constorder: No change.
module casemarking: No change.
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> </np> </example>
addaffixes: No change.
flatten:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number"> + <flat> <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number">|k|e|k|i|k|e|t͡ʃ|e|</word> </flat> </example>
vowelharmony: No change.
### |k|e|k|i|k|e|t͡ʃ|e|#-> kekiket͡ʃe
### |k|e|k|i|k|e|t͡ʃ|e|
#-> kekiket͡ʃe
### |k|e|k|i|k|e|t͡ʃ|e|
#-> kekiket͡ʃe
removetags:
<example id="lamb0" translation="a lamb">
<flat>
<word posp="noun" gloss="lamb" tr="rheme" locus="number">|k|e|k|i|k|e|t͡ʃ|e|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">kekiket͡ʃe</span><br><span class="gls">lamb</span></span></p>
+ <p>kekiket͡ʃe</p>
+ <p>kekikeche</p>
+ <il>
+ <w>
+ <o>kekiket͡ʃe</o>
+ <g>lamb</g>
+ </w>
+ </il>
</example>
### kekiket͡ʃe#-> kekiket͡ʃe
kekikeche [kekiket͡ʃe] kekiket͡ʃe lamb “a lamb” | (8) |
Note how none show up here:
initial XML:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp tam="past-punct">
<verb>want</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</subs>
</np>
</s>
</example>cleanup:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp tam="past-punct"> - <verb>want</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="want"/> </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 role="obj"> <subs> - <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="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> </subs> </np> </s> </example>
module adj2verb:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="little"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
</np>
+ </relp>
+ </np>
</subs>
</np>
</s>
</example>
module articles:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
</np>
</relp>
</np>
</subs>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb3" translation="She wanted to have 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="want"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <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="have"/> </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="lamb"/> </np> </relp> </np> </subs> </np> </s> </example>
module noepistemic: No change.
module sequential:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> + <vp tam="pres-state" ta="PRES"> + <word lexposp="adj" posp="verb" gloss="little"/> + </vp> + <np head="this" role="subj" number="sing" output="aspron"> + <word posp="noun" gloss="lamb"/> + </np> + </s> + <s connector="then"> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np number="sing" tr="rheme" role="obj" locus="number"> - <relp> - <vp tam="pres-state" ta="PRES"> - <word lexposp="adj" posp="verb" gloss="little"/> - </vp> - <np head="this" role="subj" number="sing"> + <np head="this" role="subj" number="sing" output="aspron"> <word posp="noun" gloss="lamb"/> </np> - </relp> </np> </subs> </np> </s> </example>
module sentenceconnectors:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
<np head="this" role="subj" number="sing" output="aspron">
<word posp="noun" gloss="lamb"/>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number">
<np head="this" role="subj" number="sing" output="aspron">
<word posp="noun" gloss="lamb"/>
</np>
</np>
</subs>
</np>
</s>
</example>
module subordinate:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
<np head="this" role="subj" number="sing" output="aspron">
<word posp="noun" gloss="lamb"/>
</np>
</s>
<s connector="then">
<word gloss="then" posp="conj"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number">
<np head="this" role="subj" number="sing" output="aspron">
<word posp="noun" gloss="lamb"/>
</np>
</np>
</subs>
</np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp tam="pres-state" ta="PRES"> - <word lexposp="adj" posp="verb" gloss="little"/> - </vp> <np head="this" role="subj" number="sing" output="aspron"> <word posp="noun" gloss="lamb"/> </np> + <vp tam="pres-state" ta="PRES"> + <word lexposp="adj" posp="verb" gloss="little"/> + </vp> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="want"/> - </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="want"/> + </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="have"/> </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <np head="this" role="subj" number="sing" output="aspron"> <word posp="noun" gloss="lamb"/> </np> </np> </subs> </np> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking: No change.
module markowner: No change.
module propagatenumber:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np head="this" role="subj" number="sing" output="aspron">
<word posp="noun" gloss="lamb"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</s>
<s connector="then">
<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="want"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number">
<np head="this" role="subj" number="sing" output="aspron">
<word posp="noun" gloss="lamb"/>
</np>
</np>
</subs>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
module simplifynumber:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np head="this" role="subj" number="sing" output="aspron"> + <np head="this" role="subj" output="aspron"> <word posp="noun" gloss="lamb"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </s> <s connector="then"> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" 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="want"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="have"/> </vp> - <np number="sing" tr="rheme" role="obj" locus="number"> - <np head="this" role="subj" number="sing" output="aspron"> + <np tr="rheme" role="obj" locus="number"> + <np head="this" role="subj" output="aspron"> <word posp="noun" gloss="lamb"/> </np> </np> </subs> </np> <word gloss="then" posp="conj"/> </s> </example>
createpronouns:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np head="this" role="subj" output="aspron"> - <word posp="noun" gloss="lamb"/> + <np head="this" role="subj"> + <word posp="pron" gloss="3"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </s> <s connector="then"> - <np def="def" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="subj" locus="number"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="have"/> </vp> <np tr="rheme" role="obj" locus="number"> - <np head="this" role="subj" output="aspron"> - <word posp="noun" gloss="lamb"/> + <np head="this" role="subj"> + <word posp="pron" gloss="3"/> </np> </np> </subs> </np> <word gloss="then" posp="conj"/> </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="lamb3" translation="She wanted to have a little lamb.">
<s>
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</s>
<s connector="then">
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</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" obj="3">
<word posp="verb" gloss="want"/>
</vp>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="obj" locus="number">
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
</np>
</subs>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop: No change.
addclitics:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</s>
<s connector="then">
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="want"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="have"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np tr="rheme" role="obj" locus="number">
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
</np>
</subs>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np head="this" role="subj">
<word posp="pron" gloss="3"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</s>
<s connector="then">
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="want"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="have"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np tr="rheme" role="obj" locus="number">
- <np head="this" role="subj">
+ <np head="this" role="obj" tr="rheme" locus="number">
<word posp="pron" gloss="3"/>
</np>
- </np>
</subs>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np head="this" role="subj">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" head="this" role="subj"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word lexposp="adj" posp="verb" gloss="little"/>
+ <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3"/>
</vp>
</s>
<s connector="then">
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <word posp="verb" gloss="want"/>
+ <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <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" comp="COMP" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np head="this" role="obj" tr="rheme" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" head="this" role="obj" tr="rheme" locus="number"/>
</np>
</subs>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
addaffixes: No change.
flatten:
<example id="lamb3" translation="She wanted to have a little lamb."> - <s> - <np head="this" role="subj"> + <flat> <word posp="pron" gloss="3" head="this" role="subj"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3"/> - </vp> - </s> - <s connector="then"> - <np def="def" tr="theme" role="subj" locus="number"> <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np role="obj"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np head="this" role="obj" tr="rheme" locus="number"> <word posp="pron" gloss="3" head="this" role="obj" tr="rheme" locus="number"/> - </np> - </subs> - </np> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <word posp="pron" gloss="3" head="this" role="subj"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3"/> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" head="this" role="obj" tr="rheme" locus="number"/> - <word gloss="then" posp="conj"/> + <word posp="pron" gloss="3" head="this" role="subj">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3">|k|a|n|e|</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t|o|k|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">|n|a|n|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" head="this" role="obj" tr="rheme" locus="number">|n|u|t|a|</word> + <word gloss="then" posp="conj">|n|i|</word> </flat> </example>
vowelharmony:
<example id="lamb3" translation="She wanted to have a little lamb.">
<flat>
<word posp="pron" gloss="3" head="this" role="subj">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3">|k|a|n|e|</word>
<word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
- <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t|o|k|e|</word>
+ <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t|o|k|o|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">|n|a|n|a|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" head="this" role="obj" tr="rheme" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
</example>
### |n|u|t|a|#-> nuta
### |n|u|t|a|
#-> nuta
### |k|a|n|e|
#-> kane
### |k|a|n|e|
#-> kane
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|o|k|o|
#-> toko
### |t|o|k|o|
#-> toko
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|e|
#-> te
### |t|e|
#-> te
### |n|a|n|a|
#-> nana
### |n|a|n|a|
#-> nana
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|i|
#-> ni
### |n|i|
#-> ni
### |n|u|t|a| |k|a|n|e| |n|u|t|a| |t|i| |t|o|k|o| |t|i| |t|e| |n|a|n|a| |n|u|t|a| |n|i|
#-> nuta kane nuta ti toko ti te nana nuta ni
removetags:
<example id="lamb3" translation="She wanted to have a little lamb.">
<flat>
<word posp="pron" gloss="3" head="this" role="subj">|n|u|t|a|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3">|k|a|n|e|</word>
<word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t|o|k|o|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">|n|a|n|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" head="this" role="obj" tr="rheme" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">kane</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">toko</span><br><span class="gls">want</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">te</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">nana</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">then</span></span></p>
+ <p>nuta kane nuta ti toko ti te nana nuta ni</p>
+ <p>nuta kane nuta ti toko ti te nana nuta ni</p>
+ <il>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>kane</o>
+ <g>little</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>toko</o>
+ <g>want</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>te</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>nana</o>
+ <g>have</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ni</o>
+ <g>then</g>
+ </w>
+ </il>
</example>
### nuta kane nuta ti toko ti te nana nuta ni#-> nuta kane nuta ti toko ti te nana nuta ni
Nuta kane nuta ti toko ti te nana nuta ni. [nuta kane nuta ti toko ti te nana nuta ni] nuta 3 kane little nuta 3 ti PAST toko want ti PAST te COMP nana have nuta 3 ni then “She wanted to have a little lamb.” | (9) |
Compounding
Verbs
Inflectional Categories
The verbal phrase clitics in Kenicha fall into two categories, proclitics and enclitics: first, a clitic expressing comp, comprising te /te/ ‘COMP’; second, a clitic expressing voice, comprising na /na/ ‘passive’; third, a clitic expressing mode, comprising te /te/ ‘imperative’, chi /t͡ʃi/ ‘conditional’ and cha /t͡ʃa/ ‘optative’; fourth, a clitic expressing ta, comprising ti /ti/ ‘PAST’; and finally, fifth, a clitic expressing negation, comprising na /na/ ‘NEG’.
The verb itself does not have any prefixes or suffixes attached to it.
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: 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"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <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"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number"> + <word person="2" posp="pron"/> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</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">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </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"> + <np def="neither" role="obj" locus="number" person="2"> <word person="2" posp="pron" gloss="2"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="love" translation="I love you."> - <s> - <np def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <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="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="neither" role="obj" locus="number" person="2"> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <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="vpnegation" function="enclitic" gloss="POS"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|k|o|t͡ʃ|i|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">|t͡ʃ|i|t|e|</word> </flat> </example>
vowelharmony:
<example id="love" translation="I love you.">
<flat>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</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">|k|o|t͡ʃ|i|</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">|k|o|t͡ʃ|u|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">|t͡ʃ|i|t|e|</word>
</flat>
</example>
### |n|a|t͡ʃ|a|#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |k|o|t͡ʃ|u|
#-> kot͡ʃu
### |k|o|t͡ʃ|u|
#-> kot͡ʃu
### |t͡ʃ|i|t|e|
#-> t͡ʃite
### |t͡ʃ|i|t|e|
#-> t͡ʃite
### |n|a|t͡ʃ|a| |k|o|t͡ʃ|u| |t͡ʃ|i|t|e|
#-> nat͡ʃa kot͡ʃu t͡ʃite
removetags:
<example id="love" translation="I love you.">
<flat>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|k|o|t͡ʃ|u|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">|t͡ʃ|i|t|e|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">kot͡ʃu</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">t͡ʃite</span><br><span class="gls">2</span></span></p>
+ <p>nat͡ʃa kot͡ʃu t͡ʃite</p>
+ <p>nacha kochu chite</p>
+ <il>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>kot͡ʃu</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>t͡ʃite</o>
+ <g>2</g>
+ </w>
+ </il>
</example>
### nat͡ʃa kot͡ʃu t͡ʃite#-> nat͡ʃa kot͡ʃu t͡ʃite
Nacha kochu chite. [nat͡ʃa kot͡ʃu t͡ʃite] nat͡ʃa 1excl kot͡ʃu love t͡ʃite 2 “I love you.” | (10) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> + <word gloss="in" posp="pp"/> + <np type="owner_owned"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="surface"/> + </np> + </np> </pp> </example>
module constorder: No change.
module casemarking: No change.
module markowner: No change.
module propagatenumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
module simplifynumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" number="sing">
- <np def="def" number="sing" locus="number">
+ <np type="owner_owned">
+ <np def="def" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
createpronouns: No change.
module ngen:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
+ <np def="def">
+ <word posp="noun" gloss="surface"/>
+ </np>
<np def="def" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def">
- <word posp="noun" gloss="surface"/>
</np>
- </np>
</pp>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
<np def="def">
<word posp="noun" gloss="surface"/>
</np>
<np def="def" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> <np def="def"> - <word posp="noun" gloss="surface"/> + <word posp="noun" gloss="surface" def="def"/> </np> <np def="def" locus="number"> - <word posp="noun" gloss="table"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="table" def="def" locus="number"/> + <word gloss="the" posp="det" def="def" locus="number"/> </np> </pp> </example>
addaffixes: No change.
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> + <flat> <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> - <np def="def"> <word posp="noun" gloss="surface" def="def"/> - </np> - <np def="def" locus="number"> <word posp="noun" gloss="table" def="def" locus="number"/> <word gloss="the" posp="det" def="def" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> - <word posp="noun" gloss="surface" def="def"/> - <word posp="noun" gloss="table" def="def" locus="number"/> - <word gloss="the" posp="det" def="def" locus="number"/> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes">|t|u|</word> + <word posp="noun" gloss="surface" def="def">|n|u|t͡ʃ|a|</word> + <word posp="noun" gloss="table" def="def" locus="number">|n|u|n|a|k|e|</word> + <word gloss="the" posp="det" def="def" locus="number">|t|o|</word> </flat> </example>
vowelharmony:
<example id="adpos1" translation="on the table">
<flat>
<word gloss="in" posp="pp" p="in" location="surface" precise="yes">|t|u|</word>
<word posp="noun" gloss="surface" def="def">|n|u|t͡ʃ|a|</word>
- <word posp="noun" gloss="table" def="def" locus="number">|n|u|n|a|k|e|</word>
+ <word posp="noun" gloss="table" def="def" locus="number">|n|u|n|a|k|o|</word>
<word gloss="the" posp="det" def="def" locus="number">|t|o|</word>
</flat>
</example>
### |t|u|#-> tu
### |t|u|
#-> tu
### |n|u|t͡ʃ|a|
#-> nut͡ʃa
### |n|u|t͡ʃ|a|
#-> nut͡ʃa
### |n|u|n|a|k|o|
#-> nunako
### |n|u|n|a|k|o|
#-> nunako
### |t|o|
#-> to
### |t|o|
#-> to
### |t|u| |n|u|t͡ʃ|a| |n|u|n|a|k|o| |t|o|
#-> tu nut͡ʃa nunako to
removetags:
<example id="adpos1" translation="on the table">
<flat>
<word gloss="in" posp="pp" p="in" location="surface" precise="yes">|t|u|</word>
<word posp="noun" gloss="surface" def="def">|n|u|t͡ʃ|a|</word>
<word posp="noun" gloss="table" def="def" locus="number">|n|u|n|a|k|o|</word>
<word gloss="the" posp="det" def="def" locus="number">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tu</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">nut͡ʃa</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">nunako</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>tu nut͡ʃa nunako to</p>
+ <p>tu nucha nunako to</p>
+ <il>
+ <w>
+ <o>tu</o>
+ <g>in</g>
+ </w>
+ <w>
+ <o>nut͡ʃa</o>
+ <g>surface</g>
+ </w>
+ <w>
+ <o>nunako</o>
+ <g>table</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### tu nut͡ʃa nunako to#-> tu nut͡ʃa nunako to
tu nucha nunako to [tu nut͡ʃa nunako to] tu in nut͡ʃa surface nunako table to the “on the table” | (11) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> + <word gloss="to" posp="pp"/> + <np type="owner_owned"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="inside"/> + </np> + </np> </pp> </example>
module constorder: No change.
module casemarking: No change.
module markowner: No change.
module propagatenumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
module simplifynumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
- <np type="owner_owned" number="sing">
- <np def="def" number="sing" locus="number">
+ <np type="owner_owned">
+ <np def="def" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
createpronouns: No change.
module ngen:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
<np type="owner_owned">
+ <np def="def">
+ <word posp="noun" gloss="inside"/>
+ </np>
<np def="def" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def">
- <word posp="noun" gloss="inside"/>
</np>
- </np>
</pp>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
- <np type="owner_owned">
<np def="def">
<word posp="noun" gloss="inside"/>
</np>
<np def="def" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to" posp="pp"/> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> <np def="def"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def"/> </np> <np def="def" locus="number"> - <word posp="noun" gloss="box"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="box" def="def" locus="number"/> + <word gloss="the" posp="det" def="def" locus="number"/> </np> </pp> </example>
addaffixes: No change.
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> + <flat> <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> - <np def="def"> <word posp="noun" gloss="inside" def="def"/> - </np> - <np def="def" locus="number"> <word posp="noun" gloss="box" def="def" locus="number"/> <word gloss="the" posp="det" def="def" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> - <word posp="noun" gloss="inside" def="def"/> - <word posp="noun" gloss="box" def="def" locus="number"/> - <word gloss="the" posp="det" def="def" locus="number"/> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes">|t|e|t͡ʃ|e|</word> + <word posp="noun" gloss="inside" def="def">|n|a|n|i|</word> + <word posp="noun" gloss="box" def="def" locus="number">|k|a|t͡ʃ|a|t|e|k|a|</word> + <word gloss="the" posp="det" def="def" locus="number">|t|o|</word> </flat> </example>
vowelharmony: No change.
### |t|e|t͡ʃ|e|#-> tet͡ʃe
### |t|e|t͡ʃ|e|
#-> tet͡ʃe
### |n|a|n|i|
#-> nani
### |n|a|n|i|
#-> nani
### |k|a|t͡ʃ|a|t|e|k|a|
#-> kat͡ʃateka
### |k|a|t͡ʃ|a|t|e|k|a|
#-> kat͡ʃateka
### |t|o|
#-> to
### |t|o|
#-> to
### |t|e|t͡ʃ|e| |n|a|n|i| |k|a|t͡ʃ|a|t|e|k|a| |t|o|
#-> tet͡ʃe nani kat͡ʃateka to
removetags:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to" posp="pp" p="to" location="inside" precise="yes">|t|e|t͡ʃ|e|</word>
<word posp="noun" gloss="inside" def="def">|n|a|n|i|</word>
<word posp="noun" gloss="box" def="def" locus="number">|k|a|t͡ʃ|a|t|e|k|a|</word>
<word gloss="the" posp="det" def="def" locus="number">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tet͡ʃe</span><br><span class="gls">to</span></span> <span class="ilpair"><span class="mor">nani</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">kat͡ʃateka</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>tet͡ʃe nani kat͡ʃateka to</p>
+ <p>teche nani kachateka to</p>
+ <il>
+ <w>
+ <o>tet͡ʃe</o>
+ <g>to</g>
+ </w>
+ <w>
+ <o>nani</o>
+ <g>inside</g>
+ </w>
+ <w>
+ <o>kat͡ʃateka</o>
+ <g>box</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### tet͡ʃe nani kat͡ʃateka to#-> tet͡ʃe nani kat͡ʃateka to
teche nani kachateka to [tet͡ʃe nani kat͡ʃateka to] tet͡ʃe to nani inside kat͡ʃateka box to the “into the box” | (12) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly: No change.
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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 markowner: 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 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">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np def="neither" locus="number">
+ <np def="neither" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</pp>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp"/> + <word gloss="COMIT" posp="pp" role="comitative"/> <np def="neither" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> </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" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> - </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" def="neither" locus="number"/> + <word gloss="COMIT" posp="pp" role="comitative">|n|e|n|u|n|a|</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number">|n|a|t͡ʃ|a|</word> </flat> </example>
vowelharmony:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative">|n|e|n|u|n|a|</word> + <word gloss="COMIT" posp="pp" role="comitative">|n|o|n|u|n|a|</word> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number">|n|a|t͡ʃ|a|</word> </flat> </example>### |n|o|n|u|n|a|
#-> nonuna
### |n|o|n|u|n|a|
#-> nonuna
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |n|o|n|u|n|a| |n|a|t͡ʃ|a|
#-> nonuna nat͡ʃa
removetags:
<example id="adpos3" translation="with me">
<flat>
<word gloss="COMIT" posp="pp" role="comitative">|n|o|n|u|n|a|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number">|n|a|t͡ʃ|a|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nonuna</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span></p>
+ <p>nonuna nat͡ʃa</p>
+ <p>nonuna nacha</p>
+ <il>
+ <w>
+ <o>nonuna</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ </il>
</example>
### nonuna nat͡ʃa#-> nonuna nat͡ʃa
nonuna nacha [nonuna nat͡ʃa] nonuna COMIT nat͡ʃa 1excl “with me” | (13) |
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.
Kenicha 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 Kenicha.
initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
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"> + <np 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"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np 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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np 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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</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">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np def="def" role="subj" locus="number"> + <flat> <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number">|t͡ʃ|a|n|i|n|i|k|a|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|o|t|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number">|k|e|t͡ʃ|i|n|e|k|e|</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">|t|o|</word> </flat> </example>
vowelharmony: No change.
### |t͡ʃ|a|n|i|n|i|k|a|#-> t͡ʃaninika
### |t͡ʃ|a|n|i|n|i|k|a|
#-> t͡ʃaninika
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|o|t|a|
#-> t͡ʃota
### |t͡ʃ|o|t|a|
#-> t͡ʃota
### |k|e|t͡ʃ|i|n|e|k|e|
#-> ket͡ʃineke
### |k|e|t͡ʃ|i|n|e|k|e|
#-> ket͡ʃineke
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|n|i|n|i|k|a| |t|o| |t|i| |t͡ʃ|o|t|a| |k|e|t͡ʃ|i|n|e|k|e| |t|o|
#-> t͡ʃaninika to ti t͡ʃota ket͡ʃineke to
removetags:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<word posp="noun" gloss="jaguar" def="def" role="subj" locus="number">|t͡ʃ|a|n|i|n|i|k|a|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|o|t|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number">|k|e|t͡ʃ|i|n|e|k|e|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">t͡ʃaninika</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃota</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ket͡ʃineke</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>t͡ʃaninika to ti t͡ʃota ket͡ʃineke to</p>
+ <p>chaninika to ti chota kechineke to</p>
+ <il>
+ <w>
+ <o>t͡ʃaninika</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃota</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>ket͡ʃineke</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### t͡ʃaninika to ti t͡ʃota ket͡ʃineke to#-> t͡ʃaninika to ti t͡ʃota ket͡ʃineke to
Chaninika to ti chota kechineke to. [t͡ʃaninika to ti t͡ʃota ket͡ʃineke to] t͡ʃaninika jaguar to the ti PAST t͡ʃota kill ket͡ʃineke hunter to the “The jaguar killed the hunter.” | (14) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<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">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<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 role="obj" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
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"> + <np 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" number="sing"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np role="obj"> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
createpronouns: No change.
module ngen:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np 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 def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
+ <np def="def" locus="number" role="owned">
+ <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- <np def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
+ <np def="def" locus="number" role="owner" case="GEN">
+ <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: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np 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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</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">
<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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</np>
</np>
</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">
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj">
- <np type="owner_owned">
+ <np type="owner_owned" role="obj">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</np>
</np>
- </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">
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np type="owner_owned" role="obj">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
- <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
- </np>
- </np>
</s>
</example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/>
<thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np def="def" role="subj" locus="number"> + <flat> <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" locus="number" role="owned"> <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number">|n|i|t|i|t͡ʃ|i|t͡ʃ|e|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|u|t͡ʃ|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned">|t|i|n|a|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN">|n|i|n|a|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN">|k|e|t͡ʃ|i|n|e|k|e|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">|t|o|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>
vowelharmony: No change.
### |n|i|t|i|t͡ʃ|i|t͡ʃ|e|#-> nitit͡ʃit͡ʃe
### |n|i|t|i|t͡ʃ|i|t͡ʃ|e|
#-> nitit͡ʃit͡ʃe
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|u|t͡ʃ|a|
#-> t͡ʃut͡ʃa
### |t͡ʃ|u|t͡ʃ|a|
#-> t͡ʃut͡ʃa
### |t|i|n|a|
#-> tina
### |t|i|n|a|
#-> tina
### |t|o|
#-> to
### |t|o|
#-> to
### |n|i|n|a|
#-> nina
### |n|i|n|a|
#-> nina
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |k|e|t͡ʃ|i|n|e|k|e|
#-> ket͡ʃineke
### |k|e|t͡ʃ|i|n|e|k|e|
#-> ket͡ʃineke
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |n|i|t|i|t͡ʃ|i|t͡ʃ|e| |t|o| |t|i| |t͡ʃ|u|t͡ʃ|a| |t|i|n|a| |t|o| |n|i|n|a| |t|o| |t͡ʃ|a| |k|e|t͡ʃ|i|n|e|k|e| |t|o| |t͡ʃ|a|
#-> nitit͡ʃit͡ʃe to ti t͡ʃut͡ʃa tina to nina to t͡ʃa ket͡ʃineke to t͡ʃa
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<word posp="noun" gloss="lion" def="def" role="subj" locus="number">|n|i|t|i|t͡ʃ|i|t͡ʃ|e|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|u|t͡ʃ|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="dog" def="def" locus="number" role="owned">|t|i|n|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN">|n|i|n|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN">|k|e|t͡ʃ|i|n|e|k|e|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">nitit͡ʃit͡ʃe</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃut͡ʃa</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">tina</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nina</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ket͡ʃineke</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span></p>
+ <p>nitit͡ʃit͡ʃe to ti t͡ʃut͡ʃa tina to nina to t͡ʃa ket͡ʃineke to t͡ʃa</p>
+ <p>nitichiche to ti chucha tina to nina to cha kechineke to cha</p>
+ <il>
+ <w>
+ <o>nitit͡ʃit͡ʃe</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃut͡ʃa</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>tina</o>
+ <g>dog</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nina</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>ket͡ʃineke</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ </il>
</example>
### nitit͡ʃit͡ʃe to ti t͡ʃut͡ʃa tina to nina to t͡ʃa ket͡ʃineke to t͡ʃa#-> nitit͡ʃit͡ʃe to ti t͡ʃut͡ʃa tina to nina to t͡ʃa ket͡ʃineke to t͡ʃa
Nitichiche to ti chucha tina to nina to cha kechineke to cha. [nitit͡ʃit͡ʃe to ti t͡ʃut͡ʃa tina to nina to t͡ʃa ket͡ʃineke to t͡ʃa] nitit͡ʃit͡ʃe lion to the ti PAST t͡ʃut͡ʃa eat tina dog to the nina daughter to the t͡ʃa GEN ket͡ʃineke hunter to the t͡ʃa GEN “The lion ate the hunter’s daughter’s dog.” | (15) |
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 Kenicha 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, Kenicha 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 adj2verb: No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: No change.
module adpositions: No change.
module constorder: No change.
module casemarking: No change.
module markowner:
<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">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="2" number="sing" posp="pron"/> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module ngen:
<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 def="neither" locus="number" role="owner" case="GEN"> - <word person="2" posp="pron"/> + <np def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> + <word gloss="the" posp="det"/> </np> + <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="son"/> + <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> + <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> + <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> </np> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</example>
prodrop: No change.
addclitics:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
+ <thingy type="npcase" function="enclitic" gloss="GEN"/>
</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"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> </np> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="son"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> - <word person="2" posp="pron" gloss="2"/> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> </np> </example>
addaffixes: No change.
flatten:
<example id="poss3" translation="your son's friend's book"> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> <thingy type="npcase" function="enclitic" gloss="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> - <thingy type="npcase" function="enclitic" gloss="GEN"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned">|k|a|t͡ʃ|i|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN">|k|o|n|i|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN">|t|a|k|i|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">|t͡ʃ|i|t|e|</word> + <thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy> </flat> </example>
vowelharmony:
<example id="poss3" translation="your son's friend's book">
<flat>
<word posp="noun" gloss="book" def="def" locus="number" role="owned">|k|a|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word>
- <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN">|k|o|n|i|</word>
+ <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN">|k|o|n|u|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN">|t|a|k|i|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
<word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">|t͡ʃ|i|t|e|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
</flat>
</example>
### |k|a|t͡ʃ|i|#-> kat͡ʃi
### |k|a|t͡ʃ|i|
#-> kat͡ʃi
### |t|o|
#-> to
### |t|o|
#-> to
### |k|o|n|u|
#-> konu
### |k|o|n|u|
#-> konu
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |t|a|k|i|
#-> taki
### |t|a|k|i|
#-> taki
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|i|t|e|
#-> t͡ʃite
### |t͡ʃ|i|t|e|
#-> t͡ʃite
### |t͡ʃ|a|
#-> t͡ʃa
### |t͡ʃ|a|
#-> t͡ʃa
### |k|a|t͡ʃ|i| |t|o| |k|o|n|u| |t|o| |t͡ʃ|a| |t|a|k|i| |t|o| |t͡ʃ|a| |t͡ʃ|i|t|e| |t͡ʃ|a|
#-> kat͡ʃi to konu to t͡ʃa taki to t͡ʃa t͡ʃite t͡ʃa
removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<word posp="noun" gloss="book" def="def" locus="number" role="owned">|k|a|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned">|t|o|</word>
<word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN">|k|o|n|u|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN">|t|a|k|i|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">|t|o|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
<word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">|t͡ʃ|i|t|e|</word>
<thingy type="npcase" function="enclitic" gloss="GEN">|t͡ʃ|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">kat͡ʃi</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">konu</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">taki</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">t͡ʃite</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">t͡ʃa</span><br><span class="gls"><span class="glssc">GEN</span></span></span></p>
+ <p>kat͡ʃi to konu to t͡ʃa taki to t͡ʃa t͡ʃite t͡ʃa</p>
+ <p>kachi to konu to cha taki to cha chite cha</p>
+ <il>
+ <w>
+ <o>kat͡ʃi</o>
+ <g>book</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>konu</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>taki</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>t͡ʃite</o>
+ <g>2</g>
+ </w>
+ <w>
+ <o>t͡ʃa</o>
+ <g>GEN</g>
+ </w>
+ </il>
</example>
### kat͡ʃi to konu to t͡ʃa taki to t͡ʃa t͡ʃite t͡ʃa#-> kat͡ʃi to konu to t͡ʃa taki to t͡ʃa t͡ʃite t͡ʃa
kachi to konu to cha taki to cha chite cha [kat͡ʃi to konu to t͡ʃa taki to t͡ʃa t͡ʃite t͡ʃa] kat͡ʃi book to the konu friend to the t͡ʃa GEN taki son to the t͡ʃa GEN t͡ʃite 2 t͡ʃa GEN “your son’s friend’s book” | (16) |
Case Marking
Kenicha does not use case marking to distinguish the core participants of the clause. There is therefore no regular nominative, accusative, ergative, active or stative marking on subjects and objects. Instead, the roles of the participants are identified by other means, cf. the examples below.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
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"> + <np 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>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np 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">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<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">
<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" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
addaffixes: No change.
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">|n|e|t|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|k|a|#-> noka
### |n|o|k|a|
#-> noka
### |t|o|
#-> to
### |t|o|
#-> to
### |n|e|t|a|
#-> neta
### |n|e|t|a|
#-> neta
### |n|o|k|a| |t|o| |n|e|t|a|
#-> noka to neta
removetags:
<example id="intr_stat" translation="The cat is sleeping.">
<flat>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">|n|e|t|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">noka</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">neta</span><br><span class="gls">sleep</span></span></p>
+ <p>noka to neta</p>
+ <p>noka to neta</p>
+ <il>
+ <w>
+ <o>noka</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>neta</o>
+ <g>sleep</g>
+ </w>
+ </il>
</example>
### noka to neta#-> noka to neta
Noka to neta. [noka to neta] noka cat to the neta sleep “The cat is sleeping.” | (17) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
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"> + <np 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>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np 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">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<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">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="run"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
</s>
</example>
addaffixes: No change.
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">|t͡ʃ|u|t|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|k|a|#-> noka
### |n|o|k|a|
#-> noka
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|u|t|a|
#-> t͡ʃuta
### |t͡ʃ|u|t|a|
#-> t͡ʃuta
### |n|o|k|a| |t|o| |t͡ʃ|u|t|a|
#-> noka to t͡ʃuta
removetags:
<example id="intr_act" translation="The cat is running.">
<flat>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">|t͡ʃ|u|t|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">noka</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃuta</span><br><span class="gls">run</span></span></p>
+ <p>noka to t͡ʃuta</p>
+ <p>noka to chuta</p>
+ <il>
+ <w>
+ <o>noka</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃuta</o>
+ <g>run</g>
+ </w>
+ </il>
</example>
### noka to t͡ʃuta#-> noka to t͡ʃuta
Noka to chuta. [noka to t͡ʃuta] noka cat to the t͡ʃuta run “The cat is running.” | (18) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
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"> + <np 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"> + <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np 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">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np 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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word posp="verb" gloss="chase"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</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">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">|t͡ʃ|e|n|u|k|a|k|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">|t͡ʃ|i|t|i|n|i|t͡ʃ|i|</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">|t|o|</word> </flat> </example>
vowelharmony:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<flat>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">|t͡ʃ|e|n|u|k|a|k|e|</word>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">|t͡ʃ|o|n|u|k|a|k|o|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">|t͡ʃ|i|t|i|n|i|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">|t|o|</word>
</flat>
</example>
### |n|o|k|a|#-> noka
### |n|o|k|a|
#-> noka
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|o|n|u|k|a|k|o|
#-> t͡ʃonukako
### |t͡ʃ|o|n|u|k|a|k|o|
#-> t͡ʃonukako
### |t͡ʃ|i|t|i|n|i|t͡ʃ|i|
#-> t͡ʃitinit͡ʃi
### |t͡ʃ|i|t|i|n|i|t͡ʃ|i|
#-> t͡ʃitinit͡ʃi
### |t|o|
#-> to
### |t|o|
#-> to
### |n|o|k|a| |t|o| |t͡ʃ|o|n|u|k|a|k|o| |t͡ʃ|i|t|i|n|i|t͡ʃ|i| |t|o|
#-> noka to t͡ʃonukako t͡ʃitinit͡ʃi to
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<flat>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">|t͡ʃ|o|n|u|k|a|k|o|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">|t͡ʃ|i|t|i|n|i|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">noka</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃonukako</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">t͡ʃitinit͡ʃi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>noka to t͡ʃonukako t͡ʃitinit͡ʃi to</p>
+ <p>noka to chonukako chitinichi to</p>
+ <il>
+ <w>
+ <o>noka</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃonukako</o>
+ <g>chase</g>
+ </w>
+ <w>
+ <o>t͡ʃitinit͡ʃi</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### noka to t͡ʃonukako t͡ʃitinit͡ʃi to#-> noka to t͡ʃonukako t͡ʃitinit͡ʃi to
Noka to chonukako chitinichi to. [noka to t͡ʃonukako t͡ʃitinit͡ʃi to] noka cat to the t͡ʃonukako chase t͡ʃitinit͡ʃi mouse to the “The cat is chasing the mouse.” | (19) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
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"> + <np 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"> + <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np 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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np 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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</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">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">|t͡ʃ|i|t|i|n|i|t͡ʃ|i|</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">|t|o|</word> </flat> </example>
vowelharmony: No change.
### |n|o|k|a|#-> noka
### |n|o|k|a|
#-> noka
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |t͡ʃ|i|t|i|n|i|t͡ʃ|i|
#-> t͡ʃitinit͡ʃi
### |t͡ʃ|i|t|i|n|i|t͡ʃ|i|
#-> t͡ʃitinit͡ʃi
### |t|o|
#-> to
### |t|o|
#-> to
### |n|o|k|a| |t|o| |t|i| |t͡ʃ|e|t͡ʃ|e| |t͡ʃ|i|t|i|n|i|t͡ʃ|i| |t|o|
#-> noka to ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to
removetags:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">|n|o|k|a|</word>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">|t͡ʃ|i|t|i|n|i|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">noka</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃet͡ʃe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">t͡ʃitinit͡ʃi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>noka to ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to</p>
+ <p>noka to ti cheche chitinichi to</p>
+ <il>
+ <w>
+ <o>noka</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃet͡ʃe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>t͡ʃitinit͡ʃi</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### noka to ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to#-> noka to ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to
Noka to ti cheche chitinichi to. [noka to ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to] noka cat to the ti PAST t͡ʃet͡ʃe catch t͡ʃitinit͡ʃi mouse to the “The cat caught the mouse.” | (20) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<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" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
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"> + <np def="def" 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" number="plur"> + <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" 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" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" 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" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
</s>
</example>
fixpronouns: No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" 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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" 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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</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">
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="kill"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </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">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
</np>
</s>
</example>
addaffixes: No change.
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"> + <flat> <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number">|k|e|t͡ʃ|i|n|e|k|e|</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|o|t|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme">|t͡ʃ|a|n|i|n|i|k|a|</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word> + <word posp="conj" gloss="and">|t|i|</word> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme">|t|a|t͡ʃ|u|t͡ʃ|e|n|a|</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word> + <word posp="conj" gloss="and">|t|i|</word> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme">|n|i|t|i|t͡ʃ|i|t͡ʃ|e|</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word> </flat> </example>
vowelharmony:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number">|k|e|t͡ʃ|i|n|e|k|e|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|o|t|a|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme">|t͡ʃ|a|n|i|n|i|k|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word>
<word posp="conj" gloss="and">|t|i|</word>
- <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme">|t|a|t͡ʃ|u|t͡ʃ|e|n|a|</word>
+ <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme">|t|a|t͡ʃ|u|t͡ʃ|o|n|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word>
<word posp="conj" gloss="and">|t|i|</word>
<word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme">|n|i|t|i|t͡ʃ|i|t͡ʃ|e|</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word>
</flat>
</example>
### |k|e|t͡ʃ|i|n|e|k|e|#-> ket͡ʃineke
### |k|e|t͡ʃ|i|n|e|k|e|
#-> ket͡ʃineke
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|o|t|a|
#-> t͡ʃota
### |t͡ʃ|o|t|a|
#-> t͡ʃota
### |t͡ʃ|a|n|i|n|i|k|a|
#-> t͡ʃaninika
### |t͡ʃ|a|n|i|n|i|k|a|
#-> t͡ʃaninika
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|a|t͡ʃ|u|t͡ʃ|o|n|a|
#-> tat͡ʃut͡ʃona
### |t|a|t͡ʃ|u|t͡ʃ|o|n|a|
#-> tat͡ʃut͡ʃona
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |n|i|t|i|t͡ʃ|i|t͡ʃ|e|
#-> nitit͡ʃit͡ʃe
### |n|i|t|i|t͡ʃ|i|t͡ʃ|e|
#-> nitit͡ʃit͡ʃe
### |t|o|
#-> to
### |t|o|
#-> to
### |k|e|t͡ʃ|i|n|e|k|e| |t|o| |t|i| |t͡ʃ|o|t|a| |t͡ʃ|a|n|i|n|i|k|a| |t|o| |t|i| |t|a|t͡ʃ|u|t͡ʃ|o|n|a| |t|o| |t|i| |n|i|t|i|t͡ʃ|i|t͡ʃ|e| |t|o|
#-> ket͡ʃineke to ti t͡ʃota t͡ʃaninika to ti tat͡ʃut͡ʃona to ti nitit͡ʃit͡ʃe to
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number">|k|e|t͡ʃ|i|n|e|k|e|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|o|t|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme">|t͡ʃ|a|n|i|n|i|k|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word>
<word posp="conj" gloss="and">|t|i|</word>
<word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme">|t|a|t͡ʃ|u|t͡ʃ|o|n|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word>
<word posp="conj" gloss="and">|t|i|</word>
<word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme">|n|i|t|i|t͡ʃ|i|t͡ʃ|e|</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">ket͡ʃineke</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃota</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">t͡ʃaninika</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">tat͡ʃut͡ʃona</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">nitit͡ʃit͡ʃe</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>ket͡ʃineke to ti t͡ʃota t͡ʃaninika to ti tat͡ʃut͡ʃona to ti nitit͡ʃit͡ʃe to</p>
+ <p>kechineke to ti chota chaninika to ti tachuchona to ti nitichiche to</p>
+ <il>
+ <w>
+ <o>ket͡ʃineke</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃota</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>t͡ʃaninika</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>tat͡ʃut͡ʃona</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>nitit͡ʃit͡ʃe</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ket͡ʃineke to ti t͡ʃota t͡ʃaninika to ti tat͡ʃut͡ʃona to ti nitit͡ʃit͡ʃe to#-> ket͡ʃineke to ti t͡ʃota t͡ʃaninika to ti tat͡ʃut͡ʃona to ti nitit͡ʃit͡ʃe to
Kechineke to ti chota chaninika to ti tachuchona to ti nitichiche to. [ket͡ʃineke to ti t͡ʃota t͡ʃaninika to ti tat͡ʃut͡ʃona to ti nitit͡ʃit͡ʃe to] ket͡ʃineke hunter to the ti PAST t͡ʃota kill t͡ʃaninika jaguar to the ti and tat͡ʃut͡ʃona tiger to the ti and nitit͡ʃit͡ʃe lion to the “The hunter killed the jaguars, the tigers and the lions.” | (21) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Kenicha 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
Kenicha uses the correlative strategy to form relative clauses. The relative clause is introduced by a dedicated relativiser and appears as an independent clause. The main clause contains a demonstrative that corresponds to the relativiser and identifies the element being modified. The relative clause precedes the main clause when used on its own, and follows the head noun when it functions as a modifier. The internal structure of both clauses is fully finite.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate: 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: No change.
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <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"> + <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</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">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </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"> <word posp="verb" gloss="pat"/> </vp> <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <np def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|i|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number">|n|o|k|a|</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">|t|o|</word> </flat> </example>
vowelharmony:
<example id="relp1" translation="I patted the cat.">
<flat>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|i|t͡ʃ|e|</word>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|t|a|t͡ʃ|u|n|u|t͡ʃ|o|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number">|n|o|k|a|</word>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">|t|o|</word>
</flat>
</example>
### |n|a|t͡ʃ|a|#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|a|t͡ʃ|u|n|u|t͡ʃ|o|
#-> tat͡ʃunut͡ʃo
### |t|a|t͡ʃ|u|n|u|t͡ʃ|o|
#-> tat͡ʃunut͡ʃo
### |n|o|k|a|
#-> noka
### |n|o|k|a|
#-> noka
### |t|o|
#-> to
### |t|o|
#-> to
### |n|a|t͡ʃ|a| |t|i| |t|a|t͡ʃ|u|n|u|t͡ʃ|o| |n|o|k|a| |t|o|
#-> nat͡ʃa ti tat͡ʃunut͡ʃo noka to
removetags:
<example id="relp1" translation="I patted the cat.">
<flat>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|u|t͡ʃ|o|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number">|n|o|k|a|</word>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tat͡ʃunut͡ʃo</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">noka</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>nat͡ʃa ti tat͡ʃunut͡ʃo noka to</p>
+ <p>nacha ti tachunucho noka to</p>
+ <il>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>tat͡ʃunut͡ʃo</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>noka</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### nat͡ʃa ti tat͡ʃunut͡ʃo noka to#-> nat͡ʃa ti tat͡ʃunut͡ʃo noka to
Nacha ti tachunucho noka to. [nat͡ʃa ti tat͡ʃunut͡ʃo noka to] nat͡ʃa 1excl ti PAST tat͡ʃunut͡ʃo pat noka cat to the “I patted the cat.” | (22) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module sequential:
<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>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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>
+ </s>
+ <s connector="then">
+ <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">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
<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="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate: 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="catch"/> - </vp> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <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" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <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"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking: No change.
module markowner: No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<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">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
module simplifynumber:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <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" number="sing" role="obj" locus="number"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <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" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np role="obj"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
createpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="def" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" role="subj" head="this" locus="number"> + <word posp="pron" gloss="3"/> </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" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> <np def="neither" role="subj" locus="number"> <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"> - <np def="def" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" role="subj" head="this" locus="number"> + <word posp="pron" gloss="3"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</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" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</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 def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</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" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
- <np def="neither" role="subj" locus="number">
+ <np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</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">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop: No change.
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj">
- <np def="def" role="subj" head="this" locus="number">
+ <np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="def" role="subj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
addaffixes: No change.
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <np def="def" role="subj" head="this" locus="number"> + <flat> <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </s> - <s connector="then"> - <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number">|t͡ʃ|i|t|i|n|i|t͡ʃ|i|</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">|t|o|</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|i|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word> + <word gloss="then" posp="conj">|n|i|</word> </flat> </example>
vowelharmony:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number">|t͡ʃ|i|t|i|n|i|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number">|t|o|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|i|t͡ʃ|e|</word>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|t|a|t͡ʃ|u|n|u|t͡ʃ|o|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
</example>
### |n|u|t|a|#-> nuta
### |n|u|t|a|
#-> nuta
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |t͡ʃ|i|t|i|n|i|t͡ʃ|i|
#-> t͡ʃitinit͡ʃi
### |t͡ʃ|i|t|i|n|i|t͡ʃ|i|
#-> t͡ʃitinit͡ʃi
### |t|o|
#-> to
### |t|o|
#-> to
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|a|t͡ʃ|u|n|u|t͡ʃ|o|
#-> tat͡ʃunut͡ʃo
### |t|a|t͡ʃ|u|n|u|t͡ʃ|o|
#-> tat͡ʃunut͡ʃo
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|i|
#-> ni
### |n|i|
#-> ni
### |n|u|t|a| |t|i| |t͡ʃ|e|t͡ʃ|e| |t͡ʃ|i|t|i|n|i|t͡ʃ|i| |t|o| |n|a|t͡ʃ|a| |t|i| |t|a|t͡ʃ|u|n|u|t͡ʃ|o| |n|u|t|a| |n|i|
#-> nuta ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number">|t͡ʃ|i|t|i|n|i|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number">|t|o|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|u|t͡ʃ|o|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃet͡ʃe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">t͡ʃitinit͡ʃi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tat͡ʃunut͡ʃo</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">then</span></span></p>
+ <p>nuta ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni</p>
+ <p>nuta ti cheche chitinichi to nacha ti tachunucho nuta ni</p>
+ <il>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃet͡ʃe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>t͡ʃitinit͡ʃi</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>tat͡ʃunut͡ʃo</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ni</o>
+ <g>then</g>
+ </w>
+ </il>
</example>
### nuta ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni#-> nuta ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni
Nuta ti cheche chitinichi to nacha ti tachunucho nuta ni. [nuta ti t͡ʃet͡ʃe t͡ʃitinit͡ʃi to nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni] nuta 3 ti PAST t͡ʃet͡ʃe catch t͡ʃitinit͡ʃi mouse to the nat͡ʃa 1excl ti PAST tat͡ʃunut͡ʃo pat nuta 3 ni then “I patted the cat that caught the mouse.” | (23) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module sequential:
<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"/>
+ <word posp="verb" gloss="eat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <np def="def" number="sing" role="obj" locus="number">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </s>
+ <s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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" ta="PAST">
- <word posp="verb" gloss="eat"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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>
+ </s>
+ <s connector="then">
+ <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>
- </relp>
+ <np role="obj">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
+ </np>
</s>
</example>
module sentenceconnectors:
<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="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate: 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="eat"/> - </vp> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <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" output="aspron"> <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 role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <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"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking: No change.
module markowner: No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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 role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<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">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
module simplifynumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <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 role="obj" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np role="obj"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <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" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np role="obj"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
createpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="def" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word gloss="the" posp="det"/> + <np def="def" role="subj" head="this" locus="number"> + <word posp="pron" gloss="3"/> </np> <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"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <np def="def" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" role="subj" head="this" locus="number"> + <word posp="pron" gloss="3"/> </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"> - <np def="def" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="mouse"/> - <word gloss="the" posp="det"/> + <np def="def" role="subj" head="this" locus="number"> + <word posp="pron" gloss="3"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> <np def="neither" role="subj" locus="number"> <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"> - <np def="def" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> - <word gloss="the" posp="det"/> + <np def="def" role="subj" head="this" locus="number"> + <word posp="pron" gloss="3"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<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">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</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">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</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 def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</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" obj="3">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</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" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np def="neither" role="subj" locus="number">
+ <np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</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">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
prodrop: No change.
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj">
- <np def="def" role="subj" head="this" locus="number">
+ <np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj">
- <np def="def" role="subj" head="this" locus="number">
+ <np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="def" role="subj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
addaffixes: No change.
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <np def="def" role="subj" head="this" locus="number"> + <flat> <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </s> - <s connector="then"> - <np def="def" role="subj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|u|t͡ʃ|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number">|t|i|t|i|k|e|n|a|</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">|t|o|</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word> + <word gloss="then" posp="conj">|n|i|</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|i|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word> + <word gloss="then" posp="conj">|n|i|</word> </flat> </example>
vowelharmony:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|u|t͡ʃ|a|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number">|t|i|t|i|k|e|n|a|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number">|t|o|</word>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|i|t͡ʃ|e|</word>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|t|a|t͡ʃ|u|n|u|t͡ʃ|o|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
</example>
### |n|u|t|a|#-> nuta
### |n|u|t|a|
#-> nuta
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|u|t͡ʃ|a|
#-> t͡ʃut͡ʃa
### |t͡ʃ|u|t͡ʃ|a|
#-> t͡ʃut͡ʃa
### |t|i|t|i|k|e|n|a|
#-> titikena
### |t|i|t|i|k|e|n|a|
#-> titikena
### |t|o|
#-> to
### |t|o|
#-> to
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|i|
#-> ni
### |n|i|
#-> ni
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|a|t͡ʃ|u|n|u|t͡ʃ|o|
#-> tat͡ʃunut͡ʃo
### |t|a|t͡ʃ|u|n|u|t͡ʃ|o|
#-> tat͡ʃunut͡ʃo
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|i|
#-> ni
### |n|i|
#-> ni
### |n|u|t|a| |t|i| |t͡ʃ|u|t͡ʃ|a| |t|i|t|i|k|e|n|a| |t|o| |n|u|t|a| |t|i| |t͡ʃ|e|t͡ʃ|e| |n|u|t|a| |n|i| |n|a|t͡ʃ|a| |t|i| |t|a|t͡ʃ|u|n|u|t͡ʃ|o| |n|u|t|a| |n|i|
#-> nuta ti t͡ʃut͡ʃa titikena to nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|u|t͡ʃ|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number">|t|i|t|i|k|e|n|a|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number">|t|o|</word>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|u|t͡ʃ|o|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃut͡ʃa</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">titikena</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃet͡ʃe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tat͡ʃunut͡ʃo</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">then</span></span></p>
+ <p>nuta ti t͡ʃut͡ʃa titikena to nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni</p>
+ <p>nuta ti chucha titikena to nuta ti cheche nuta ni nacha ti tachunucho nuta ni</p>
+ <il>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃut͡ʃa</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>titikena</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃet͡ʃe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ni</o>
+ <g>then</g>
+ </w>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>tat͡ʃunut͡ʃo</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ni</o>
+ <g>then</g>
+ </w>
+ </il>
</example>
### nuta ti t͡ʃut͡ʃa titikena to nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni#-> nuta ti t͡ʃut͡ʃa titikena to nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni
Nuta ti chucha titikena to nuta ti cheche nuta ni nacha ti tachunucho nuta ni. [nuta ti t͡ʃut͡ʃa titikena to nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni] nuta 3 ti PAST t͡ʃut͡ʃa eat titikena cheese to the nuta 3 ti PAST t͡ʃet͡ʃe catch nuta 3 ni then nat͡ʃa 1excl ti PAST tat͡ʃunut͡ʃo pat nuta 3 ni then “I patted the cat that caught the mouse that ate the cheese.” | (24) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module sequential:
<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"/>
+ <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" output="aspron">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </s>
+ <s connector="then">
+ <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" output="aspron">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np role="obj">
- <relp>
+ <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
+ </s>
+ <s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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" ta="PAST">
- <word posp="verb" gloss="eat"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ </np>
+ </s>
+ <s connector="then">
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="pat"/>
</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"/>
+ <np role="obj">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
</np>
- </relp>
- </np>
- </relp>
- </np>
</s>
</example>
module sentenceconnectors:
<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="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" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
<s connector="then">
+ <word gloss="then" posp="conj"/>
<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">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module subordinate: 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="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> <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <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" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> <np role="obj"> <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <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" output="aspron"> <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 role="obj"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> <s connector="then"> - <word gloss="then" posp="conj"/> - <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"> <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> + <word gloss="then" posp="conj"/> </s> </example>
module casemarking: No change.
module markowner: No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<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>
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<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 role="obj">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<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">
+ <np role="obj" number="sing">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</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"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <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> - <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> + <np def="def" role="obj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </s> <s connector="then"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" number="sing"> - <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron"> + <np role="obj"> + <np def="def" role="obj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <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 role="obj" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np role="obj"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <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" number="sing"> - <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron"> + <np role="obj"> + <np def="def" role="subj" head="this" locus="number" output="aspron"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
createpronouns:
<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">
<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>
- <np def="def" role="obj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <np def="def" role="obj" head="this" locus="number">
+ <word posp="pron" gloss="3"/>
</np>
</s>
<s connector="then">
- <np def="def" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <np def="def" role="subj" head="this" locus="number">
+ <word posp="pron" gloss="3"/>
</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 def="def" role="obj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <np def="def" role="obj" head="this" locus="number">
+ <word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
- <np def="def" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <np def="def" role="subj" head="this" locus="number">
+ <word posp="pron" gloss="3"/>
</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">
- <np def="def" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <np def="def" role="subj" head="this" locus="number">
+ <word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number">
<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">
- <np def="def" role="subj" head="this" locus="number" output="aspron">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <np def="def" role="subj" head="this" locus="number">
+ <word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</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 def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</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">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</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 def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</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"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </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"> <word posp="verb" gloss="buy"/> </vp> <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3"/> </np> </s> <s connector="then"> <np def="def" role="subj" head="this" locus="number"> <word posp="pron" gloss="3"/> </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" obj="3"> <word posp="verb" gloss="eat"/> </vp> <np role="obj"> <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> <np def="def" role="subj" head="this" locus="number"> <word posp="pron" gloss="3"/> </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" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np role="obj"> <np def="def" role="subj" head="this" locus="number"> <word posp="pron" gloss="3"/> </np> </np> <word gloss="then" posp="conj"/> </s> <s connector="then"> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </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"> <word posp="verb" gloss="pat"/> </vp> <np role="obj"> <np def="def" role="subj" head="this" locus="number"> <word posp="pron" gloss="3"/> </np> </np> <word gloss="then" posp="conj"/> </s> </example>
prodrop: No change.
addclitics:
<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" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="buy"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="buy"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj">
<np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="catch"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj">
- <np def="def" role="subj" head="this" locus="number">
+ <np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="pat"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj">
- <np def="def" role="subj" head="this" locus="number">
+ <np def="def" role="obj" head="this" locus="number">
<word posp="pron" gloss="3"/>
</np>
- </np>
<word gloss="then" posp="conj"/>
</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>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/>
</np>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="def" role="subj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
<s connector="then">
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="obj" head="this" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/>
</np>
<word gloss="then" posp="conj"/>
</s>
</example>
addaffixes: No change.
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <np def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - </np> - </s> - <s connector="then"> - <np def="def" role="subj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="def" role="subj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> - <s connector="then"> - <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="obj" head="this" locus="number"> <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - </np> <word gloss="then" posp="conj"/> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number"/> - <word gloss="then" posp="conj"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|k|i|n|i|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|u|t͡ʃ|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word> + <word gloss="then" posp="conj">|n|i|</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word> + <word gloss="then" posp="conj">|n|i|</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|i|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word> + <word gloss="then" posp="conj">|n|i|</word> </flat> </example>
vowelharmony:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|k|i|n|i|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|u|t͡ʃ|a|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|i|t͡ʃ|e|</word>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|t|a|t͡ʃ|u|n|u|t͡ʃ|o|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
</example>
### |n|a|t͡ʃ|a|#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |t|i|
#-> ti
### |t|i|
#-> ti
### |k|i|n|i|
#-> kini
### |k|i|n|i|
#-> kini
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|u|t͡ʃ|a|
#-> t͡ʃut͡ʃa
### |t͡ʃ|u|t͡ʃ|a|
#-> t͡ʃut͡ʃa
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|i|
#-> ni
### |n|i|
#-> ni
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |t͡ʃ|e|t͡ʃ|e|
#-> t͡ʃet͡ʃe
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|i|
#-> ni
### |n|i|
#-> ni
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|a|t͡ʃ|u|n|u|t͡ʃ|o|
#-> tat͡ʃunut͡ʃo
### |t|a|t͡ʃ|u|n|u|t͡ʃ|o|
#-> tat͡ʃunut͡ʃo
### |n|u|t|a|
#-> nuta
### |n|u|t|a|
#-> nuta
### |n|i|
#-> ni
### |n|i|
#-> ni
### |n|a|t͡ʃ|a| |t|i| |k|i|n|i| |n|u|t|a| |n|u|t|a| |t|i| |t͡ʃ|u|t͡ʃ|a| |n|u|t|a| |n|i| |n|u|t|a| |t|i| |t͡ʃ|e|t͡ʃ|e| |n|u|t|a| |n|i| |n|a|t͡ʃ|a| |t|i| |t|a|t͡ʃ|u|n|u|t͡ʃ|o| |n|u|t|a| |n|i|
#-> nat͡ʃa ti kini nuta nuta ti t͡ʃut͡ʃa nuta ni nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|k|i|n|i|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|u|t͡ʃ|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
<word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number">|n|u|t|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|t͡ʃ|e|t͡ʃ|e|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</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">|t|a|t͡ʃ|u|n|u|t͡ʃ|o|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number">|n|u|t|a|</word>
<word gloss="then" posp="conj">|n|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kini</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃut͡ʃa</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃet͡ʃe</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tat͡ʃunut͡ʃo</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">nuta</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">then</span></span></p>
+ <p>nat͡ʃa ti kini nuta nuta ti t͡ʃut͡ʃa nuta ni nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni</p>
+ <p>nacha ti kini nuta nuta ti chucha nuta ni nuta ti cheche nuta ni nacha ti tachunucho nuta ni</p>
+ <il>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kini</o>
+ <g>buy</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃut͡ʃa</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ni</o>
+ <g>then</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃet͡ʃe</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ni</o>
+ <g>then</g>
+ </w>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>tat͡ʃunut͡ʃo</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>nuta</o>
+ <g>3</g>
+ </w>
+ <w>
+ <o>ni</o>
+ <g>then</g>
+ </w>
+ </il>
</example>
### nat͡ʃa ti kini nuta nuta ti t͡ʃut͡ʃa nuta ni nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni#-> nat͡ʃa ti kini nuta nuta ti t͡ʃut͡ʃa nuta ni nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni
Nacha ti kini nuta nuta ti chucha nuta ni nuta ti cheche nuta ni nacha ti tachunucho nuta ni. [nat͡ʃa ti kini nuta nuta ti t͡ʃut͡ʃa nuta ni nuta ti t͡ʃet͡ʃe nuta ni nat͡ʃa ti tat͡ʃunut͡ʃo nuta ni] nat͡ʃa 1excl ti PAST kini buy nuta 3 nuta 3 ti PAST t͡ʃut͡ʃa eat nuta 3 ni then nuta 3 ti PAST t͡ʃet͡ʃe catch nuta 3 ni then nat͡ʃa 1excl ti PAST tat͡ʃunut͡ʃo pat nuta 3 ni then “I patted the cat that caught the mouse that ate the cheese that I bought.” | (25) |
Complementation Strategies
Kenicha marks complement clauses with subordinating verbal morphology. The embedded verb is fully finite and carries a subordinating suffix that identifies the clause as a complement. No structural changes occur within the clause apart from this verbal marking.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="give"/> - </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> - <word posp="noun" gloss="apple"/> - </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="give"/> + </vp> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <np number="sing" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> + </np> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking: No change.
module markowner: No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" number="sing"> <subs> <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" comp="COMP"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module simplifynumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" number="sing"> + <np role="subj"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <np 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" comp="COMP"> <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np 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"> + <np role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np number="sing" def="def" role="indobj" locus="number"> + <np def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np 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" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<word posp="verb" gloss="surprise"/>
</vp>
<np def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np 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" comp="COMP" subj="3" indobj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="give"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</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">
<subs>
<np def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np role="obj" locus="number">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" role="obj" locus="number"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" indobj="3"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" role="indobj" locus="number">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="indobj" locus="number"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np role="subj"> - <subs> - <np def="def" head="this" role="subj" locus="number"> + <flat> <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/> <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/> - </np> - <np role="obj" locus="number"> <word posp="noun" gloss="apple" role="obj" locus="number"/> - </np> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/> <word gloss="the" posp="det" def="def" role="indobj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/> - <word posp="noun" gloss="apple" role="obj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/> - <word gloss="the" posp="det" def="def" role="indobj" locus="number"/> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number">|t|a|t͡ʃ|i|</word> + <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">|t͡ʃ|u|t͡ʃ|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number">|t͡ʃ|o|k|e|</word> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number">|t|o|</word> + <word posp="noun" gloss="apple" role="obj" locus="number">|t͡ʃ|i|t͡ʃ|o|t|a|k|i|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">|t|i|t͡ʃ|i|t͡ʃ|a|n|e|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number">|t͡ʃ|a|t|u|t|i|k|a|</word> + <word gloss="the" posp="det" def="def" role="indobj" locus="number">|t|o|</word> </flat> </example>
vowelharmony:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number">|t|a|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" head="this" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy>
- <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">|t͡ʃ|u|t͡ʃ|e|</word>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">|t͡ʃ|u|t͡ʃ|o|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number">|t͡ʃ|o|k|e|</word>
+ <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number">|t͡ʃ|o|k|o|</word>
<word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number">|t|o|</word>
- <word posp="noun" gloss="apple" role="obj" locus="number">|t͡ʃ|i|t͡ʃ|o|t|a|k|i|</word>
+ <word posp="noun" gloss="apple" role="obj" locus="number">|t͡ʃ|u|t͡ʃ|o|t|a|k|u|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">|t|i|t͡ʃ|i|t͡ʃ|a|n|e|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number">|t͡ʃ|a|t|u|t|i|k|a|</word>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number">|t͡ʃ|a|t|u|t|u|k|a|</word>
<word gloss="the" posp="det" def="def" role="indobj" locus="number">|t|o|</word>
</flat>
</example>
### |t|a|t͡ʃ|i|#-> tat͡ʃi
### |t|a|t͡ʃ|i|
#-> tat͡ʃi
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|e|
#-> te
### |t|e|
#-> te
### |t͡ʃ|u|t͡ʃ|o|
#-> t͡ʃut͡ʃo
### |t͡ʃ|u|t͡ʃ|o|
#-> t͡ʃut͡ʃo
### |t͡ʃ|o|k|o|
#-> t͡ʃoko
### |t͡ʃ|o|k|o|
#-> t͡ʃoko
### |t|o|
#-> to
### |t|o|
#-> to
### |t͡ʃ|u|t͡ʃ|o|t|a|k|u|
#-> t͡ʃut͡ʃotaku
### |t͡ʃ|u|t͡ʃ|o|t|a|k|u|
#-> t͡ʃut͡ʃotaku
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t|i|t͡ʃ|i|t͡ʃ|a|n|e|
#-> tit͡ʃit͡ʃane
### |t|i|t͡ʃ|i|t͡ʃ|a|n|e|
#-> tit͡ʃit͡ʃane
### |t͡ʃ|a|t|u|t|u|k|a|
#-> t͡ʃatutuka
### |t͡ʃ|a|t|u|t|u|k|a|
#-> t͡ʃatutuka
### |t|o|
#-> to
### |t|o|
#-> to
### |t|a|t͡ʃ|i| |t|o| |t|i| |t|e| |t͡ʃ|u|t͡ʃ|o| |t͡ʃ|o|k|o| |t|o| |t͡ʃ|u|t͡ʃ|o|t|a|k|u| |t|i| |t|i|t͡ʃ|i|t͡ʃ|a|n|e| |t͡ʃ|a|t|u|t|u|k|a| |t|o|
#-> tat͡ʃi to ti te t͡ʃut͡ʃo t͡ʃoko to t͡ʃut͡ʃotaku ti tit͡ʃit͡ʃane t͡ʃatutuka to
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number">|t|a|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" head="this" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">|t͡ʃ|u|t͡ʃ|o|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number">|t͡ʃ|o|k|o|</word>
<word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number">|t|o|</word>
<word posp="noun" gloss="apple" role="obj" locus="number">|t͡ʃ|u|t͡ʃ|o|t|a|k|u|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">|t|i|t͡ʃ|i|t͡ʃ|a|n|e|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number">|t͡ʃ|a|t|u|t|u|k|a|</word>
<word gloss="the" posp="det" def="def" role="indobj" locus="number">|t|o|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tat͡ʃi</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">te</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">t͡ʃut͡ʃo</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">t͡ʃoko</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">t͡ʃut͡ʃotaku</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tit͡ʃit͡ʃane</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">t͡ʃatutuka</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span></p>
+ <p>tat͡ʃi to ti te t͡ʃut͡ʃo t͡ʃoko to t͡ʃut͡ʃotaku ti tit͡ʃit͡ʃane t͡ʃatutuka to</p>
+ <p>tachi to ti te chucho choko to chuchotaku ti tichichane chatutuka to</p>
+ <il>
+ <w>
+ <o>tat͡ʃi</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>te</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>t͡ʃut͡ʃo</o>
+ <g>give</g>
+ </w>
+ <w>
+ <o>t͡ʃoko</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>t͡ʃut͡ʃotaku</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>tit͡ʃit͡ʃane</o>
+ <g>surprise</g>
+ </w>
+ <w>
+ <o>t͡ʃatutuka</o>
+ <g>teacher</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### tat͡ʃi to ti te t͡ʃut͡ʃo t͡ʃoko to t͡ʃut͡ʃotaku ti tit͡ʃit͡ʃane t͡ʃatutuka to#-> tat͡ʃi to ti te t͡ʃut͡ʃo t͡ʃoko to t͡ʃut͡ʃotaku ti tit͡ʃit͡ʃane t͡ʃatutuka to
Tachi to ti te chucho choko to chuchotaku ti tichichane chatutuka to. [tat͡ʃi to ti te t͡ʃut͡ʃo t͡ʃoko to t͡ʃut͡ʃotaku ti tit͡ʃit͡ʃane t͡ʃatutuka to] tat͡ʃi boy to the ti PAST te COMP t͡ʃut͡ʃo give t͡ʃoko girl to the t͡ʃut͡ʃotaku apple ti PAST tit͡ʃit͡ʃane surprise t͡ʃatutuka teacher to the “It surprised the teacher that the boy had given the girl an apple.” | (26) |
Quotes
Kenicha expresses quoted or reported speech without a dedicated quotative particle. Quotations appear as ordinary clauses, distinguished only by the surrounding syntactic context or by the use of verbs of speaking.
Here is an example of how quotations are expressed:
initial XML:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp tam="past-punct">
<verb>tell</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>boy</noun>
</np>
<np role="obj" tr="rheme">
<subs>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp tam="past-punct"> - <verb>tell</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> <np role="obj" tr="rheme"> <subs> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module sequential: No change.
module sentenceconnectors: No change.
module subordinate:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module adpositions: No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> - <word posp="noun" gloss="girl"/> - <word gloss="the" posp="det"/> - </np> </s> </example>
module casemarking: No change.
module markowner: No change.
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<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">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</s>
</example>
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"> + <np def="def" 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="indobj" locus="number"> + <np def="def" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" number="sing"> + <np role="obj" tr="rheme"> <subs> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number"> + <word person="2" posp="pron"/> </np> </subs> </np> </s> </example>
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" 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" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</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">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" person="1excl">
<subs>
- <np def="neither" role="subj" locus="number">
+ <np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">
<word posp="verb" gloss="love"/>
</vp>
- <np def="neither" role="obj" locus="number">
+ <np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</subs>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" 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" subj="3" indobj="3" obj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
<word posp="verb" gloss="tell"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</subs>
</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">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
- <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" indobj="3" obj="1excl"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/>
</np>
<np role="obj" tr="rheme" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/>
</np>
</subs>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/> <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/> - </np> - <np role="obj" tr="rheme" person="1excl"> - <subs> - <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="neither" role="obj" locus="number" person="2"> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> - </np> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number">|t|a|t͡ʃ|i|</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word> + <thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">|t͡ʃ|a|n|a|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number">|t͡ʃ|o|k|e|</word> + <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number">|t|o|</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">|k|o|t͡ʃ|i|</word> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">|t͡ʃ|i|t|e|</word> </flat> </example>
vowelharmony:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number">|t|a|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">|t͡ʃ|a|n|a|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number">|t͡ʃ|o|k|e|</word>
+ <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number">|t͡ʃ|o|k|o|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number">|t|o|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
<thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy>
- <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">|k|o|t͡ʃ|i|</word>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">|k|o|t͡ʃ|u|</word>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">|t͡ʃ|i|t|e|</word>
</flat>
</example>
### |t|a|t͡ʃ|i|#-> tat͡ʃi
### |t|a|t͡ʃ|i|
#-> tat͡ʃi
### |t|o|
#-> to
### |t|o|
#-> to
### |t|i|
#-> ti
### |t|i|
#-> ti
### |t͡ʃ|a|n|a|
#-> t͡ʃana
### |t͡ʃ|a|n|a|
#-> t͡ʃana
### |t͡ʃ|o|k|o|
#-> t͡ʃoko
### |t͡ʃ|o|k|o|
#-> t͡ʃoko
### |t|o|
#-> to
### |t|o|
#-> to
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |n|a|t͡ʃ|a|
#-> nat͡ʃa
### |t|e|
#-> te
### |t|e|
#-> te
### |k|o|t͡ʃ|u|
#-> kot͡ʃu
### |k|o|t͡ʃ|u|
#-> kot͡ʃu
### |t͡ʃ|i|t|e|
#-> t͡ʃite
### |t͡ʃ|i|t|e|
#-> t͡ʃite
### |t|a|t͡ʃ|i| |t|o| |t|i| |t͡ʃ|a|n|a| |t͡ʃ|o|k|o| |t|o| |n|a|t͡ʃ|a| |t|e| |k|o|t͡ʃ|u| |t͡ʃ|i|t|e|
#-> tat͡ʃi to ti t͡ʃana t͡ʃoko to nat͡ʃa te kot͡ʃu t͡ʃite
removetags:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number">|t|a|t͡ʃ|i|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">|t|o|</word>
<thingy type="vpta" function="proclitic" gloss="PAST">|t|i|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">|t͡ʃ|a|n|a|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number">|t͡ʃ|o|k|o|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number">|t|o|</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">|n|a|t͡ʃ|a|</word>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="proclitic" gloss="active">-</thingy>
<thingy type="vpcomp" function="proclitic" gloss="COMP">|t|e|</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">|k|o|t͡ʃ|u|</word>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">|t͡ʃ|i|t|e|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">tat͡ʃi</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t͡ʃana</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">t͡ʃoko</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">to</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nat͡ʃa</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">te</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">kot͡ʃu</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">t͡ʃite</span><br><span class="gls">2</span></span></p>
+ <p>tat͡ʃi to ti t͡ʃana t͡ʃoko to nat͡ʃa te kot͡ʃu t͡ʃite</p>
+ <p>tachi to ti chana choko to nacha te kochu chite</p>
+ <il>
+ <w>
+ <o>tat͡ʃi</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ti</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>t͡ʃana</o>
+ <g>tell</g>
+ </w>
+ <w>
+ <o>t͡ʃoko</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>to</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nat͡ʃa</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>te</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>kot͡ʃu</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>t͡ʃite</o>
+ <g>2</g>
+ </w>
+ </il>
</example>
### tat͡ʃi to ti t͡ʃana t͡ʃoko to nat͡ʃa te kot͡ʃu t͡ʃite#-> tat͡ʃi to ti t͡ʃana t͡ʃoko to nat͡ʃa te kot͡ʃu t͡ʃite
Tachi to ti chana choko to nacha te kochu chite. [tat͡ʃi to ti t͡ʃana t͡ʃoko to nat͡ʃa te kot͡ʃu t͡ʃite] tat͡ʃi boy to the ti PAST t͡ʃana tell t͡ʃoko girl to the nat͡ʃa 1excl te COMP kot͡ʃu love t͡ʃite 2 “The boy told the girl that he loved her.” | (27) |
How to cite this grammar
Language Creator. 2026. A Grammar of Kenicha. Generated by the Language Creator, version 0.91, on 27 May 2026. https://languagecreator.org/grammar/3MJLF
In BibTeX format:
@misc{LC-3MJLF,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Kenicha}},
howpublished = {\url{https://languagecreator.org/grammar/3MJLF}},
note = {Generated by the Language Creator, version 0.91, on 27 May 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Kenicha / Kenicha–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/3MJLF
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.05 seconds.