A Grammar of Tatiti
Introduction
Scope and Purpose
This grammar provides a systematic description of the Tatiti language (the 446th 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 Tatiti.
Typological Profile
It has a complete absence of bilabial or labiodental consonants, a complete lack of sibilant consonants and a complete absence of fricative consonants.Phonology
Phoneme Inventory
Consonants
Tatiti has 7 consonant phonemes, forming a relatively small inventory.
It has a complete absence of bilabial or labiodental consonants, a complete absence of fricative consonants, a complete absence of affricates, a complete lack of sibilant consonants and a complete absence of laryngeal consonants.The table below presents the full inventory of consonant phonemes in Tatiti. The chart lists all places and manners of articulation attested in the language.
| alveolar | lateral | palatal | velar | |
|---|---|---|---|---|
| stop | t | k | ||
| nasal | n | ɲ | ||
| approximant | ɾ | j |
Vowels
Tatiti has 3 vowel qualities. This constitutes a relatively small inventory, with contrasts limited to the vowel categories displayed in the chart. The phonological system relies primarily on these few qualities to encode vocalic distinctions.
It has a strikingly compressed height system with only two vowel heights, a triangular vowel system with few low vowels and a full range of vowel qualities even in reduced syllables.The table below presents the full inventory of vowel phonemes in Tatiti. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| open | a |
Stress and Tones
Tatiti 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/.
Writing System
Introduction
Tatiti is normally written using the Cyrillic alphabet, a script with a long and varied history across Eastern Europe and northern Asia. In this grammar, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also used to give an unambiguous representation of sound.
The conventions adopted here follow standard Cyrillic practice for the language where that exists; where they do not, the IPA transcription should be taken as authoritative.
Orthography
Here are the various components of the orthography:
Simple letters
| а /a/ | и /i/ | к /k/ | н /n/ |
| р /ɾ/ | т /t/ | у /u/ | ј /j/ |
| њ /ɲ/ |
Word Classes and Morphology
Number and Gender
Number
Tatiti does not have grammatical number.
Gender
Tatiti does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Tatiti 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 adj2noun:
<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">
+ <np role="obj" tr="rheme">
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="blind" lexposp="adj"/>
+ </np>
+ <np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ </np>
+ </np>
</s>
</example>
module articles:
No change.
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"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> </np> </pp> </np> <np role="obj" tr="rheme"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="blind" lexposp="adj"/> </np> <np role="owned" def="def" number="plur" locus="number"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<np role="obj" tr="rheme">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="blind" lexposp="adj"/>
</np>
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> </np> </pp> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np role="obj" tr="rheme"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="blind" lexposp="adj"/> </np> <np role="owned" def="def" number="plur" locus="number"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> </np> </s> </example>
module casemarking:
No change.
module markowner:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" tr="rheme">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="blind" lexposp="adj"/>
</np>
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" tr="rheme">
- <np type="owner_owned">
+ <np role="obj" tr="rheme" number="sing">
+ <np type="owner_owned" number="plur">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="blind" lexposp="adj"/>
</np>
<np role="owned" def="def" number="plur" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" def="def" locus="number"> <word posp="noun" gloss="woman"/> <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"/> </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" tr="rheme" number="sing"> - <np type="owner_owned" number="plur"> - <np number="sing" def="def" role="owner" case="GEN"> + <np role="obj" tr="rheme"> + <np type="owner_owned"> + <np def="def" role="owner" case="GEN"> <word posp="noun" gloss="blind" lexposp="adj"/> </np> - <np role="owned" def="def" number="plur" locus="number"> + <np role="owned" def="def" locus="number"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" tr="rheme">
<np type="owner_owned">
- <np def="def" role="owner" case="GEN">
- <word posp="noun" gloss="blind" lexposp="adj"/>
- </np>
<np role="owned" def="def" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ <np def="def" role="owner" case="GEN">
+ <word posp="noun" gloss="blind" lexposp="adj"/>
</np>
</np>
+ </np>
</s>
</example>
module wordorder:
No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" tr="rheme">
<np type="owner_owned">
<np role="owned" def="def" locus="number">
- <word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
+ <word posp="noun" gloss="mouse"/>
<word posp="det" gloss="yon"/>
</np>
<np def="def" role="owner" case="GEN">
<word posp="noun" gloss="blind" lexposp="adj"/>
</np>
</np>
</np>
</s>
</example>
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" tr="rheme">
<np type="owner_owned">
<np role="owned" def="def" locus="number">
+ <word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
- <word posp="det" gloss="yon"/>
</np>
<np def="def" role="owner" case="GEN">
<word posp="noun" gloss="blind" lexposp="adj"/>
</np>
</np>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" tr="rheme">
<np type="owner_owned">
<np role="owned" def="def" locus="number">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
</np>
<np def="def" role="owner" case="GEN">
<word posp="noun" gloss="blind" lexposp="adj"/>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<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" tr="rheme">
- <np type="owner_owned">
+ <np type="owner_owned" role="obj" tr="rheme">
<np role="owned" def="def" locus="number">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
</np>
<np def="def" role="owner" case="GEN">
<word posp="noun" gloss="blind" lexposp="adj"/>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<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 type="owner_owned" role="obj" tr="rheme">
- <np role="owned" def="def" locus="number">
+ <np role="owned" def="def" locus="number" tr="rheme">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
</np>
<np def="def" role="owner" case="GEN">
<word posp="noun" gloss="blind" lexposp="adj"/>
</np>
- </np>
</s>
</example>
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
- <word posp="noun" gloss="woman"/>
+ <word posp="noun" gloss="woman" 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 posp="noun" gloss="knife" 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">
- <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"/>
</vp>
<np role="owned" def="def" locus="number" tr="rheme">
- <word posp="det" gloss="yon"/>
- <word posp="num" gloss="three"/>
- <word posp="noun" gloss="mouse"/>
+ <word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme"/>
+ <word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme"/>
+ <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme"/>
</np>
<np def="def" role="owner" case="GEN">
- <word posp="noun" gloss="blind" lexposp="adj"/>
+ <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for woman/noun/case/optionalAbout to call getSlotValue for knife/noun/case/optional
About to call getSlotValue for catch/verb/comp/optional
About to call getSlotValue for catch/verb/subj/obligatory
Got 3
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for catch/verb/mode/obligatory
Got indicative
About to call getSlotValue for catch/verb/ta/obligatory
Got PAST
About to call getSlotValue for yon/det/case/optional
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for blind/noun/case/optional
Got GEN
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman" 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"/>
</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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np role="owned" def="def" locus="number" tr="rheme">
<word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme"/>
<word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme"/>
<word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme"/>
</np>
<np def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN"/>
</np>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="subj" def="def" locus="number"> + <flat> <word posp="noun" gloss="woman" 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"/> - </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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np role="owned" def="def" locus="number" tr="rheme"> <word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme"/> <word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme"/> <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme"/> - </np> - <np def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word posp="noun" gloss="knife" def="def" locus="number"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme"/> - <word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme"/> - <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN"/> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="ɲ a ɲ a" slots="Cir V1 Cmr V2">ɲaɲa</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ i" slots="Cir V2 Cmr V1 Cmr V2">ɲaɾuɲi</word> + <word posp="noun" gloss="knife" def="def" locus="number" ph="n i j a t a" slots="Cir V1 Cmr V2 Cmr V2">nijata</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word> + <word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme" ph="k i" slots="Cir V1">ki</word> + <word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme" ph="ɾ u" slots="Cir V1">ɾu</word> + <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme" ph="ɲ i ɲ u ɾ i ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲuɾiɾi</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN" ph="j u t i n i" slots="Cir V1 Cmr V2 Cmr V2">jutini</word> </flat> </example>
vowelharmony:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="ɲ a ɲ a" slots="Cir V1 Cmr V2">ɲaɲa</word>
- <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ i" slots="Cir V2 Cmr V1 Cmr V2">ɲaɾuɲi</word>
+ <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ u" slots="Cir V2 Cmr V1 Cmr V2" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word>
<word posp="noun" gloss="knife" def="def" locus="number" ph="n i j a t a" slots="Cir V1 Cmr V2 Cmr V2">nijata</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
- <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word>
+ <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word>
<word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme" ph="k i" slots="Cir V1">ki</word>
<word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme" ph="ɾ u" slots="Cir V1">ɾu</word>
- <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme" ph="ɲ i ɲ u ɾ i ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲuɾiɾi</word>
- <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy>
- <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN" ph="j u t i n i" slots="Cir V1 Cmr V2 Cmr V2">jutini</word>
+ <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme" ph="ɲ u ɲ u ɾ u ɾ u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word>
+ <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k u n" slots="Cip V2 Cir" underlying="k i n">kun</thingy>
+ <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN" ph="j u t u n u" slots="Cir V1 Cmr V2 Cmr V2" underlying="j u t i n i">jutunu</word>
</flat>
</example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/n/ + /j/ > // + /j/
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="ɲ a ɲ a" slots="Cir V1 Cmr V2">ɲaɲa</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ u" slots="Cir V2 Cmr V1 Cmr V2" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> - <word posp="noun" gloss="knife" def="def" locus="number" ph="n i j a t a" slots="Cir V1 Cmr V2 Cmr V2">nijata</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word> - <word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme" ph="k i" slots="Cir V1">ki</word> - <word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme" ph="ɾ u" slots="Cir V1">ɾu</word> - <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme" ph="ɲ u ɲ u ɾ u ɾ u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k u n" slots="Cip V2 Cir" underlying="k i n">kun</thingy> - <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN" ph="j u t u n u" slots="Cir V1 Cmr V2 Cmr V2" underlying="j u t i n i">jutunu</word> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="ɲ a ɲ a">ɲaɲa</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ u" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> + <word posp="noun" gloss="knife" def="def" locus="number" ph="n i j a t a">nijata</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme" ph="k i">ki</word> + <word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme" ph="ɾ u">ɾu</word> + <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme" ph="ɲ u ɲ u ɾ u ɾ u" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k u" underlying="k i n">ku</thingy> + <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN" ph="j u t u n u" underlying="j u t i n i">jutunu</word> </flat> </example>
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="ɲ a ɲ a">ɲaɲa</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ u" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> - <word posp="noun" gloss="knife" def="def" locus="number" ph="n i j a t a">nijata</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> - <word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme" ph="k i">ki</word> - <word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme" ph="ɾ u">ɾu</word> - <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme" ph="ɲ u ɲ u ɾ u ɾ u" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k u" underlying="k i n">ku</thingy> - <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN" ph="j u t u n u" underlying="j u t i n i">jutunu</word> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number">ɲaɲa</word> + <word gloss="COMIT" posp="pp" role="comitative" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> + <word posp="noun" gloss="knife" def="def" locus="number">nijata</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ku</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" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="det" gloss="yon" role="owned" def="def" locus="number" tr="rheme">ki</word> + <word posp="num" gloss="three" role="owned" def="def" locus="number" tr="rheme">ɾu</word> + <word posp="noun" gloss="mouse" role="owned" def="def" locus="number" tr="rheme" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ku</thingy> + <word posp="noun" gloss="blind" lexposp="adj" def="def" role="owner" case="GEN" underlying="j u t i n i">jutunu</word> </flat> + <p><span class="ilpair"><span class="mor">ɲaɲa</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">ɲaɾuɲi</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">nijata</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾuɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ki</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">ɾu</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">ɲiɲuɾiɾi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">jutini</span><br><span class="gls">blind</span></span></p> + <p>ɲaɲa ɲaɾuɲu nijata najakutuɲu ki ɾu ɲuɲuɾuɾu kujutunu</p> + <p>њања њаруњу нијата најакутуњу ки ру њуњуруру кујутуну</p> + <il> + <w> + <o>ɲaɲa</o> + <g>woman</g> + </w> + <w> + <o>ɲaɾuɲi</o> + <g>COMIT</g> + </w> + <w> + <o>nijata</o> + <g>knife</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾuɲi</o> + <g>catch</g> + </w> + <w> + <o>ki</o> + <g>yon</g> + </w> + <w> + <o>ɾu</o> + <g>three</g> + </w> + <w> + <o>ɲiɲuɾiɾi</o> + <g>mouse</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>jutini</o> + <g>blind</g> + </w> + </il> </example>
Њања њаруњу нијата најакутуњу ки ру њуњуруру кујутуну. [ɲaɲa ɲaɾuɲu nijata najakutuɲu ki ɾu ɲuɲuɾuɾu kujutunu] ɲaɲa woman ɲaɾuɲi COMIT nijata knife t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾuɲi catch ki yon ɾu three ɲiɲuɾiɾi mouse kin- GEN jutini blind “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There are no clitics in the nominal phrase.The Noun
The noun in Tatiti consists of an optional prefix expressing case, comprising кин- /kin-/ ‘GEN’, њак- /ɲak-/ ‘DAT’, њит- /ɲit-/ ‘INS’, рињ- /ɾiɲ-/ ‘VOC’, нињ- /niɲ-/ ‘ALL’, јањ- /jaɲ-/ ‘LOC’, рит- /ɾit-/ ‘ABL’ and так- /tak-/ ‘PART’ followed by the root.
The Adjective
The adjective in Tatiti stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Tatiti stands alone without any prefixes or suffixes attached to it.
Determiners
In Tatiti, the determiner has the following structure: an optional prefix expressing case, comprising њиј- /ɲij-/ ‘GEN’, нит- /nit-/ ‘DAT’, риј- /ɾij-/ ‘INS’, кињ- /kiɲ-/ ‘VOC’, киј- /kij-/ ‘ALL’, кик- /kik-/ ‘LOC’, кир- /kiɾ-/ ‘ABL’ and тај- /taj-/ ‘PART’ followed by the root.
Pronouns
The pronoun in Tatiti stands alone without any prefixes or suffixes attached to it.
Tatiti 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 adj2noun:
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:
No change.
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">
- <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"/>
</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:
About to call getSlotValue for love/verb/comp/optionalAbout to call getSlotValue for love/verb/subj/obligatory
Got 3
About to call getSlotValue for love/verb/negation/obligatory
Got POS
About to call getSlotValue for love/verb/voice/obligatory
Got active
About to call getSlotValue for love/verb/mode/obligatory
Got indicative
About to call getSlotValue for love/verb/ta/obligatory
Got PRES
<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" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PRES"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
</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>
</example>
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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PRES"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - </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="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PRES"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <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" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</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" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</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" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ u ɾ" slots="Cip V2 Cir" underlying="ɾ i ɾ">ɾuɾ</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" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> </flat> </example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /ɾ/ > // + /k/
/ɾ/ + /ɲ/ > // + /ɲ/
<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" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ u ɾ" slots="Cip V2 Cir" underlying="ɾ i ɾ">ɾuɾ</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" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k u" underlying="ɾ i ɾ">ku</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" ph="ɲ u t a">ɲuta</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" ph="t u t u" underlying="t u t i">tutu</word> </flat> </example>
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" ph="t u t u" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k u" underlying="ɾ i ɾ">ku</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" ph="ɲ u t a">ɲuta</word> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" underlying="ɾ i ɾ">ku</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">ɲuta</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" underlying="t u t i">tutu</word> </flat> + <p><span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ɾiɾ-</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ɲuta</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span></p> + <p>tutu najakuɲuta tutu</p> + <p>туту најакуњута туту</p> + <il> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>ɾiɾ-</o> + <g>PRES</g> + </w> + <w> + <o>ɲuta</o> + <g>love</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + </il> </example>
Туту најакуњута туту. [tutu najakuɲuta tutu] tuti 3 t- 3.SUBJ naj- POS n- active kak- indicative ɾiɾ- PRES ɲuta love tuti 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 adj2noun:
No change.
module articles:
No change.
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"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> </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"/> </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"/> </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"/> </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"/> </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"/>
</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"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
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 posp="noun" gloss="NN1" 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">
- <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"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="NN2"/>
+ <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for NN1/noun/case/optionalAbout to call getSlotValue for hate/verb/comp/optional
About to call getSlotValue for hate/verb/subj/obligatory
Got 3
About to call getSlotValue for hate/verb/negation/obligatory
Got POS
About to call getSlotValue for hate/verb/voice/obligatory
Got active
About to call getSlotValue for hate/verb/mode/obligatory
Got indicative
About to call getSlotValue for hate/verb/ta/obligatory
Got PRES
About to call getSlotValue for NN2/noun/case/optional
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PRES"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
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"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PRES"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Yanitiya hates Nikirina."> <flat> - <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PRES"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/> + <word posp="noun" gloss="Yanitiya" def="def" tr="theme" role="subj" locus="number" propernoun="yes" ph="j a n i t i j a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">janitija</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</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" ph="ɲ a ɾ a t i n a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">ɲaɾatina</word> + <word posp="noun" gloss="Nikirina" def="def" tr="rheme" role="obj" locus="number" propernoun="yes" ph="n i k i ɾ i n a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">nikiɾina</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /ɾ/ > // + /k/
/ɾ/ + /ɲ/ > // + /ɲ/
<example id="loveprop" translation="Yanitiya hates Nikirina."> <flat> - <word posp="noun" gloss="Yanitiya" def="def" tr="theme" role="subj" locus="number" propernoun="yes" ph="j a n i t i j a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">janitija</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</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" ph="ɲ a ɾ a t i n a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">ɲaɾatina</word> - <word posp="noun" gloss="Nikirina" def="def" tr="rheme" role="obj" locus="number" propernoun="yes" ph="n i k i ɾ i n a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">nikiɾina</word> + <word posp="noun" gloss="Yanitiya" def="def" tr="theme" role="subj" locus="number" propernoun="yes" ph="j a n i t i j a">janitija</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k i" underlying="ɾ i ɾ">ki</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" ph="ɲ a ɾ a t i n a">ɲaɾatina</word> + <word posp="noun" gloss="Nikirina" def="def" tr="rheme" role="obj" locus="number" propernoun="yes" ph="n i k i ɾ i n a">nikiɾina</word> </flat> </example>
removetags:
<example id="loveprop" translation="Yanitiya hates Nikirina."> <flat> - <word posp="noun" gloss="Yanitiya" def="def" tr="theme" role="subj" locus="number" propernoun="yes" ph="j a n i t i j a">janitija</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k i" underlying="ɾ i ɾ">ki</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" ph="ɲ a ɾ a t i n a">ɲaɾatina</word> - <word posp="noun" gloss="Nikirina" def="def" tr="rheme" role="obj" locus="number" propernoun="yes" ph="n i k i ɾ i n a">nikiɾina</word> + <word posp="noun" gloss="Yanitiya" def="def" tr="theme" role="subj" locus="number" propernoun="yes">janitija</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" underlying="ɾ i ɾ">ki</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">ɲaɾatina</word> + <word posp="noun" gloss="Nikirina" def="def" tr="rheme" role="obj" locus="number" propernoun="yes">nikiɾina</word> </flat> + <p><span class="ilpair"><span class="mor">janitija</span><br><span class="gls">Yanitiya</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ɾiɾ-</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ɲaɾatina</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">nikiɾina</span><br><span class="gls">Nikirina</span></span></p> + <p>janitija najakiɲaɾatina nikiɾina</p> + <p>Јанитија најакињаратина Никирина</p> + <il> + <w> + <o>janitija</o> + <g>Yanitiya</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>ɾiɾ-</o> + <g>PRES</g> + </w> + <w> + <o>ɲaɾatina</o> + <g>hate</g> + </w> + <w> + <o>nikiɾina</o> + <g>Nikirina</g> + </w> + </il> </example>
Јанитија најакињаратина Никирина. [janitija najakiɲaɾatina nikiɾina] janitija Yanitiya t- 3.SUBJ naj- POS n- active kak- indicative ɾiɾ- PRES ɲaɾatina hate nikiɾina Nikirina “Yanitiya hates Nikirina.” | (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 adj2noun:
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:
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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </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"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </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"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> </np> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="noun" gloss="boy"/> </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:
No change.
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"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </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 posp="noun" gloss="apple" def="def" locus="number" role="owned"/> </np> <np def="def" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/case/optionalAbout to call getSlotValue for boy/noun/case/optional
Got GEN
<example id="posso1" translation="the boy's apple">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/>
</np>
</example>
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"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="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"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" ph="ɾ a k i" slots="Cir V1 Cmr V2">ɾaki</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
/n/ + /ɾ/ > // + /n/<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" ph="ɾ a k i" slots="Cir V1 Cmr V2">ɾaki</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a">ɲiɲanaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" ph="n a k i" underlying="ɾ a k i">naki</word> </flat> </example>
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a">ɲiɲanaɾa</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" ph="n a k i" underlying="ɾ a k i">naki</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">ɲiɲanaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ki</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" underlying="ɾ a k i">naki</word> </flat> + <p><span class="ilpair"><span class="mor">ɲiɲanaɾa</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ɾaki</span><br><span class="gls">boy</span></span></p> + <p>ɲiɲanaɾa kinaki</p> + <p>њињанара кинаки</p> + <il> + <w> + <o>ɲiɲanaɾa</o> + <g>apple</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>ɾaki</o> + <g>boy</g> + </w> + </il> </example>
њињанара кинаки [ɲiɲanaɾa kinaki] ɲiɲanaɾa apple kin- GEN ɾaki boy “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 adj2noun:
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:
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"/> </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"/> </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"/> </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"/> </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"/> </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:
No change.
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"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="pron" gloss="3"/> </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 posp="noun" gloss="apple" 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"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/case/optionalNo 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"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="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 posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> </flat> </example>
vowelharmony:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word>
- <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word>
+ <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word>
</flat>
</example>
applysandhi:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a">ɲiɲanaɾa</word> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="t u t u" underlying="t u t i">tutu</word> </flat> </example>
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a">ɲiɲanaɾa</word> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="t u t u" underlying="t u t i">tutu</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">ɲiɲanaɾa</word> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" underlying="t u t i">tutu</word> </flat> + <p><span class="ilpair"><span class="mor">ɲiɲanaɾa</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span></p> + <p>ɲiɲanaɾa tutu</p> + <p>њињанара туту</p> + <il> + <w> + <o>ɲiɲanaɾa</o> + <g>apple</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + </il> </example>
њињанара туту [ɲiɲanaɾa tutu] ɲiɲanaɾa apple tuti 3 “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 adj2noun:
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:
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"/> </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"/> </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"/> </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"/> </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"/>
</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"/>
</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:
No change.
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"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> + <word posp="noun" gloss="apple" 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"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/case/optionalNo 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"/> - </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"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a">ɲiɲanaɾa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN" ph="ɾ a n a">ɾana</word> </flat> </example>
removetags:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="ɲ i ɲ a n a ɾ a">ɲiɲanaɾa</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN" ph="ɾ a n a">ɾana</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">ɲiɲanaɾa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN">ɾana</word> </flat> + <p><span class="ilpair"><span class="mor">ɲiɲanaɾa</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span></p> + <p>ɲiɲanaɾa ɾana</p> + <p>њињанара рана</p> + <il> + <w> + <o>ɲiɲanaɾa</o> + <g>apple</g> + </w> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + </il> </example>
њињанара рана [ɲiɲanaɾa ɾana] ɲiɲanaɾa apple ɾana 1excl “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 adj2noun:
No change.
module articles:
No change.
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"/> </np> <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" 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"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </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"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </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"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
</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"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
</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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </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"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </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"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </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"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </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"/>
- </np>
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
</np>
+ <np def="def" locus="number" role="owner" case="GEN">
+ <word posp="noun" gloss="hunter"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<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"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
</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"/>
</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"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
</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"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" 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"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
</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:
No change.
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"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> </np> </np> - </np> <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 type="owner_owned" role="obj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </np> <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> </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"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> </np> - </np> <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 type="owner_owned" role="obj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> </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 posp="noun" gloss="daughter" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
</np>
<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"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="neighbour"/>
+ <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="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"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for daughter/noun/case/optionalAbout to call getSlotValue for hunter/noun/case/optional
Got GEN
About to call getSlotValue for kiss/verb/comp/optional
About to call getSlotValue for kiss/verb/subj/obligatory
Got 3
About to call getSlotValue for kiss/verb/negation/obligatory
Got POS
About to call getSlotValue for kiss/verb/voice/obligatory
Got active
About to call getSlotValue for kiss/verb/mode/obligatory
Got indicative
About to call getSlotValue for kiss/verb/ta/obligatory
Got PAST
About to call getSlotValue for son/noun/case/optional
About to call getSlotValue for neighbour/noun/case/optional
Got GEN
<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" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="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"/>
</np>
</s>
</example>
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"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="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"/> - </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"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="ɾ i t a" slots="Cir V1 Cmr V2">ɾita</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɲ a n i t i ɾ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">ɲanitiɾa</word> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" ph="ɾ a j a" slots="Cir V1 Cmr V2">ɾaja</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="n a n i ɲ a ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">naniɲaɾi</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="k i n i" slots="Cir V1 Cmr V2">kini</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
/n/ + /ɲ/ > // + /n//t/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɲ/ > // + /t/
/n/ + /n/ > // + /n/
<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" ph="ɾ i t a" slots="Cir V1 Cmr V2">ɾita</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɲ a n i t i ɾ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">ɲanitiɾa</word> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" ph="ɾ a j a" slots="Cir V1 Cmr V2">ɾaja</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="n a n i ɲ a ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">naniɲaɾi</word> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="k i n i" slots="Cir V1 Cmr V2">kini</word> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="ɾ i t a">ɾita</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="n i ɲ a k a ɲ a" underlying="ɲ i ɲ a k a ɲ a">niɲakaɲa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t a n i t i ɾ a" underlying="ɲ a n i t i ɾ a">tanitiɾa</word> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" ph="ɾ a j a">ɾaja</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="n a n i ɲ a ɾ i">naniɲaɾi</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="k i n i">kini</word> </flat> </example>
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" ph="ɾ i t a">ɾita</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="n i ɲ a k a ɲ a" underlying="ɲ i ɲ a k a ɲ a">niɲakaɲa</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t a n i t i ɾ a" underlying="ɲ a n i t i ɾ a">tanitiɾa</word> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" ph="ɾ a j a">ɾaja</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="n a n i ɲ a ɾ i">naniɲaɾi</word> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="k i n i">kini</word> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned">ɾita</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ki</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" underlying="ɲ i ɲ a k a ɲ a">niɲakaɲa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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" underlying="ɲ a n i t i ɾ a">tanitiɾa</word> + <word posp="noun" gloss="son" def="def" locus="number" role="owned">ɾaja</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ki</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN">naniɲaɾi</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">kini</word> </flat> + <p><span class="ilpair"><span class="mor">ɾita</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ɲiɲakaɲa</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɲanitiɾa</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">ɾaja</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">naniɲaɾi</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">kini</span><br><span class="gls">2</span></span></p> + <p>ɾita kiniɲakaɲa najakitanitiɾa ɾaja kinaniɲaɾi kini</p> + <p>рита кинињакања најакитанитира раја кинанињари кини</p> + <il> + <w> + <o>ɾita</o> + <g>daughter</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>ɲiɲakaɲa</o> + <g>hunter</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɲanitiɾa</o> + <g>kiss</g> + </w> + <w> + <o>ɾaja</o> + <g>son</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>naniɲaɾi</o> + <g>neighbour</g> + </w> + <w> + <o>kini</o> + <g>2</g> + </w> + </il> </example>
Рита кинињакања најакитанитира раја кинанињари кини. [ɾita kiniɲakaɲa najakitanitiɾa ɾaja kinaniɲaɾi kini] ɾita daughter kin- GEN ɲiɲakaɲa hunter t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɲanitiɾa kiss ɾaja son kin- GEN naniɲaɾi neighbour kini 2 “The hunter’s daughter kissed your neighbour’s son.” | (7) |
Derivation
Tatiti 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 adj2noun:
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:
About to call getSlotValue for lamb/noun/case/optionalNo 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" ph="t i k i k a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tikikaɾa</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" ph="t i k i k a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tikikaɾa</word> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" ph="t i k i k a ɾ a">tikikaɾa</word> </flat> </example>
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" ph="t i k i k a ɾ a">tikikaɾa</word> + <word posp="noun" gloss="lamb" tr="rheme" locus="number">tikikaɾa</word> </flat> + <p><span class="ilpair"><span class="mor">tikikaɾa</span><br><span class="gls">lamb</span></span></p> + <p>tikikaɾa</p> + <p>тикикара</p> + <il> + <w> + <o>tikikaɾa</o> + <g>lamb</g> + </w> + </il> </example>
тикикара [tikikaɾa] tikikaɾa 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 adj2noun:
<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 role="obj" tr="rheme">
+ <np type="owner_owned">
+ <np number="sing" def="def" role="owner">
+ <word posp="noun" gloss="little" lexposp="adj"/>
+ </np>
+ <np role="owned" def="indef" number="sing" locus="number">
<word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
</np>
+ </np>
+ </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 role="obj" tr="rheme">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="little" lexposp="adj"/>
</np>
- <np role="owned" def="indef" number="sing" locus="number">
+ <np role="owned" number="sing" locus="number">
<word posp="noun" gloss="lamb"/>
</np>
</np>
</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 role="obj" tr="rheme"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="little" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="lamb"/> </np> </np> </np> </subs> </np> </s> </example>
module noepistemic:
No change.
module sequential:
No change.
module sentenceconnectors:
No change.
module subordinate:
<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" 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 role="obj" tr="rheme">
<np type="owner_owned">
<np number="sing" def="def" role="owner">
<word posp="noun" gloss="little" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="lamb"/>
</np>
</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 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 role="obj" tr="rheme"> <np type="owner_owned"> <np number="sing" def="def" role="owner"> <word posp="noun" gloss="little" lexposp="adj"/> </np> <np role="owned" number="sing" locus="number"> <word posp="noun" gloss="lamb"/> </np> </np> </np> </subs> </np> </s> </example>
module casemarking:
No change.
module markowner:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<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 role="obj" tr="rheme">
<np type="owner_owned">
- <np number="sing" def="def" role="owner">
+ <np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="little" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="lamb"/>
</np>
</np>
</np>
</subs>
</np>
</s>
</example>
module propagatenumber:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<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 role="obj" tr="rheme">
- <np type="owner_owned">
+ <np role="obj" tr="rheme" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" role="owner" case="GEN">
<word posp="noun" gloss="little" lexposp="adj"/>
</np>
<np role="owned" number="sing" locus="number">
<word posp="noun" gloss="lamb"/>
</np>
</np>
</np>
</subs>
</np>
</s>
</example>
module simplifynumber:
<example id="lamb3" translation="She wanted to have a little lamb."> <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="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 role="obj" tr="rheme" number="sing"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" role="owner" case="GEN"> + <np role="obj" tr="rheme"> + <np type="owner_owned"> + <np def="def" role="owner" case="GEN"> <word posp="noun" gloss="little" lexposp="adj"/> </np> - <np role="owned" number="sing" locus="number"> + <np role="owned" locus="number"> <word posp="noun" gloss="lamb"/> </np> </np> </np> </subs> </np> </s> </example>
createpronouns:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <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 role="obj" tr="rheme"> <np type="owner_owned"> <np def="def" role="owner" case="GEN"> <word posp="noun" gloss="little" lexposp="adj"/> </np> <np role="owned" locus="number"> <word posp="noun" gloss="lamb"/> </np> </np> </np> </subs> </np> </s> </example>
module ngen:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<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 role="obj" tr="rheme">
<np type="owner_owned">
- <np def="def" role="owner" case="GEN">
- <word posp="noun" gloss="little" lexposp="adj"/>
- </np>
<np role="owned" locus="number">
<word posp="noun" gloss="lamb"/>
</np>
+ <np def="def" role="owner" case="GEN">
+ <word posp="noun" gloss="little" lexposp="adj"/>
</np>
</np>
+ </np>
</subs>
</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="lamb3" translation="She wanted to have a little lamb.">
<s>
<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 role="obj" tr="rheme">
<np type="owner_owned">
<np role="owned" locus="number">
<word posp="noun" gloss="lamb"/>
</np>
<np def="def" role="owner" case="GEN">
<word posp="noun" gloss="little" lexposp="adj"/>
</np>
</np>
</np>
</subs>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<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">
<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" obj="3">
<word posp="verb" gloss="have"/>
</vp>
- <np role="obj" tr="rheme">
- <np type="owner_owned">
+ <np type="owner_owned" role="obj" tr="rheme">
<np role="owned" locus="number">
<word posp="noun" gloss="lamb"/>
</np>
<np def="def" role="owner" case="GEN">
<word posp="noun" gloss="little" lexposp="adj"/>
</np>
</np>
- </np>
</subs>
</np>
</s>
</example>
unwrapOwnerOwned:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<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">
<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" obj="3">
<word posp="verb" gloss="have"/>
</vp>
- <np type="owner_owned" role="obj" tr="rheme">
- <np role="owned" locus="number">
+ <np role="owned" locus="number" tr="rheme">
<word posp="noun" gloss="lamb"/>
</np>
<np def="def" role="owner" case="GEN">
<word posp="noun" gloss="little" lexposp="adj"/>
</np>
- </np>
</subs>
</np>
</s>
</example>
movedowntoword:
<example id="lamb3" translation="She wanted to have a little lamb.">
<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="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <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"/>
</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">
- <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"/>
</vp>
<np role="owned" locus="number" tr="rheme">
- <word posp="noun" gloss="lamb"/>
+ <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme"/>
</np>
<np def="def" role="owner" case="GEN">
- <word posp="noun" gloss="little" lexposp="adj"/>
+ <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN"/>
</np>
</subs>
</np>
</s>
</example>
calling defaultval for subj/defaultval: verb, subj
returning 3
addaffixes:
About to call getSlotValue for want/verb/comp/optionalAbout to call getSlotValue for want/verb/subj/obligatory
Got 3
About to call getSlotValue for want/verb/negation/obligatory
Got POS
About to call getSlotValue for want/verb/voice/obligatory
Got active
About to call getSlotValue for want/verb/mode/obligatory
Got indicative
About to call getSlotValue for want/verb/ta/obligatory
Got PAST
About to call getSlotValue for have/verb/comp/optional
Got COMP
About to call getSlotValue for have/verb/subj/obligatory
Got 3
About to call getSlotValue for have/verb/negation/obligatory
Got POS
About to call getSlotValue for have/verb/voice/obligatory
Got active
About to call getSlotValue for have/verb/mode/obligatory
Got indicative
About to call getSlotValue for have/verb/ta/obligatory
Got PAST
About to call getSlotValue for lamb/noun/case/optional
About to call getSlotValue for little/noun/case/optional
Got GEN
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</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="verbcomp" function="prefix" gloss="COMP"/>
+ <thingy type="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/>
</vp>
<np role="owned" locus="number" tr="rheme">
<word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme"/>
</np>
<np def="def" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN"/>
</np>
</subs>
</np>
</s>
</example>
flatten:
<example id="lamb3" translation="She wanted to have a little lamb."> - <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="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </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="verbcomp" function="prefix" gloss="COMP"/> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - </vp> - <np role="owned" locus="number" tr="rheme"> <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme"/> - </np> - <np def="def" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN"/> - </np> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <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="verbcomp" function="prefix" gloss="COMP"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN"/> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i ɲ i" slots="Cmr V1 Cmr V2">ɾiɲi</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a n i" slots="Cmr V1 Cmr V2">nani</word> + <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme" ph="t i k i k a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tikikaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN" ph="k a t i" slots="Cir V1 Cmr V2">kati</word> </flat> </example>
vowelharmony:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i ɲ i" slots="Cmr V1 Cmr V2">ɾiɲi</word> <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy> <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a n i" slots="Cmr V1 Cmr V2">nani</word> <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme" ph="t i k i k a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tikikaɾa</word> <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN" ph="k a t i" slots="Cir V1 Cmr V2">kati</word> </flat> </example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/t/ + /t/ > // + /t/
/t/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /n/ > // + /n/
/n/ + /k/ > // + /k/
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i ɲ i" slots="Cmr V1 Cmr V2">ɾiɲi</word> - <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a n i" slots="Cmr V1 Cmr V2">nani</word> - <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme" ph="t i k i k a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tikikaɾa</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> - <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN" ph="k a t i" slots="Cir V1 Cmr V2">kati</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t i ɲ i" underlying="ɾ i ɲ i">tiɲi</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a" underlying="ɲ a t">ɲa</thingy> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a n i">nani</word> + <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme" ph="t i k i k a ɾ a">tikikaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> + <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN" ph="k a t i">kati</word> </flat> </example>
removetags:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t i ɲ i" underlying="ɾ i ɲ i">tiɲi</word> - <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a" underlying="ɲ a t">ɲa</thingy> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a n i">nani</word> - <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme" ph="t i k i k a ɾ a">tikikaɾa</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> - <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN" ph="k a t i">kati</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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" underlying="ɾ i ɲ i">tiɲi</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" underlying="ɲ a t">ɲa</thingy> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">nani</word> + <word posp="noun" gloss="lamb" role="owned" locus="number" tr="rheme">tikikaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ki</thingy> + <word posp="noun" gloss="little" lexposp="adj" def="def" role="owner" case="GEN">kati</word> </flat> + <p><span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾiɲi</span><br><span class="gls">want</span></span> <span class="ilpair"><span class="mor">ɲat-</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nani</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">tikikaɾa</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">kati</span><br><span class="gls">little</span></span></p> + <p>tutu najakitiɲi ɲanajakinani tikikaɾa kikati</p> + <p>туту најакитињи њанајакинани тикикара кикати</p> + <il> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾiɲi</o> + <g>want</g> + </w> + <w> + <o>ɲat-</o> + <g>COMP</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>nani</o> + <g>have</g> + </w> + <w> + <o>tikikaɾa</o> + <g>lamb</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>kati</o> + <g>little</g> + </w> + </il> </example>
Туту најакитињи њанајакинани тикикара кикати. [tutu najakitiɲi ɲanajakinani tikikaɾa kikati] tuti 3 t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾiɲi want ɲat- COMP t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST nani have tikikaɾa lamb kin- GEN kati little “She wanted to have a little lamb.” | (9) |
Compounding
Verbs
Inflectional Categories
There are no clitics in the verbal phrase.In addition, the verb is structured like this: first, an optional prefix expressing comp, comprising њат- /ɲat-/ ‘COMP’; second, an obligatory prefix expressing subj, comprising ј- /j-/ ‘1incl’, р- /ɾ-/ ‘1excl’, н- /n-/ ‘2’ and т- /t-/ ‘3’; third, an obligatory prefix expressing negation, comprising њир- /ɲiɾ-/ ‘NEG’ and нај- /naj-/ ‘POS’; fourth, an obligatory prefix expressing voice, comprising н- /n-/ ‘active’ and р- /ɾ-/ ‘passive’; fifth, an obligatory prefix expressing mode, comprising как- /kak-/ ‘indicative’, тар- /taɾ-/ ‘imperative’, нај- /naj-/ ‘conditional’ and тан- /tan-/ ‘optative’; sixth, an obligatory prefix expressing ta, comprising рир- /ɾiɾ-/ ‘PRES’ and кит- /kit-/ ‘PAST’; and finally, seventh, the root.
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 adj2noun:
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:
No change.
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">
- <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"/>
</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:
About to call getSlotValue for love/verb/comp/optionalAbout to call getSlotValue for love/verb/subj/obligatory
Got 1excl
About to call getSlotValue for love/verb/negation/obligatory
Got POS
About to call getSlotValue for love/verb/voice/obligatory
Got active
About to call getSlotValue for love/verb/mode/obligatory
Got indicative
About to call getSlotValue for love/verb/ta/obligatory
Got PRES
<example id="love" translation="I love you.">
<s>
<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" subj="1excl" obj="2">
+ <thingy type="verbsubj" function="prefix" gloss="1excl"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PRES"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
</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>
</example>
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="verbsubj" function="prefix" gloss="1excl"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PRES"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - </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="verbsubj" function="prefix" gloss="1excl"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PRES"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - <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" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i" slots="Cir V1 Cmr V2">kini</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" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word>
<thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
- <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy>
+ <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ u ɾ" slots="Cip V2 Cir" underlying="ɾ i ɾ">ɾuɾ</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i" slots="Cir V1 Cmr V2">kini</word>
</flat>
</example>
applysandhi:
/ɾ/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /ɾ/ > // + /k/
/ɾ/ + /ɲ/ > // + /ɲ/
<example id="love" translation="I love you."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ u ɾ" slots="Cip V2 Cir" underlying="ɾ i ɾ">ɾuɾ</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i" slots="Cir V1 Cmr V2">kini</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k u" underlying="ɾ i ɾ">ku</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="ɲ u t a">ɲuta</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i">kini</word> </flat> </example>
removetags:
<example id="love" translation="I love you."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k u" underlying="ɾ i ɾ">ku</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="ɲ u t a">ɲuta</word> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i">kini</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" underlying="ɾ i ɾ">ku</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">ɲuta</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">kini</word> </flat> + <p><span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɾ-</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ɾiɾ-</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ɲuta</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">kini</span><br><span class="gls">2</span></span></p> + <p>ɾana najakuɲuta kini</p> + <p>рана најакуњута кини</p> + <il> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + <w> + <o>ɾ-</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>ɾiɾ-</o> + <g>PRES</g> + </w> + <w> + <o>ɲuta</o> + <g>love</g> + </w> + <w> + <o>kini</o> + <g>2</g> + </w> + </il> </example>
Рана најакуњута кини. [ɾana najakuɲuta kini] ɾana 1excl ɾ- 1excl.SUBJ naj- POS n- active kak- indicative ɾiɾ- PRES ɲuta love kini 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 adj2noun:
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="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"/> </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"/>
</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"/>
</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" locus="number">
- <word posp="noun" gloss="table"/>
- </np>
<np def="def">
<word posp="noun" gloss="surface"/>
</np>
+ <np def="def" locus="number">
+ <word posp="noun" gloss="table"/>
</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"/>
</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 posp="noun" gloss="table" def="def" locus="number"/> </np> </pp> </example>
addaffixes:
About to call getSlotValue for surface/noun/case/optionalAbout to call getSlotValue for table/noun/case/optional
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"/> - </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="in" posp="pp" p="in" location="surface" precise="yes" ph="ɲ i j u" slots="Cir V2 Cmr V1">ɲiju</word> + <word posp="noun" gloss="surface" def="def" ph="t a n a" slots="Cir V1 Cmr V2">tana</word> + <word posp="noun" gloss="table" def="def" locus="number" ph="n i ɲ a k a" slots="Cir V1 Cmr V2 Cmr V2">niɲaka</word> </flat> </example>
vowelharmony:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="ɲ i j u" slots="Cir V2 Cmr V1">ɲiju</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="ɲ u j u" slots="Cir V2 Cmr V1" underlying="ɲ i j u">ɲuju</word> <word posp="noun" gloss="surface" def="def" ph="t a n a" slots="Cir V1 Cmr V2">tana</word> <word posp="noun" gloss="table" def="def" locus="number" ph="n i ɲ a k a" slots="Cir V1 Cmr V2 Cmr V2">niɲaka</word> </flat> </example>
applysandhi:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="ɲ u j u" slots="Cir V2 Cmr V1" underlying="ɲ i j u">ɲuju</word> - <word posp="noun" gloss="surface" def="def" ph="t a n a" slots="Cir V1 Cmr V2">tana</word> - <word posp="noun" gloss="table" def="def" locus="number" ph="n i ɲ a k a" slots="Cir V1 Cmr V2 Cmr V2">niɲaka</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="ɲ u j u" underlying="ɲ i j u">ɲuju</word> + <word posp="noun" gloss="surface" def="def" ph="t a n a">tana</word> + <word posp="noun" gloss="table" def="def" locus="number" ph="n i ɲ a k a">niɲaka</word> </flat> </example>
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="ɲ u j u" underlying="ɲ i j u">ɲuju</word> - <word posp="noun" gloss="surface" def="def" ph="t a n a">tana</word> - <word posp="noun" gloss="table" def="def" locus="number" ph="n i ɲ a k a">niɲaka</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes" underlying="ɲ i j u">ɲuju</word> + <word posp="noun" gloss="surface" def="def">tana</word> + <word posp="noun" gloss="table" def="def" locus="number">niɲaka</word> </flat> + <p><span class="ilpair"><span class="mor">ɲiju</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">tana</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">niɲaka</span><br><span class="gls">table</span></span></p> + <p>ɲuju tana niɲaka</p> + <p>њују тана нињака</p> + <il> + <w> + <o>ɲiju</o> + <g>in</g> + </w> + <w> + <o>tana</o> + <g>surface</g> + </w> + <w> + <o>niɲaka</o> + <g>table</g> + </w> + </il> </example>
њују тана нињака [ɲuju tana niɲaka] ɲiju in tana surface niɲaka table “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 adj2noun:
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="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"/> </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"/>
</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"/>
</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" locus="number">
- <word posp="noun" gloss="box"/>
- </np>
<np def="def">
<word posp="noun" gloss="inside"/>
</np>
+ <np def="def" locus="number">
+ <word posp="noun" gloss="box"/>
</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"/>
</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 posp="noun" gloss="box" def="def" locus="number"/> </np> </pp> </example>
addaffixes:
About to call getSlotValue for inside/noun/case/optionalAbout to call getSlotValue for box/noun/case/optional
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"/> - </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="to" posp="pp" p="to" location="inside" precise="yes" ph="t a ɾ u" slots="Cir V2 Cmr V1">taɾu</word> + <word posp="noun" gloss="inside" def="def" ph="ɲ a j a" slots="Cir V1 Cmr V2">ɲaja</word> + <word posp="noun" gloss="box" def="def" locus="number" ph="t i ɾ u ɲ i ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tiɾuɲiɲa</word> </flat> </example>
vowelharmony:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="t a ɾ u" slots="Cir V2 Cmr V1">taɾu</word>
<word posp="noun" gloss="inside" def="def" ph="ɲ a j a" slots="Cir V1 Cmr V2">ɲaja</word>
- <word posp="noun" gloss="box" def="def" locus="number" ph="t i ɾ u ɲ i ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tiɾuɲiɲa</word>
+ <word posp="noun" gloss="box" def="def" locus="number" ph="t u ɾ u ɲ u ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="t i ɾ u ɲ i ɲ a">tuɾuɲuɲa</word>
</flat>
</example>
applysandhi:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="t a ɾ u" slots="Cir V2 Cmr V1">taɾu</word> - <word posp="noun" gloss="inside" def="def" ph="ɲ a j a" slots="Cir V1 Cmr V2">ɲaja</word> - <word posp="noun" gloss="box" def="def" locus="number" ph="t u ɾ u ɲ u ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="t i ɾ u ɲ i ɲ a">tuɾuɲuɲa</word> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="t a ɾ u">taɾu</word> + <word posp="noun" gloss="inside" def="def" ph="ɲ a j a">ɲaja</word> + <word posp="noun" gloss="box" def="def" locus="number" ph="t u ɾ u ɲ u ɲ a" underlying="t i ɾ u ɲ i ɲ a">tuɾuɲuɲa</word> </flat> </example>
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="t a ɾ u">taɾu</word> - <word posp="noun" gloss="inside" def="def" ph="ɲ a j a">ɲaja</word> - <word posp="noun" gloss="box" def="def" locus="number" ph="t u ɾ u ɲ u ɲ a" underlying="t i ɾ u ɲ i ɲ a">tuɾuɲuɲa</word> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes">taɾu</word> + <word posp="noun" gloss="inside" def="def">ɲaja</word> + <word posp="noun" gloss="box" def="def" locus="number" underlying="t i ɾ u ɲ i ɲ a">tuɾuɲuɲa</word> </flat> + <p><span class="ilpair"><span class="mor">taɾu</span><br><span class="gls">to</span></span> <span class="ilpair"><span class="mor">ɲaja</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">tiɾuɲiɲa</span><br><span class="gls">box</span></span></p> + <p>taɾu ɲaja tuɾuɲuɲa</p> + <p>тару њаја туруњуња</p> + <il> + <w> + <o>taɾu</o> + <g>to</g> + </w> + <w> + <o>ɲaja</o> + <g>inside</g> + </w> + <w> + <o>tiɾuɲiɲa</o> + <g>box</g> + </w> + </il> </example>
тару њаја туруњуња [taɾu ɲaja tuɾuɲuɲa] taɾu to ɲaja inside tiɾuɲiɲa box “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 adj2noun:
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" ph="ɲ a ɾ u ɲ i" slots="Cir V2 Cmr V1 Cmr V2">ɲaɾuɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> </flat> </example>
vowelharmony:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ i" slots="Cir V2 Cmr V1 Cmr V2">ɲaɾuɲi</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ u" slots="Cir V2 Cmr V1 Cmr V2" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> </flat> </example>
applysandhi:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ u" slots="Cir V2 Cmr V1 Cmr V2" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ u" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ɾ a n a">ɾana</word> </flat> </example>
removetags:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative" ph="ɲ a ɾ u ɲ u" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ɾ a n a">ɾana</word> + <word gloss="COMIT" posp="pp" role="comitative" underlying="ɲ a ɾ u ɲ i">ɲaɾuɲu</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number">ɾana</word> </flat> + <p><span class="ilpair"><span class="mor">ɲaɾuɲi</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span></p> + <p>ɲaɾuɲu ɾana</p> + <p>њаруњу рана</p> + <il> + <w> + <o>ɲaɾuɲi</o> + <g>COMIT</g> + </w> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + </il> </example>
њаруњу рана [ɲaɾuɲu ɾana] ɲaɾuɲi COMIT ɾana 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.
Tatiti 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 Tatiti.
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 adj2noun:
No change.
module articles:
No change.
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"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> </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"/> </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"/> </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"/> </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"/> </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"/>
</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"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
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 posp="noun" gloss="jaguar" 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">
- <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"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="hunter"/>
+ <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for jaguar/noun/case/optionalAbout to call getSlotValue for kill/verb/comp/optional
About to call getSlotValue for kill/verb/subj/obligatory
Got 3
About to call getSlotValue for kill/verb/negation/obligatory
Got POS
About to call getSlotValue for kill/verb/voice/obligatory
Got active
About to call getSlotValue for kill/verb/mode/obligatory
Got indicative
About to call getSlotValue for kill/verb/ta/obligatory
Got PAST
About to call getSlotValue for hunter/noun/case/optional
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
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"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter" 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"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" ph="ɲ a j a ɲ i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲajaɲiti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a ɾ i" slots="Cmr V1 Cmr V2">naɾi</word> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /n/ > // + /n/
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" ph="ɲ a j a ɲ i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲajaɲiti</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a ɾ i" slots="Cmr V1 Cmr V2">naɾi</word> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" ph="ɲ a j a ɲ i t i">ɲajaɲiti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a ɾ i">naɾi</word> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" ph="ɲ i ɲ a k a ɲ a">ɲiɲakaɲa</word> </flat> </example>
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" ph="ɲ a j a ɲ i t i">ɲajaɲiti</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a ɾ i">naɾi</word> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" ph="ɲ i ɲ a k a ɲ a">ɲiɲakaɲa</word> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number">ɲajaɲiti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">naɾi</word> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number">ɲiɲakaɲa</word> </flat> + <p><span class="ilpair"><span class="mor">ɲajaɲiti</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">naɾi</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ɲiɲakaɲa</span><br><span class="gls">hunter</span></span></p> + <p>ɲajaɲiti najakinaɾi ɲiɲakaɲa</p> + <p>њајањити најакинари њињакања</p> + <il> + <w> + <o>ɲajaɲiti</o> + <g>jaguar</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>naɾi</o> + <g>kill</g> + </w> + <w> + <o>ɲiɲakaɲa</o> + <g>hunter</g> + </w> + </il> </example>
Њајањити најакинари њињакања. [ɲajaɲiti najakinaɾi ɲiɲakaɲa] ɲajaɲiti jaguar t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST naɾi kill ɲiɲakaɲa hunter “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 adj2noun:
No change.
module articles:
No change.
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"/> </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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> </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"/> </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"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> </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"/>
</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"/>
</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"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
</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"/>
</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"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
</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"/> </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"/> </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"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> </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"/>
</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"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
+ <np def="def" locus="number" role="owner" case="GEN">
+ <word posp="noun" gloss="hunter"/>
</np>
- <np def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
</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"/>
</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"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</np>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
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"/>
</np>
<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 type="owner_owned" role="obj">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</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"/>
</np>
<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 type="owner_owned" role="obj">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
</np>
- <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
</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 posp="noun" gloss="lion" 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">
- <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"/>
</vp>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
+ <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="daughter"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for lion/noun/case/optionalAbout to call getSlotValue for eat/verb/comp/optional
About to call getSlotValue for eat/verb/subj/obligatory
Got 3
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/voice/obligatory
Got active
About to call getSlotValue for eat/verb/mode/obligatory
Got indicative
About to call getSlotValue for eat/verb/ta/obligatory
Got PAST
About to call getSlotValue for dog/noun/case/optional
About to call getSlotValue for daughter/noun/case/optional
Got GEN
About to call getSlotValue for hunter/noun/case/optional
Got GEN
<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" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
</np>
</s>
</example>
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"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" locus="number" role="owned"> <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="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"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" ph="t i t i k i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">titikiti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="k a ɾ a" slots="Cir V1 Cmr V2">kaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="ɾ i t a" slots="Cir V1 Cmr V2">ɾita</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word> </flat> </example>
vowelharmony:
<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" ph="t i t i k i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">titikiti</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
- <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</thingy>
+ <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word>
<word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="k a ɾ a" slots="Cir V1 Cmr V2">kaɾa</word>
<thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="ɾ i t a" slots="Cir V1 Cmr V2">ɾita</word>
<thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word>
</flat>
</example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/n/ + /ɾ/ > // + /n/
/n/ + /ɲ/ > // + /n/
<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" ph="t i t i k i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">titikiti</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="k a ɾ a" slots="Cir V1 Cmr V2">kaɾa</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="ɾ i t a" slots="Cir V1 Cmr V2">ɾita</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" ph="t i t i k i t i">titikiti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɾ a" underlying="ɾ u ɾ a">tuɾa</word> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="k a ɾ a">kaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="n i t a" underlying="ɾ i t a">nita</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="n i ɲ a k a ɲ a" underlying="ɲ i ɲ a k a ɲ a">niɲakaɲa</word> </flat> </example>
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" ph="t i t i k i t i">titikiti</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɾ a" underlying="ɾ u ɾ a">tuɾa</word> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="k a ɾ a">kaɾa</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="n i t a" underlying="ɾ i t a">nita</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="n i ɲ a k a ɲ a" underlying="ɲ i ɲ a k a ɲ a">niɲakaɲa</word> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number">titikiti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ku</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" underlying="ɾ u ɾ a">tuɾa</word> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned">kaɾa</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ki</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" underlying="ɾ i t a">nita</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ki</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" underlying="ɲ i ɲ a k a ɲ a">niɲakaɲa</word> </flat> + <p><span class="ilpair"><span class="mor">titikiti</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾuɾa</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">kaɾa</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ɾita</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ɲiɲakaɲa</span><br><span class="gls">hunter</span></span></p> + <p>titikiti najakutuɾa kaɾa kinita kiniɲakaɲa</p> + <p>титикити најакутура кара кинита кинињакања</p> + <il> + <w> + <o>titikiti</o> + <g>lion</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾuɾa</o> + <g>eat</g> + </w> + <w> + <o>kaɾa</o> + <g>dog</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>ɾita</o> + <g>daughter</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>ɲiɲakaɲa</o> + <g>hunter</g> + </w> + </il> </example>
Титикити најакутура кара кинита кинињакања. [titikiti najakutuɾa kaɾa kinita kiniɲakaɲa] titikiti lion t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾuɾa eat kaɾa dog kin- GEN ɾita daughter kin- GEN ɲiɲakaɲa hunter “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 Tatiti 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, Tatiti 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 adj2noun:
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:
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"/>
</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"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
</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"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> </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"/> </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"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> </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 def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> + </np> <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" case="GEN"> + <word posp="noun" gloss="friend"/> </np> + <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> </np> - </np> - <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> </np> - <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> </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"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
</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"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
</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:
No change.
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"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" posp="pron" gloss="2"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> </np> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> </np> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="son"/> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="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"/> </np> </example>
addaffixes:
About to call getSlotValue for book/noun/case/optionalAbout to call getSlotValue for friend/noun/case/optional
Got GEN
About to call getSlotValue for son/noun/case/optional
Got GEN
<example id="poss3" translation="your son's friend's book">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" case="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"/>
</np>
</example>
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"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="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"/> - </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"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" ph="k a t a" slots="Cir V1 Cmr V2">kata</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" ph="t a t a" slots="Cir V1 Cmr V2">tata</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" ph="ɾ a j a" slots="Cir V1 Cmr V2">ɾaja</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="k i n i" slots="Cir V1 Cmr V2">kini</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
/n/ + /t/ > // + /n//n/ + /ɾ/ > // + /n/
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" ph="k a t a" slots="Cir V1 Cmr V2">kata</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" ph="t a t a" slots="Cir V1 Cmr V2">tata</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i n" slots="Cip V2 Cir">kin</thingy> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" ph="ɾ a j a" slots="Cir V1 Cmr V2">ɾaja</word> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="k i n i" slots="Cir V1 Cmr V2">kini</word> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" ph="k a t a">kata</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" ph="n a t a" underlying="t a t a">nata</word> + <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" ph="n a j a" underlying="ɾ a j a">naja</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="k i n i">kini</word> </flat> </example>
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" ph="k a t a">kata</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" ph="n a t a" underlying="t a t a">nata</word> - <thingy type="nouncase" function="prefix" gloss="GEN" attach="prefix" ph="k i" underlying="k i n">ki</thingy> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" ph="n a j a" underlying="ɾ a j a">naja</word> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="k i n i">kini</word> + <word posp="noun" gloss="book" def="def" locus="number" role="owned">kata</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ki</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" underlying="t a t a">nata</word> + <thingy type="nouncase" function="prefix" gloss="GEN" underlying="k i n">ki</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" underlying="ɾ a j a">naja</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">kini</word> </flat> + <p><span class="ilpair"><span class="mor">kata</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">tata</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">kin-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ɾaja</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">kini</span><br><span class="gls">2</span></span></p> + <p>kata kinata kinaja kini</p> + <p>ката кината кинаја кини</p> + <il> + <w> + <o>kata</o> + <g>book</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>tata</o> + <g>friend</g> + </w> + <w> + <o>kin-</o> + <g>GEN</g> + </w> + <w> + <o>ɾaja</o> + <g>son</g> + </w> + <w> + <o>kini</o> + <g>2</g> + </w> + </il> </example>
ката кината кинаја кини [kata kinata kinaja kini] kata book kin- GEN tata friend kin- GEN ɾaja son kini 2 “your son’s friend’s book” | (16) |
Case Marking
Tatiti 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 adj2noun:
No change.
module articles:
No change.
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"/> </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"/> </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"/> </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"/>
</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:
No change.
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 posp="noun" gloss="cat" 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">
- <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"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/optionalAbout to call getSlotValue for sleep/verb/comp/optional
About to call getSlotValue for sleep/verb/subj/obligatory
Got 3
About to call getSlotValue for sleep/verb/negation/obligatory
Got POS
About to call getSlotValue for sleep/verb/voice/obligatory
Got active
About to call getSlotValue for sleep/verb/mode/obligatory
Got indicative
About to call getSlotValue for sleep/verb/ta/obligatory
Got PRES
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PRES"/>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/>
</vp>
</s>
</example>
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"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PRES"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> - </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"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PRES"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="ɾ i ɾ a" slots="Cmr V1 Cmr V2">ɾiɾa</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /ɾ/ > // + /k/
/ɾ/ + /ɾ/ > // + /ɾ/
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="ɾ i ɾ a" slots="Cmr V1 Cmr V2">ɾiɾa</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k i" underlying="ɾ i ɾ">ki</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="ɾ i ɾ a">ɾiɾa</word> </flat> </example>
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i">naɲi</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k i" underlying="ɾ i ɾ">ki</thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="ɾ i ɾ a">ɾiɾa</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" underlying="ɾ i ɾ">ki</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">ɾiɾa</word> </flat> + <p><span class="ilpair"><span class="mor">naɲi</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ɾiɾ-</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ɾiɾa</span><br><span class="gls">sleep</span></span></p> + <p>naɲi najakiɾiɾa</p> + <p>нањи најакирира</p> + <il> + <w> + <o>naɲi</o> + <g>cat</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>ɾiɾ-</o> + <g>PRES</g> + </w> + <w> + <o>ɾiɾa</o> + <g>sleep</g> + </w> + </il> </example>
Нањи најакирира. [naɲi najakiɾiɾa] naɲi cat t- 3.SUBJ naj- POS n- active kak- indicative ɾiɾ- PRES ɾiɾa 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 adj2noun:
No change.
module articles:
No change.
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"/> </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"/> </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"/> </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"/>
</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:
No change.
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 posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
</vp>
</s>
</example>
calling defaultval for voice/defaultval: verb, voice
returning active
calling defaultval for mode/
defaultval: verb, mode
returning indicative
addaffixes:
About to call getSlotValue for cat/noun/case/optionalAbout to call getSlotValue for run/verb/comp/optional
About to call getSlotValue for run/verb/subj/obligatory
Got 3
About to call getSlotValue for run/verb/negation/obligatory
Got POS
About to call getSlotValue for run/verb/voice/obligatory
Got active
About to call getSlotValue for run/verb/mode/obligatory
Got indicative
About to call getSlotValue for run/verb/ta/obligatory
Got PRES
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
+ <thingy type="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PRES"/>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
</vp>
</s>
</example>
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"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PRES"/> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> - </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"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PRES"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="n u t i" slots="Cmr V1 Cmr V2">nuti</word> </flat> </example>
vowelharmony:
<example id="intr_act" translation="The cat is running.">
<flat>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
- <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy>
- <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="n u t i" slots="Cmr V1 Cmr V2">nuti</word>
+ <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ u ɾ" slots="Cip V2 Cir" underlying="ɾ i ɾ">ɾuɾ</thingy>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="n u t u" slots="Cmr V1 Cmr V2" underlying="n u t i">nutu</word>
</flat>
</example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /ɾ/ > // + /k/
/ɾ/ + /n/ > // + /n/
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ u ɾ" slots="Cip V2 Cir" underlying="ɾ i ɾ">ɾuɾ</thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="n u t u" slots="Cmr V1 Cmr V2" underlying="n u t i">nutu</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k u" underlying="ɾ i ɾ">ku</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="n u t u" underlying="n u t i">nutu</word> </flat> </example>
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i">naɲi</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k u" underlying="ɾ i ɾ">ku</thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="n u t u" underlying="n u t i">nutu</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" underlying="ɾ i ɾ">ku</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" underlying="n u t i">nutu</word> </flat> + <p><span class="ilpair"><span class="mor">naɲi</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ɾiɾ-</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">nuti</span><br><span class="gls">run</span></span></p> + <p>naɲi najakunutu</p> + <p>нањи најакунуту</p> + <il> + <w> + <o>naɲi</o> + <g>cat</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>ɾiɾ-</o> + <g>PRES</g> + </w> + <w> + <o>nuti</o> + <g>run</g> + </w> + </il> </example>
Нањи најакунуту. [naɲi najakunutu] naɲi cat t- 3.SUBJ naj- POS n- active kak- indicative ɾiɾ- PRES nuti 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 adj2noun:
No change.
module articles:
No change.
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"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> </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"/> </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"/> </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"/> </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"/> </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"/>
</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"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
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 posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
calling defaultval for voice/defaultval: verb, voice
returning active
calling defaultval for mode/
defaultval: verb, mode
returning indicative
addaffixes:
About to call getSlotValue for cat/noun/case/optionalAbout to call getSlotValue for chase/verb/comp/optional
About to call getSlotValue for chase/verb/subj/obligatory
Got 3
About to call getSlotValue for chase/verb/negation/obligatory
Got POS
About to call getSlotValue for chase/verb/voice/obligatory
Got active
About to call getSlotValue for chase/verb/mode/obligatory
Got indicative
About to call getSlotValue for chase/verb/ta/obligatory
Got PRES
About to call getSlotValue for mouse/noun/case/optional
<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" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PRES"/>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" 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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PRES"/> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse" 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"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PRES"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="k i n i t a ɾ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">kinitaɾa</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ i ɲ u ɾ i ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲuɾiɾi</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" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
<thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="k i n i t a ɾ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">kinitaɾa</word>
- <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ i ɲ u ɾ i ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲuɾiɾi</word>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word>
</flat>
</example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /ɾ/ > // + /k/
/ɾ/ + /k/ > // + /k/
<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" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="k i n i t a ɾ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">kinitaɾa</word> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k i" underlying="ɾ i ɾ">ki</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="k i n i t a ɾ a">kinitaɾa</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> </flat> </example>
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" ph="n a ɲ i">naɲi</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k i" underlying="ɾ i ɾ">ki</thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="k i n i t a ɾ a">kinitaɾa</word> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" underlying="ɾ i ɾ">ki</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">kinitaɾa</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> </flat> + <p><span class="ilpair"><span class="mor">naɲi</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ɾiɾ-</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">kinitaɾa</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">ɲiɲuɾiɾi</span><br><span class="gls">mouse</span></span></p> + <p>naɲi najakikinitaɾa ɲuɲuɾuɾu</p> + <p>нањи најакикинитара њуњуруру</p> + <il> + <w> + <o>naɲi</o> + <g>cat</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>ɾiɾ-</o> + <g>PRES</g> + </w> + <w> + <o>kinitaɾa</o> + <g>chase</g> + </w> + <w> + <o>ɲiɲuɾiɾi</o> + <g>mouse</g> + </w> + </il> </example>
Нањи најакикинитара њуњуруру. [naɲi najakikinitaɾa ɲuɲuɾuɾu] naɲi cat t- 3.SUBJ naj- POS n- active kak- indicative ɾiɾ- PRES kinitaɾa chase ɲiɲuɾiɾi mouse “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 adj2noun:
No change.
module articles:
No change.
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"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> </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"/> </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"/> </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"/> </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"/> </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"/>
</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"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
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 posp="noun" gloss="cat" 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">
- <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"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for cat/noun/case/optionalAbout to call getSlotValue for catch/verb/comp/optional
About to call getSlotValue for catch/verb/subj/obligatory
Got 3
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for catch/verb/mode/obligatory
Got indicative
About to call getSlotValue for catch/verb/ta/obligatory
Got PAST
About to call getSlotValue for mouse/noun/case/optional
<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" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
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"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse" 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"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ i ɲ u ɾ i ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲuɾiɾi</word> </flat> </example>
vowelharmony:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
- <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word>
- <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ i ɲ u ɾ i ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲuɾiɾi</word>
+ <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word>
</flat>
</example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="n a ɲ i">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> </flat> </example>
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" ph="n a ɲ i">naɲi</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">naɲi</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ku</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" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> </flat> + <p><span class="ilpair"><span class="mor">naɲi</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾuɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɲiɲuɾiɾi</span><br><span class="gls">mouse</span></span></p> + <p>naɲi najakutuɲu ɲuɲuɾuɾu</p> + <p>нањи најакутуњу њуњуруру</p> + <il> + <w> + <o>naɲi</o> + <g>cat</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾuɲi</o> + <g>catch</g> + </w> + <w> + <o>ɲiɲuɾiɾi</o> + <g>mouse</g> + </w> + </il> </example>
Нањи најакутуњу њуњуруру. [naɲi najakutuɲu ɲuɲuɾuɾu] naɲi cat t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾuɲi catch ɲiɲuɾiɾi mouse “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 adj2noun:
No change.
module articles:
No change.
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"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> </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"/> </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"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> </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"/>
</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"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
</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"/> </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"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="lion"/> </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"/>
</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"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
- <conjp conj="and">
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
</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"/>
</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"/>
</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"/>
</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"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
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"/>
</np>
<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"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
</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 posp="noun" gloss="hunter" 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">
- <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"/>
</vp>
<np def="def" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="jaguar"/>
+ <word posp="noun" gloss="jaguar" 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 posp="noun" gloss="tiger" 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 posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for hunter/noun/case/optionalAbout to call getSlotValue for kill/verb/comp/optional
About to call getSlotValue for kill/verb/subj/obligatory
Got 3
About to call getSlotValue for kill/verb/negation/obligatory
Got POS
About to call getSlotValue for kill/verb/voice/obligatory
Got active
About to call getSlotValue for kill/verb/mode/obligatory
Got indicative
About to call getSlotValue for kill/verb/ta/obligatory
Got PAST
About to call getSlotValue for jaguar/noun/case/optional
About to call getSlotValue for tiger/noun/case/optional
About to call getSlotValue for lion/noun/case/optional
<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" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar" 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"/>
</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"/>
</np>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="noun" gloss="hunter" 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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="jaguar" 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"/> - </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"/> - </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"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="jaguar" 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 posp="conj" gloss="and"/> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a ɾ i" slots="Cmr V1 Cmr V2">naɾi</word> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="ɲ a j a ɲ i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲajaɲiti</word> + <word posp="conj" gloss="and" ph="n a" slots="Cir V1">na</word> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="t a n a k a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tanakaɾa</word> + <word posp="conj" gloss="and" ph="n a" slots="Cir V1">na</word> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="t i t i k i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">titikiti</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /n/ > // + /n/
<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" ph="ɲ i ɲ a k a ɲ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲakaɲa</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a ɾ i" slots="Cmr V1 Cmr V2">naɾi</word> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="ɲ a j a ɲ i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲajaɲiti</word> - <word posp="conj" gloss="and" ph="n a" slots="Cir V1">na</word> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="t a n a k a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">tanakaɾa</word> - <word posp="conj" gloss="and" ph="n a" slots="Cir V1">na</word> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="t i t i k i t i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">titikiti</word> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" ph="ɲ i ɲ a k a ɲ a">ɲiɲakaɲa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a ɾ i">naɾi</word> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="ɲ a j a ɲ i t i">ɲajaɲiti</word> + <word posp="conj" gloss="and" ph="n a">na</word> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="t a n a k a ɾ a">tanakaɾa</word> + <word posp="conj" gloss="and" ph="n a">na</word> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="t i t i k i t i">titikiti</word> </flat> </example>
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" ph="ɲ i ɲ a k a ɲ a">ɲiɲakaɲa</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a ɾ i">naɾi</word> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="ɲ a j a ɲ i t i">ɲajaɲiti</word> - <word posp="conj" gloss="and" ph="n a">na</word> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="t a n a k a ɾ a">tanakaɾa</word> - <word posp="conj" gloss="and" ph="n a">na</word> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="t i t i k i t i">titikiti</word> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number">ɲiɲakaɲa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">naɾi</word> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme">ɲajaɲiti</word> + <word posp="conj" gloss="and">na</word> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme">tanakaɾa</word> + <word posp="conj" gloss="and">na</word> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme">titikiti</word> </flat> + <p><span class="ilpair"><span class="mor">ɲiɲakaɲa</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">naɾi</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ɲajaɲiti</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">na</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">tanakaɾa</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">na</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">titikiti</span><br><span class="gls">lion</span></span></p> + <p>ɲiɲakaɲa najakinaɾi ɲajaɲiti na tanakaɾa na titikiti</p> + <p>њињакања најакинари њајањити на танакара на титикити</p> + <il> + <w> + <o>ɲiɲakaɲa</o> + <g>hunter</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>naɾi</o> + <g>kill</g> + </w> + <w> + <o>ɲajaɲiti</o> + <g>jaguar</g> + </w> + <w> + <o>na</o> + <g>and</g> + </w> + <w> + <o>tanakaɾa</o> + <g>tiger</g> + </w> + <w> + <o>na</o> + <g>and</g> + </w> + <w> + <o>titikiti</o> + <g>lion</g> + </w> + </il> </example>
Њињакања најакинари њајањити на танакара на титикити. [ɲiɲakaɲa najakinaɾi ɲajaɲiti na tanakaɾa na titikiti] ɲiɲakaɲa hunter t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST naɾi kill ɲajaɲiti jaguar na and tanakaɾa tiger na and titikiti lion “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 Tatiti 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
Tatiti 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 adj2noun:
No change.
module articles:
No change.
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"/> </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"/> </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"/> </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"/>
</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"/> </np> </s> </example>
prodrop:
No change.
addclitics:
No change.
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">
- <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"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
+ <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/comp/optionalAbout to call getSlotValue for pat/verb/subj/obligatory
Got 1excl
About to call getSlotValue for pat/verb/negation/obligatory
Got POS
About to call getSlotValue for pat/verb/voice/obligatory
Got active
About to call getSlotValue for pat/verb/mode/obligatory
Got indicative
About to call getSlotValue for pat/verb/ta/obligatory
Got PAST
About to call getSlotValue for cat/noun/case/optional
<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" 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="verbsubj" function="prefix" gloss="1excl"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
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="verbsubj" function="prefix" gloss="1excl"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat" 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="verbsubj" function="prefix" gloss="1excl"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> </flat> </example>
vowelharmony:
No change.
applysandhi:
/ɾ/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /n/ > // + /n/
<example id="relp1" translation="I patted the cat."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" ph="n a ɲ i" slots="Cir V1 Cmr V2">naɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a k a t i ɲ a">nakatiɲa</word> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" ph="n a ɲ i">naɲi</word> </flat> </example>
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a k a t i ɲ a">nakatiɲa</word> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" ph="n a ɲ i">naɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">nakatiɲa</word> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number">naɲi</word> </flat> + <p><span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɾ-</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nakatiɲa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">naɲi</span><br><span class="gls">cat</span></span></p> + <p>ɾana najakinakatiɲa naɲi</p> + <p>рана најакинакатиња нањи</p> + <il> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + <w> + <o>ɾ-</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>nakatiɲa</o> + <g>pat</g> + </w> + <w> + <o>naɲi</o> + <g>cat</g> + </w> + </il> </example>
Рана најакинакатиња нањи. [ɾana najakinakatiɲa naɲi] ɾana 1excl ɾ- 1excl.SUBJ naj- POS n- active kak- indicative kit- PAST nakatiɲa pat naɲi cat “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 adj2noun:
No change.
module articles:
No change.
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"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> </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="catch"/>
+ </vp>
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
+ </np>
+ <np def="def" number="sing" role="obj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ </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="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"/>
</np>
- <np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
</np>
- </relp>
- </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"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
</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"/>
</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"/> </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"/> </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"/> </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"/>
</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"/>
</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"/>
</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"/> </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"/> </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"/> </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"/> + <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"/> </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"/> + <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"/>
</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"/>
</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:
No change.
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">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
</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">
<word posp="verb" gloss="pat"/>
</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">
- <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"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
+ <word posp="noun" gloss="mouse" 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">
- <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"/>
</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:
About to call getSlotValue for catch/verb/comp/optionalAbout to call getSlotValue for catch/verb/subj/obligatory
Got 3
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for catch/verb/mode/obligatory
Got indicative
About to call getSlotValue for catch/verb/ta/obligatory
Got PAST
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for pat/verb/comp/optional
About to call getSlotValue for pat/verb/subj/obligatory
Got 1excl
About to call getSlotValue for pat/verb/negation/obligatory
Got POS
About to call getSlotValue for pat/verb/voice/obligatory
Got active
About to call getSlotValue for pat/verb/mode/obligatory
Got indicative
About to call getSlotValue for pat/verb/ta/obligatory
Got PAST
<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" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse" 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="verbsubj" function="prefix" gloss="1excl"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</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>
</example>
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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="mouse" 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="verbsubj" function="prefix" gloss="1excl"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </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="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="verbsubj" function="prefix" gloss="1excl"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <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" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ i ɲ u ɾ i ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲuɾiɾi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲ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" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ i ɲ u ɾ i ɾ i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲuɾiɾi</word> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> </flat> </example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/ɾ/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /n/ > // + /n/
<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" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a k a t i ɲ a">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> </flat> </example>
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" ph="t u t u" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ u ɲ u ɾ u ɾ u" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a k a t i ɲ a">nakatiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ku</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" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" underlying="ɲ i ɲ u ɾ i ɾ i">ɲuɲuɾuɾu</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj">ɲi</word> </flat> + <p><span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾuɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɲiɲuɾiɾi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɾ-</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nakatiɲa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ɲi</span><br><span class="gls">then</span></span></p> + <p>tutu najakutuɲu ɲuɲuɾuɾu ɾana najakinakatiɲa tutu ɲi</p> + <p>туту најакутуњу њуњуруру рана најакинакатиња туту њи</p> + <il> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾuɲi</o> + <g>catch</g> + </w> + <w> + <o>ɲiɲuɾiɾi</o> + <g>mouse</g> + </w> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + <w> + <o>ɾ-</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>nakatiɲa</o> + <g>pat</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>ɲi</o> + <g>then</g> + </w> + </il> </example>
Туту најакутуњу њуњуруру рана најакинакатиња туту њи. [tutu najakutuɲu ɲuɲuɾuɾu ɾana najakinakatiɲa tutu ɲi] tuti 3 t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾuɲi catch ɲiɲuɾiɾi mouse ɾana 1excl ɾ- 1excl.SUBJ naj- POS n- active kak- indicative kit- PAST nakatiɲa pat tuti 3 ɲi 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 adj2noun:
No change.
module articles:
No change.
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"/> </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"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> </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"/>
</np>
- <np role="obj">
- <relp>
+ <np def="def" number="sing" role="obj" locus="number">
+ <word posp="noun" gloss="cheese"/>
+ </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"/>
</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"/>
</np>
- <np def="def" number="sing" role="obj" locus="number">
- <word posp="noun" gloss="cheese"/>
</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"/>
</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"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</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"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
</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"/>
</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"/> </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"/> </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"/> </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"/> </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"/> </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"/>
</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"/>
</np>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np 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"/>
</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"/>
</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"/> </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"/> </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"/> </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"/> </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"/> </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"/> + <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"/> </np> </s> <s connector="then"> - <np def="def" role="subj" head="this" locus="number" output="aspron"> - <word posp="noun" gloss="cat"/> + <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"/> + <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"/> + <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"/>
</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"/>
</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:
No change.
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">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
</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">
<word posp="verb" gloss="catch"/>
</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">
<word posp="verb" gloss="pat"/>
</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">
- <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"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="cheese"/>
+ <word posp="noun" gloss="cheese" 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">
- <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"/>
</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">
- <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"/>
</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:
About to call getSlotValue for eat/verb/comp/optionalAbout to call getSlotValue for eat/verb/subj/obligatory
Got 3
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/voice/obligatory
Got active
About to call getSlotValue for eat/verb/mode/obligatory
Got indicative
About to call getSlotValue for eat/verb/ta/obligatory
Got PAST
About to call getSlotValue for cheese/noun/case/optional
About to call getSlotValue for catch/verb/comp/optional
About to call getSlotValue for catch/verb/subj/obligatory
Got 3
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for catch/verb/mode/obligatory
Got indicative
About to call getSlotValue for catch/verb/ta/obligatory
Got PAST
About to call getSlotValue for pat/verb/comp/optional
About to call getSlotValue for pat/verb/subj/obligatory
Got 1excl
About to call getSlotValue for pat/verb/negation/obligatory
Got POS
About to call getSlotValue for pat/verb/voice/obligatory
Got active
About to call getSlotValue for pat/verb/mode/obligatory
Got indicative
About to call getSlotValue for pat/verb/ta/obligatory
Got PAST
<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" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</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="verbsubj" function="prefix" gloss="1excl"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</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>
</example>
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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese" 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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </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="verbsubj" function="prefix" gloss="1excl"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </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="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <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="verbsubj" function="prefix" gloss="1excl"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <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" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" ph="j a ɾ a t i ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">jaɾatiɾa</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲ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" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" ph="j a ɾ a t i ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">jaɾatiɾa</word> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> </flat> </example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/t/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/ɾ/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /n/ > // + /n/
<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" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" ph="j a ɾ a t i ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">jaɾatiɾa</word> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɾ a" underlying="ɾ u ɾ a">tuɾa</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" ph="j a ɾ a t i ɾ a">jaɾatiɾa</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a k a t i ɲ a">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> </flat> </example>
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" ph="t u t u" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɾ a" underlying="ɾ u ɾ a">tuɾa</word> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" ph="j a ɾ a t i ɾ a">jaɾatiɾa</word> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a k a t i ɲ a">nakatiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ku</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" underlying="ɾ u ɾ a">tuɾa</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number">jaɾatiɾa</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ku</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" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj">ɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj">ɲi</word> </flat> + <p><span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾuɾa</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">jaɾatiɾa</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾuɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ɲi</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɾ-</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nakatiɲa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ɲi</span><br><span class="gls">then</span></span></p> + <p>tutu najakutuɾa jaɾatiɾa tutu najakutuɲu tutu ɲi ɾana najakinakatiɲa tutu ɲi</p> + <p>туту најакутура јаратира туту најакутуњу туту њи рана најакинакатиња туту њи</p> + <il> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾuɾa</o> + <g>eat</g> + </w> + <w> + <o>jaɾatiɾa</o> + <g>cheese</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾuɲi</o> + <g>catch</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>ɲi</o> + <g>then</g> + </w> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + <w> + <o>ɾ-</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>nakatiɲa</o> + <g>pat</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>ɲi</o> + <g>then</g> + </w> + </il> </example>
Туту најакутура јаратира туту најакутуњу туту њи рана најакинакатиња туту њи. [tutu najakutuɾa jaɾatiɾa tutu najakutuɲu tutu ɲi ɾana najakinakatiɲa tutu ɲi] tuti 3 t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾuɾa eat jaɾatiɾa cheese tuti 3 t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾuɲi catch tuti 3 ɲi then ɾana 1excl ɾ- 1excl.SUBJ naj- POS n- active kak- indicative kit- PAST nakatiɲa pat tuti 3 ɲi 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 adj2noun:
No change.
module articles:
No change.
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"/> </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"/> </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"/> </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"/>
+ </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"/>
+ </np>
<np role="obj">
- <relp>
+ <np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cheese"/>
+ </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"/>
</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"/>
</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>
- </relp>
- </np>
- </relp>
+ <np role="obj">
+ <np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
+ <word posp="noun" gloss="cat"/>
</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"/>
</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"/>
</np>
<np role="obj">
<np def="def" number="sing" role="obj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="cheese"/>
</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"/>
</np>
<np role="obj">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
</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"/>
</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"/> </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"/> </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"/> </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"/> </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"/> </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"/> </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"/>
</np>
</s>
<s connector="then">
<np def="def" number="sing" role="subj" head="this" locus="number" output="aspron">
<word posp="noun" gloss="mouse"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="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"/>
</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"/>
</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"/>
</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"/>
</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"/> </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"/> </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"/> </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"/> </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"/> </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"/> </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"/>
+ <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"/>
+ <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"/>
+ <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"/>
+ <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"/>
+ <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"/>
+ <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:
No change.
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">
<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" 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" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</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">
<word posp="verb" gloss="pat"/>
</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">
- <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"/>
</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">
- <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"/>
</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">
- <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"/>
</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">
- <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"/>
</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:
About to call getSlotValue for buy/verb/comp/optionalAbout to call getSlotValue for buy/verb/subj/obligatory
Got 1excl
About to call getSlotValue for buy/verb/negation/obligatory
Got POS
About to call getSlotValue for buy/verb/voice/obligatory
Got active
About to call getSlotValue for buy/verb/mode/obligatory
Got indicative
About to call getSlotValue for buy/verb/ta/obligatory
Got PAST
About to call getSlotValue for eat/verb/comp/optional
About to call getSlotValue for eat/verb/subj/obligatory
Got 3
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/voice/obligatory
Got active
About to call getSlotValue for eat/verb/mode/obligatory
Got indicative
About to call getSlotValue for eat/verb/ta/obligatory
Got PAST
About to call getSlotValue for catch/verb/comp/optional
About to call getSlotValue for catch/verb/subj/obligatory
Got 3
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/obligatory
Got active
About to call getSlotValue for catch/verb/mode/obligatory
Got indicative
About to call getSlotValue for catch/verb/ta/obligatory
Got PAST
About to call getSlotValue for pat/verb/comp/optional
About to call getSlotValue for pat/verb/subj/obligatory
Got 1excl
About to call getSlotValue for pat/verb/negation/obligatory
Got POS
About to call getSlotValue for pat/verb/voice/obligatory
Got active
About to call getSlotValue for pat/verb/mode/obligatory
Got indicative
About to call getSlotValue for pat/verb/ta/obligatory
Got PAST
<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" 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="verbsubj" function="prefix" gloss="1excl"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</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="verbsubj" function="prefix" gloss="1excl"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</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>
</example>
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="verbsubj" function="prefix" gloss="1excl"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </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="verbsubj" function="prefix" gloss="1excl"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </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="verbsubj" function="prefix" gloss="1excl"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <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="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <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="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <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="verbsubj" function="prefix" gloss="1excl"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <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" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i ɲ a" slots="Cmr V1 Cmr V2">ɾiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word> + <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲ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" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word>
<thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
<thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i ɲ a" slots="Cmr V1 Cmr V2">ɾiɲa</word>
- <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word>
- <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word>
+ <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
- <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</thingy>
+ <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word>
- <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word>
<word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word>
- <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word>
+ <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
- <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ u ɲ i" slots="Cmr V1 Cmr V2">ɾuɲi</word>
- <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word>
+ <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word>
<word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word>
<thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
<thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word>
- <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t i" slots="Cir V1 Cmr V2">tuti</word>
+ <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word>
<word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word>
</flat>
</example>
applysandhi:
/ɾ/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/t/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/t/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
/ɾ/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /n/ > // + /n/
<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" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i ɲ a" slots="Cmr V1 Cmr V2">ɾiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɾ a" slots="Cmr V1 Cmr V2">ɾuɾa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u t" slots="Cip V2 Cir" underlying="k i t">kut</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" ph="ɾ u ɲ u" slots="Cmr V1 Cmr V2" underlying="ɾ u ɲ i">ɾuɲu</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n a k a t i ɲ a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">nakatiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" slots="Cir V1 Cmr V2" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i" slots="Cir V1">ɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t i ɲ a" underlying="ɾ i ɲ a">tiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɾ a" underlying="ɾ u ɾ a">tuɾa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a k a t i ɲ a">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> </flat> </example>
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t i ɲ a" underlying="ɾ i ɲ a">tiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɾ a" underlying="ɾ u ɾ a">tuɾa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> - <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k u" underlying="k i t">ku</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" ph="t u ɲ u" underlying="ɾ u ɲ i">tuɲu</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n a k a t i ɲ a">nakatiɲa</word> - <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" ph="t u t u" underlying="t u t i">tutu</word> - <word gloss="then" posp="conj" ph="ɲ i">ɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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" underlying="ɾ i ɲ a">tiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" underlying="t u t i">tutu</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ku</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" underlying="ɾ u ɾ a">tuɾa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj">ɲi</word> + <word posp="pron" gloss="3" def="def" role="subj" head="this" locus="number" underlying="t u t i">tutu</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ku</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" underlying="ɾ u ɲ i">tuɲu</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj">ɲi</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ɾana</word> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">nakatiɲa</word> + <word posp="pron" gloss="3" def="def" role="obj" head="this" locus="number" underlying="t u t i">tutu</word> + <word gloss="then" posp="conj">ɲi</word> </flat> + <p><span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɾ-</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾiɲa</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾuɾa</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ɲi</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾuɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ɲi</span><br><span class="gls">then</span></span> <span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɾ-</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nakatiɲa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">tuti</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">ɲi</span><br><span class="gls">then</span></span></p> + <p>ɾana najakitiɲa tutu tutu najakutuɾa tutu ɲi tutu najakutuɲu tutu ɲi ɾana najakinakatiɲa tutu ɲi</p> + <p>рана најакитиња туту туту најакутура туту њи туту најакутуњу туту њи рана најакинакатиња туту њи</p> + <il> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + <w> + <o>ɾ-</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾiɲa</o> + <g>buy</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾuɾa</o> + <g>eat</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>ɲi</o> + <g>then</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾuɲi</o> + <g>catch</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>ɲi</o> + <g>then</g> + </w> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + <w> + <o>ɾ-</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>nakatiɲa</o> + <g>pat</g> + </w> + <w> + <o>tuti</o> + <g>3</g> + </w> + <w> + <o>ɲi</o> + <g>then</g> + </w> + </il> </example>
Рана најакитиња туту туту најакутура туту њи туту најакутуњу туту њи рана најакинакатиња туту њи. [ɾana najakitiɲa tutu tutu najakutuɾa tutu ɲi tutu najakutuɲu tutu ɲi ɾana najakinakatiɲa tutu ɲi] ɾana 1excl ɾ- 1excl.SUBJ naj- POS n- active kak- indicative kit- PAST ɾiɲa buy tuti 3 tuti 3 t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾuɾa eat tuti 3 ɲi then tuti 3 t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾuɲi catch tuti 3 ɲi then ɾana 1excl ɾ- 1excl.SUBJ naj- POS n- active kak- indicative kit- PAST nakatiɲa pat tuti 3 ɲi then “I patted the cat that caught the mouse that ate the cheese that I bought.” | (25) |
Complementation Strategies
Tatiti 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 adj2noun:
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"/>
</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"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
</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"/> </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"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> </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"/>
</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"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
</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> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + </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" head="this" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </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"/> - </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"/> </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"/> </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"/> </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"/> </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"/> </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"/> </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"/> </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"/>
</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"/>
</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"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
No change.
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 posp="noun" gloss="boy" 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">
- <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"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
- <word posp="noun" gloss="girl"/>
+ <word posp="noun" gloss="girl" 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">
- <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"/>
</vp>
<np def="def" role="indobj" locus="number">
- <word posp="noun" gloss="teacher"/>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for boy/noun/case/optionalAbout to call getSlotValue for give/verb/comp/optional
Got COMP
About to call getSlotValue for give/verb/subj/obligatory
Got 3
About to call getSlotValue for give/verb/negation/obligatory
Got POS
About to call getSlotValue for give/verb/voice/obligatory
Got active
About to call getSlotValue for give/verb/mode/obligatory
Got indicative
About to call getSlotValue for give/verb/ta/obligatory
Got PAST
About to call getSlotValue for girl/noun/case/optional
About to call getSlotValue for apple/noun/case/optional
About to call getSlotValue for surprise/verb/comp/optional
About to call getSlotValue for surprise/verb/subj/obligatory
Got 3
About to call getSlotValue for surprise/verb/negation/obligatory
Got POS
About to call getSlotValue for surprise/verb/voice/obligatory
Got active
About to call getSlotValue for surprise/verb/mode/obligatory
Got indicative
About to call getSlotValue for surprise/verb/ta/obligatory
Got PAST
About to call getSlotValue for teacher/noun/case/optional
<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" 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="verbcomp" function="prefix" gloss="COMP"/>
+ <thingy type="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<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"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/>
</vp>
<np def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np role="subj"> - <subs> - <np def="def" head="this" role="subj" locus="number"> + <flat> <word posp="noun" gloss="boy" 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="verbcomp" function="prefix" gloss="COMP"/> <thingy type="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <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"/> - </vp> - <np def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl" 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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - </vp> - <np def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher" 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"/> - <thingy type="verbcomp" function="prefix" gloss="COMP"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <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"/> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/> - <word posp="noun" gloss="apple" role="obj" locus="number"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" ph="ɾ a k i" slots="Cir V1 Cmr V2">ɾaki</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="t i k a" slots="Cmr V1 Cmr V2">tika</word> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="k a j a" slots="Cir V1 Cmr V2">kaja</word> + <word posp="noun" gloss="apple" role="obj" locus="number" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i j a j a n a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">ɾijajana</word> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="ɲ i k u k i n i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲikukini</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" ph="ɾ a k i" slots="Cir V1 Cmr V2">ɾaki</word>
<thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
<thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="t i k a" slots="Cmr V1 Cmr V2">tika</word>
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="k a j a" slots="Cir V1 Cmr V2">kaja</word>
<word posp="noun" gloss="apple" role="obj" locus="number" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
<thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i j a j a n a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">ɾijajana</word>
- <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="ɲ i k u k i n i" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲikukini</word>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="ɲ u k u k u n u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i k u k i n i">ɲukukunu</word>
</flat>
</example>
applysandhi:
/t/ + /t/ > // + /t//t/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /t/ > // + /t/
/t/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /ɾ/ > // + /t/
<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" ph="ɾ a k i" slots="Cir V1 Cmr V2">ɾaki</word> - <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="t i k a" slots="Cmr V1 Cmr V2">tika</word> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="k a j a" slots="Cir V1 Cmr V2">kaja</word> - <word posp="noun" gloss="apple" role="obj" locus="number" ph="ɲ i ɲ a n a ɾ a" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2">ɲiɲanaɾa</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="ɾ i j a j a n a" slots="Cmr V1 Cmr V2 Cmr V2 Cmr V2">ɾijajana</word> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="ɲ u k u k u n u" slots="Cir V2 Cmr V1 Cmr V2 Cmr V2" underlying="ɲ i k u k i n i">ɲukukunu</word> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" ph="ɾ a k i">ɾaki</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a" underlying="ɲ a t">ɲa</thingy> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t i k a">tika</word> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="k a j a">kaja</word> + <word posp="noun" gloss="apple" role="obj" locus="number" ph="ɲ i ɲ a n a ɾ a">ɲiɲanaɾa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t i j a j a n a" underlying="ɾ i j a j a n a">tijajana</word> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="ɲ u k u k u n u" underlying="ɲ i k u k i n i">ɲukukunu</word> </flat> </example>
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" ph="ɾ a k i">ɾaki</word> - <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a" underlying="ɲ a t">ɲa</thingy> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t i k a">tika</word> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="k a j a">kaja</word> - <word posp="noun" gloss="apple" role="obj" locus="number" ph="ɲ i ɲ a n a ɾ a">ɲiɲanaɾa</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="t i j a j a n a" underlying="ɾ i j a j a n a">tijajana</word> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="ɲ u k u k u n u" underlying="ɲ i k u k i n i">ɲukukunu</word> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number">ɾaki</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" underlying="ɲ a t">ɲa</thingy> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">tika</word> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number">kaja</word> + <word posp="noun" gloss="apple" role="obj" locus="number">ɲiɲanaɾa</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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" underlying="ɾ i j a j a n a">tijajana</word> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" underlying="ɲ i k u k i n i">ɲukukunu</word> </flat> + <p><span class="ilpair"><span class="mor">ɾaki</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">ɲat-</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tika</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">kaja</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">ɲiɲanaɾa</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾijajana</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">ɲikukini</span><br><span class="gls">teacher</span></span></p> + <p>ɾaki ɲanajakitika kaja ɲiɲanaɾa najakitijajana ɲukukunu</p> + <p>раки њанајакитика каја њињанара најакитијајана њукукуну</p> + <il> + <w> + <o>ɾaki</o> + <g>boy</g> + </w> + <w> + <o>ɲat-</o> + <g>COMP</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>tika</o> + <g>give</g> + </w> + <w> + <o>kaja</o> + <g>girl</g> + </w> + <w> + <o>ɲiɲanaɾa</o> + <g>apple</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>ɾijajana</o> + <g>surprise</g> + </w> + <w> + <o>ɲikukini</o> + <g>teacher</g> + </w> + </il> </example>
Раки њанајакитика каја њињанара најакитијајана њукукуну. [ɾaki ɲanajakitika kaja ɲiɲanaɾa najakitijajana ɲukukunu] ɾaki boy ɲat- COMP t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST tika give kaja girl ɲiɲanaɾa apple t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST ɾijajana surprise ɲikukini teacher “It surprised the teacher that the boy had given the girl an apple.” | (26) |
Quotes
Tatiti 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 adj2noun:
No change.
module articles:
No change.
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"/> </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"/> </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"/>
</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"/>
</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"/> + </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"/> </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"/> - </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"/>
</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"/>
</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"/> </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"/> </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"/>
</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"/>
</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"/>
</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"/>
</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:
No change.
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 posp="noun" gloss="boy" 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">
- <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"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
- <word posp="noun" gloss="girl"/>
+ <word posp="noun" gloss="girl" 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">
- <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"/>
</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:
About to call getSlotValue for boy/noun/case/optionalAbout to call getSlotValue for tell/verb/comp/optional
About to call getSlotValue for tell/verb/subj/obligatory
Got 3
About to call getSlotValue for tell/verb/negation/obligatory
Got POS
About to call getSlotValue for tell/verb/voice/obligatory
Got active
About to call getSlotValue for tell/verb/mode/obligatory
Got indicative
About to call getSlotValue for tell/verb/ta/obligatory
Got PAST
About to call getSlotValue for girl/noun/case/optional
About to call getSlotValue for love/verb/comp/optional
Got COMP
About to call getSlotValue for love/verb/subj/obligatory
Got 1excl
About to call getSlotValue for love/verb/negation/obligatory
Got POS
About to call getSlotValue for love/verb/voice/obligatory
Got active
About to call getSlotValue for love/verb/mode/obligatory
Got indicative
About to call getSlotValue for love/verb/ta/obligatory
Got PRES
<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" 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="verbsubj" function="prefix" gloss="3"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PAST"/>
<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"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl" 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="verbcomp" function="prefix" gloss="COMP"/>
+ <thingy type="verbsubj" function="prefix" gloss="1excl"/>
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
+ <thingy type="verbmode" function="prefix" gloss="indicative"/>
+ <thingy type="verbta" function="prefix" gloss="PRES"/>
<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"/>
</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>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="noun" gloss="boy" 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="verbsubj" function="prefix" gloss="3"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PAST"/> <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"/> - </vp> - <np def="def" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl" 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="verbcomp" function="prefix" gloss="COMP"/> <thingy type="verbsubj" function="prefix" gloss="1excl"/> <thingy type="verbnegation" function="prefix" gloss="POS"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <thingy type="verbmode" function="prefix" gloss="indicative"/> <thingy type="verbta" function="prefix" gloss="PRES"/> <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"/> - </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"/> - <thingy type="verbsubj" function="prefix" gloss="3"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PAST"/> - <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"/> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="verbcomp" function="prefix" gloss="COMP"/> - <thingy type="verbsubj" function="prefix" gloss="1excl"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <thingy type="verbmode" function="prefix" gloss="indicative"/> - <thingy type="verbta" function="prefix" gloss="PRES"/> - <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"/> - <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" ph="ɾ a k i" slots="Cir V1 Cmr V2">ɾaki</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n i n i" slots="Cmr V1 Cmr V2">nini</word> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="k a j a" slots="Cir V1 Cmr V2">kaja</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</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" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i" slots="Cir V1 Cmr V2">kini</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" ph="ɾ a k i" slots="Cir V1 Cmr V2">ɾaki</word>
<thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
<thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n i n i" slots="Cmr V1 Cmr V2">nini</word>
<word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="k a j a" slots="Cir V1 Cmr V2">kaja</word>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word>
<thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy>
<thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy>
<thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy>
<thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy>
<thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy>
- <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ i ɾ" slots="Cip V2 Cir">ɾiɾ</thingy>
+ <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ u ɾ" slots="Cip V2 Cir" underlying="ɾ i ɾ">ɾuɾ</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" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i" slots="Cir V1 Cmr V2">kini</word>
</flat>
</example>
applysandhi:
/t/ + /n/ > // + /n//j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /k/ > // + /k/
/t/ + /n/ > // + /n/
/t/ + /ɾ/ > // + /t/
/t/ + /n/ > // + /n/
/j/ + /n/ > // + /j/
/j/ + /k/ > // + /j/
/k/ + /ɾ/ > // + /k/
/ɾ/ + /ɲ/ > // + /ɲ/
<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" ph="ɾ a k i" slots="Cir V1 Cmr V2">ɾaki</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="t" slots="Cip">t</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i t" slots="Cip V2 Cir">kit</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" ph="n i n i" slots="Cmr V1 Cmr V2">nini</word> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="k a j a" slots="Cir V1 Cmr V2">kaja</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a" slots="Cir V1 Cmr V2">ɾana</word> - <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a t" slots="Cip V2 Cip">ɲat</thingy> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="ɾ" slots="Cip">ɾ</thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a j" slots="Cip V2 Cip">naj</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="n" slots="Cmp">n</thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="k a k" slots="Cip V2 Cmp">kak</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="ɾ u ɾ" slots="Cip V2 Cir" underlying="ɾ i ɾ">ɾuɾ</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" ph="ɲ u t a" slots="Cmr V1 Cmr V2">ɲuta</word> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i" slots="Cir V1 Cmr V2">kini</word> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" ph="ɾ a k i">ɾaki</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n i n i">nini</word> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="k a j a">kaja</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a" underlying="ɲ a t">ɲa</thingy> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k u" underlying="ɾ i ɾ">ku</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" ph="ɲ u t a">ɲuta</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i">kini</word> </flat> </example>
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" ph="ɾ a k i">ɾaki</word> - <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" attach="prefix" ph="" underlying="t"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PAST" attach="prefix" ph="k i" underlying="k i t">ki</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" ph="n i n i">nini</word> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="k a j a">kaja</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ɾ a n a">ɾana</word> - <thingy type="verbcomp" function="prefix" gloss="COMP" attach="prefix" ph="ɲ a" underlying="ɲ a t">ɲa</thingy> - <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" attach="prefix" ph="" underlying="ɾ"></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="n a" underlying="n a j">na</thingy> - <thingy type="verbvoice" function="prefix" gloss="active" attach="prefix" ph="" underlying="n"></thingy> - <thingy type="verbmode" function="prefix" gloss="indicative" attach="prefix" ph="j a" underlying="k a k">ja</thingy> - <thingy type="verbta" function="prefix" gloss="PRES" attach="prefix" ph="k u" underlying="ɾ i ɾ">ku</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" ph="ɲ u t a">ɲuta</word> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="k i n i">kini</word> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number">ɾaki</word> + <thingy type="verbsubj" function="prefix" gloss="3.SUBJ" underlying="t"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PAST" underlying="k i t">ki</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">nini</word> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number">kaja</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ɾana</word> + <thingy type="verbcomp" function="prefix" gloss="COMP" underlying="ɲ a t">ɲa</thingy> + <thingy type="verbsubj" function="prefix" gloss="1excl.SUBJ" underlying="ɾ"></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" underlying="n a j">na</thingy> + <thingy type="verbvoice" function="prefix" gloss="active" underlying="n"></thingy> + <thingy type="verbmode" function="prefix" gloss="indicative" underlying="k a k">ja</thingy> + <thingy type="verbta" function="prefix" gloss="PRES" underlying="ɾ i ɾ">ku</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">ɲuta</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">kini</word> </flat> + <p><span class="ilpair"><span class="mor">ɾaki</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls">3.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">kit-</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">nini</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">kaja</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">ɾana</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɲat-</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ɾ-</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">naj-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">n-</span><br><span class="gls">active</span></span> <span class="ilpair"><span class="mor">kak-</span><br><span class="gls">indicative</span></span> <span class="ilpair"><span class="mor">ɾiɾ-</span><br><span class="gls"><span class="glssc">PRES</span></span></span> <span class="ilpair"><span class="mor">ɲuta</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">kini</span><br><span class="gls">2</span></span></p> + <p>ɾaki najakinini kaja ɾana ɲanajakuɲuta kini</p> + <p>раки најакинини каја рана њанајакуњута кини</p> + <il> + <w> + <o>ɾaki</o> + <g>boy</g> + </w> + <w> + <o>t-</o> + <g>3.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>kit-</o> + <g>PAST</g> + </w> + <w> + <o>nini</o> + <g>tell</g> + </w> + <w> + <o>kaja</o> + <g>girl</g> + </w> + <w> + <o>ɾana</o> + <g>1excl</g> + </w> + <w> + <o>ɲat-</o> + <g>COMP</g> + </w> + <w> + <o>ɾ-</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>naj-</o> + <g>POS</g> + </w> + <w> + <o>n-</o> + <g>active</g> + </w> + <w> + <o>kak-</o> + <g>indicative</g> + </w> + <w> + <o>ɾiɾ-</o> + <g>PRES</g> + </w> + <w> + <o>ɲuta</o> + <g>love</g> + </w> + <w> + <o>kini</o> + <g>2</g> + </w> + </il> </example>
Раки најакинини каја рана њанајакуњута кини. [ɾaki najakinini kaja ɾana ɲanajakuɲuta kini] ɾaki boy t- 3.SUBJ naj- POS n- active kak- indicative kit- PAST nini tell kaja girl ɾana 1excl ɲat- COMP ɾ- 1excl.SUBJ naj- POS n- active kak- indicative ɾiɾ- PRES ɲuta love kini 2 “The boy told the girl that he loved her.” | (27) |
How to cite this grammar
Language Creator. 2026. A Grammar of Tatiti. Generated by the Language Creator, version 0.92, on 22 June 2026. https://languagecreator.org/grammar/53X6D
In BibTeX format:
@misc{LC-53X6D,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Tatiti}},
howpublished = {\url{https://languagecreator.org/grammar/53X6D}},
note = {Generated by the Language Creator, version 0.92, on 22 June 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Tatiti / Tatiti–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/53X6D
Behind the scenes, the Language Creator stores the generated language in a JSON-based format known as ELD. The corresponding ELD file may be downloaded, edited as required, and reuploaded in order to regenerate the grammar, dictionary and texts.
Language creation took 0.03 seconds; writing the grammar 0.06 seconds.