A Grammar of Tingi
Introduction
Scope and Purpose
This grammar provides a systematic description of the Tingi language (the 176th 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 Tingi.
Typological Profile
It has ergative case marking, i.e., the object of a transitive verb is marked the same as the subject of an intransitive one, as well as the VSO basic order, common globally but unusual in many families and postpositions.Phonology
Phoneme Inventory
Consonants
Tingi has a moderately small consonant inventory, comprising 17 phonemes.
It has a complete absence of affricates, a strongly reduced sibilant system and a complete absence of phonemic voicing contrasts.The table below presents the full inventory of consonant phonemes in Tingi. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | lateral | palatal | velar | uvular | glottal | |
|---|---|---|---|---|---|---|---|
| stop | p | t | k | q | ʔ | ||
| nasal | m | n | ɲ | ŋ | |||
| fricative | f | s | x | h | |||
| approximant | ʋ | l | j |
Vowels
Tingi 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 fully contrastive long–short vowel distinction across the system, a strikingly compressed height system with only two vowel heights and a full range of vowel qualities even in reduced syllables.The table below presents the full inventory of vowel phonemes in Tingi. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| open | a |
Stress and Tones
Tingi has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
Vowel harmony does not exist in this language.
Writing System
Introduction
Tingi is normally written using the Latin alphabet, whose familiarity makes it straightforward for most readers. For clarity and precision, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also provided throughout this grammar.
Orthography
Here are the various components of the orthography:
Simple letters
| a /a/ | f /f/ | h /h/ | i /i/ |
| j /j/ | k /k/ | l /l/ | m /m/ |
| n /n/ | p /p/ | q /q/ | s /s/ |
| t /t/ | u /u/ | w /ʋ/ | ñ /ɲ/ |
Multi-letter combinations such as digraphs
| aa /aː/ | ii /iː/ | kh /x/ |
| ng /ŋ/ | uu /uː/ | ’ /ʔ/ |
Word Classes and Morphology
Number and Gender
Number
Tingi does not have grammatical number.
Gender
Tingi does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Tingi can be exemplified by the following example:
initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module adj2verb:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ </relp>
+ </np>
</s>
</example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <relp>
+ <subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np head="this" role="subj" number="plur">
+ <np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</subs>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="COMIT" posp="pp"/>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<subs>
<word gloss="COMP" posp="pp"/>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</subs>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module casemarking:
<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">
+ <np role="subj" number="sing" def="def" locus="number" case="ERG">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
- <np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ABS">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np role="subj" number="plur">
+ <np role="subj" number="plur" case="ABS">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<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" case="ERG">
+ <np role="subj" def="def" locus="number" case="ERG">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
- <np number="sing" def="def" locus="number">
+ <np def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
- <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ABS">
+ <np role="obj" def="def" tr="rheme" locus="number" case="ABS">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np role="subj" number="plur" case="ABS">
+ <np role="subj" case="ABS">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<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" def="def" locus="number" case="ERG">
+ <np role="subj" def="def" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
- <np def="def" locus="number">
+ <np def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
- <np role="obj" def="def" tr="rheme" locus="number" case="ABS">
+ <np role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<subs>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
- <np role="subj" case="ABS">
+ <np role="subj" case="ABS" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <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="subj" def="def" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np def="def" locus="number" possessor="no.owner"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </np> <np role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <subs> - <vp tam="pres-state" ta="PRES"> + <vp tam="pres-state" ta="PRES" subj="3"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> <np role="subj" case="ABS" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" def="def" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np def="def" locus="number" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</np>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp tam="pres-state" ta="PRES" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np role="subj" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" def="def" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" possessor="no.owner"/>
<pp role="comitative">
<np def="def" locus="number" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" def="def" locus="number" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/>
</np>
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</np>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp tam="pres-state" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/>
</vp>
<np role="subj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
+ <word posp="noun" gloss="mouse" role="subj" case="ABS" possessor="no.owner"/>
+ <word posp="num" gloss="three" role="subj" case="ABS" possessor="no.owner"/>
+ <word posp="det" gloss="yon" role="subj" case="ABS" possessor="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
</subs>
</np>
</s>
</example>
About to call getSlotValue for catch/verb/voice/optionalGot active
About to call getSlotValue for woman/noun/case/optional
Got ERG
About to call getSlotValue for knife/noun/case/optional
About to call getSlotValue for blind/verb/voice/optional
About to call getSlotValue for mouse/noun/case/optional
Got ABS
addaffixes:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np role="subj" def="def" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" possessor="no.owner"/>
<pp role="comitative">
<np def="def" locus="number" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="knife" def="def" locus="number" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/>
</np>
<word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</np>
<np role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp tam="pres-state" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/>
</vp>
<np role="subj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="mouse" role="subj" case="ABS" possessor="no.owner"/>
<word posp="num" gloss="three" role="subj" case="ABS" possessor="no.owner"/>
<word posp="det" gloss="yon" role="subj" case="ABS" possessor="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
</subs>
</np>
</s>
</example>
flatten:
<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" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np role="subj" def="def" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" possessor="no.owner"/> - <pp role="comitative"> - <np def="def" locus="number" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="noun" gloss="knife" def="def" locus="number" possessor="no.owner"/> <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> - </np> - <np role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp tam="pres-state" ta="PRES" subj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/> - </vp> - <np role="subj" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="mouse" role="subj" case="ABS" possessor="no.owner"/> <word posp="num" gloss="three" role="subj" case="ABS" possessor="no.owner"/> <word posp="det" gloss="yon" role="subj" case="ABS" possessor="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="noun" gloss="knife" def="def" locus="number" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="mouse" role="subj" case="ABS" possessor="no.owner"/> - <word posp="num" gloss="three" role="subj" case="ABS" possessor="no.owner"/> - <word posp="det" gloss="yon" role="subj" case="ABS" possessor="no.owner"/> - <word gloss="COMP" posp="pp" role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|k|aː|ɲ|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" possessor="no.owner">|ŋ|i|</word> + <word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="knife" def="def" locus="number" possessor="no.owner">|f|u|m|a|</word> + <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner">|l|iː|</word> + <word gloss="COMIT" posp="pp" role="comitative">|h|iː|f|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3">|s|aː|ŋ|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="mouse" role="subj" case="ABS" possessor="no.owner">|s|u|q|iː|p|i|</word> + <word posp="num" gloss="three" role="subj" case="ABS" possessor="no.owner">|s|i|t|i|</word> + <word posp="det" gloss="yon" role="subj" case="ABS" possessor="no.owner">|ʔ|i|</word> + <word gloss="COMP" posp="pp" role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner">|ʔ|iː|ŋ|i|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |k|aː|ɲ|i|
#-> kaːɲi
### |k|aː|ɲ|i|
#-> kaːɲi
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |ŋ|i|
#-> ŋi
### |ŋ|i|
#-> ŋi
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |f|u|m|a|
#-> fuma
### |f|u|m|a|
#-> fuma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |h|iː|f|i|
#-> hiːfi
### |h|iː|f|i|
#-> hiːfi
### |s|aː|ŋ|iː|
#-> saːŋiː
### |s|aː|ŋ|iː|
#-> saːŋiː
### |s|u|q|iː|p|i|
#-> suqiːpi
### |s|u|q|iː|p|i|
#-> suqiːpi
### |s|i|t|i|
#-> siti
### |s|i|t|i|
#-> siti
### |ʔ|i|
#-> ʔi
### |ʔ|i|
#-> ʔi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |l|a| |k|aː|ɲ|i| |m|u||ŋ|i| |l|iː| |f|u|m|a| |l|iː| |h|iː|f|i| |s|aː|ŋ|iː| |s|u|q|iː|p|i| |s|i|t|i| |ʔ|i| |ʔ|iː|ŋ|i|
#-> la kaːɲi muŋi liː fuma liː hiːfi saːŋiː suqiːpi siti ʔi ʔiːŋi
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|k|aː|ɲ|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number" case="ERG" possessor="no.owner">|ŋ|i|</word>
<word gloss="the" posp="det" role="subj" def="def" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="knife" def="def" locus="number" possessor="no.owner">|f|u|m|a|</word>
<word gloss="the" posp="det" def="def" locus="number" possessor="no.owner">|l|iː|</word>
<word gloss="COMIT" posp="pp" role="comitative">|h|iː|f|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3">|s|aː|ŋ|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="mouse" role="subj" case="ABS" possessor="no.owner">|s|u|q|iː|p|i|</word>
<word posp="num" gloss="three" role="subj" case="ABS" possessor="no.owner">|s|i|t|i|</word>
<word posp="det" gloss="yon" role="subj" case="ABS" possessor="no.owner">|ʔ|i|</word>
<word gloss="COMP" posp="pp" role="obj" def="def" tr="rheme" locus="number" case="ABS" possessor="no.owner">|ʔ|iː|ŋ|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kaːɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ŋi</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">fuma</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">hiːfi</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">saːŋiː</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">suqiːpi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">siti</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">ʔi</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p>
+ <p>la kaːɲi muŋi liː fuma liː hiːfi saːŋiː suqiːpi siti ʔi ʔiːŋi</p>
+ <p>la kaañi mungi lii fuma lii hiifi saangii suqiipi siti ’i ’iingi</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kaːɲi</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>ŋi</o>
+ <g>woman</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>fuma</o>
+ <g>knife</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>hiːfi</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>saːŋiː</o>
+ <g>blind</g>
+ </w>
+ <w>
+ <o>suqiːpi</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>siti</o>
+ <g>three</g>
+ </w>
+ <w>
+ <o>ʔi</o>
+ <g>yon</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ </il>
</example>
### la kaːɲi muŋi liː fuma liː hiːfi saːŋiː suqiːpi siti ʔi ʔiːŋi#-> la kaːɲi muŋi liː fuma liː hiːfi saːŋiː suqiːpi siti ʔi ʔiːŋi
La kaañi mungi lii fuma lii hiifi saangii suqiipi siti ’i ’iingi. [la kaːɲi muŋi liː fuma liː hiːfi saːŋiː suqiːpi siti ʔi ʔiːŋi] la PAST kaːɲi catch mu- ERG ŋi woman liː the fuma knife liː the hiːfi COMIT saːŋiː blind suqiːpi mouse siti three ʔi yon ʔiːŋi COMP “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There is one type of clitic in the nominal phrase, namely a proclitic (placed initially), expressing possessor. a clitic expressing possessor, comprising luu /luː/ ‘1incl’, fu /fu/ ‘1excl’, naa /naː/ ‘2’ and juu /juː/ ‘3’.
The morphology of the elements of the nominal phrase, i.e., nouns, numerals and pronouns, is described below, as is the way that possession is expressed in Tingi.
The Noun
The noun in Tingi consists of an optional prefix expressing case, comprising mu- /mu-/ ‘ERG’, la- /la-/ ‘GEN’, ma- /ma-/ ‘DAT’, ni- /ni-/ ‘INS’, nuu- /nuː-/ ‘VOC’, naa- /naː-/ ‘ALL’, ’aa- /ʔaː-/ ‘LOC’, juu- /juː-/ ‘ABL’ and khu- /xu-/ ‘PART’ followed by the root.
The noun displays the following derivational morphology: two prefixes, namely fu- /fu-/ ‘little’ and ha- /ha-/ ‘big’
The Adjective
The adjective in Tingi stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Tingi stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Tingi stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Tingi stands alone without any prefixes or suffixes attached to it.
In Tingi, subject pronouns (but not object pronouns ones) are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ERG">
+ <np def="def" tr="theme" role="subj" output="aspron" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ABS">
+ <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
createpronouns:
<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" tr="theme" role="subj" output="aspron" locus="number" case="ERG">
- <word posp="noun" gloss="boy"/>
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG">
+ <word posp="pron" gloss="3"/>
</np>
- <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ABS">
- <word posp="noun" gloss="girl"/>
+ <np def="def" tr="theme" role="obj" locus="number" case="ABS">
+ <word posp="pron" gloss="3"/>
</np>
</s>
</example>
module markowned:
<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" tr="theme" role="subj" locus="number" case="ERG">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="pron" gloss="3"/>
</np>
- <np def="def" tr="theme" role="obj" locus="number" case="ABS">
+ <np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">
<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> - <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="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="pron" gloss="3"/> </np> <np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="pron" gloss="3"/> </np> </s> </example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word posp="pron" gloss="3"/>
- </np>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/voice/optionalGot active
addaffixes:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - </vp> - <np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|s|i|ʋ|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">|n|aː|</word> </flat> </example>
vowelharmony: No change.
### |s|i|ʋ|iː|#-> siʋiː
### |s|i|ʋ|iː|
#-> siʋiː
### |n|aː|
#-> naː
### |n|aː|
#-> naː
### |s|i|ʋ|iː| |n|aː|
#-> siʋiː naː
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> - <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|s|i|ʋ|iː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">|n|aː|</word> </flat> + <p><span class="ilpair"><span class="mor">siʋiː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">3</span></span></p> + <p>siʋiː naː</p> + <p>siwii naa</p> + <il> + <w> + <o>siʋiː</o> + <g>love</g> + </w> + <w> + <o>naː</o> + <g>3</g> + </w> + </il> </example>### siʋiː naː
#-> siʋiː naː
Siwii naa. [siʋiː naː] siʋiː love naː 3 “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he (i.e., the subject) is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ERG">
+ <np def="def" tr="rheme" role="subj" output="aspron" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
</np>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ABS">
+ <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ABS">
<word posp="noun" gloss="girl"/>
</np>
</s>
</example>
createpronouns:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" tr="rheme" role="subj" output="aspron" locus="number" case="ERG">
- <word posp="noun" gloss="boy"/>
+ <np def="def" tr="rheme" role="subj" locus="number" case="ERG">
+ <word posp="pron" gloss="3"/>
</np>
- <np def="def" tr="theme" role="obj" output="aspron" locus="number" case="ABS">
- <word posp="noun" gloss="girl"/>
+ <np def="def" tr="theme" role="obj" locus="number" case="ABS">
+ <word posp="pron" gloss="3"/>
</np>
</s>
</example>
module markowned:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" tr="rheme" role="subj" locus="number" case="ERG">
+ <np def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="pron" gloss="3"/>
</np>
- <np def="def" tr="theme" role="obj" locus="number" case="ABS">
+ <np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">
<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="love2he" translation="*He* loves her."> <s> - <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="rheme" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="pron" gloss="3"/> </np> <np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="pron" gloss="3"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" gloss="3"/>
</np>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="rheme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/voice/optionalGot active
addaffixes:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
</vp>
<np def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - </vp> - <np def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|s|i|ʋ|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner">|n|aː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">|n|aː|</word> </flat> </example>
vowelharmony: No change.
### |s|i|ʋ|iː|#-> siʋiː
### |s|i|ʋ|iː|
#-> siʋiː
### |n|aː|
#-> naː
### |n|aː|
#-> naː
### |n|aː|
#-> naː
### |n|aː|
#-> naː
### |s|i|ʋ|iː| |n|aː| |n|aː|
#-> siʋiː naː naː
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> - <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|s|i|ʋ|iː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" case="ERG" possessor="no.owner">|n|aː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" case="ABS" possessor="no.owner">|n|aː|</word> </flat> + <p><span class="ilpair"><span class="mor">siʋiː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">3</span></span></p> + <p>siʋiː naː naː</p> + <p>siwii naa naa</p> + <il> + <w> + <o>siʋiː</o> + <g>love</g> + </w> + <w> + <o>naː</o> + <g>3</g> + </w> + <w> + <o>naː</o> + <g>3</g> + </w> + </il> </example>### siʋiː naː naː
#-> siʋiː naː naː
Siwii naa naa. [siʋiː naː naː] siʋiː love naː 3 naː 3 “He loves her.” | (3) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ERG">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS">
+ <np def="def" tr="rheme" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="hate"/>
</vp>
- <np def="def" tr="theme" role="subj" locus="number" case="ERG">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" tr="rheme" role="obj" locus="number" case="ABS">
+ <np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <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="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="NN2"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for hate/verb/voice/optionalGot active
About to call getSlotValue for NN1/noun/case/optional
Got ERG
About to call getSlotValue for NN2/noun/case/optional
Got ABS
addaffixes:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Tiqihu hates Nakiya."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|m|a|l|u|ʋ|a|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="Tiqihu" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" propernoun="yes">|t|i|q|i|h|uː|</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="Nakiya" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner" propernoun="yes">|n|a|k|iː|j|aː|</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |m|a|l|u|ʋ|a|#-> maluʋa
### |m|a|l|u|ʋ|a|
#-> maluʋa
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |t|i|q|i|h|uː|
#-> tiqihuː
### |t|i|q|i|h|uː|
#-> tiqihuː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |n|a|k|iː|j|aː|
#-> nakiːjaː
### |n|a|k|iː|j|aː|
#-> nakiːjaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |m|a|l|u|ʋ|a| |m|u||t|i|q|i|h|uː| |l|iː| |n|a|k|iː|j|aː| |l|iː|
#-> maluʋa mutiqihuː liː nakiːjaː liː
removetags:
<example id="loveprop" translation="Tiqihu hates Nakiya."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> - <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">|m|a|l|u|ʋ|a|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> <word posp="noun" gloss="Tiqihu" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner" propernoun="yes">|t|i|q|i|h|uː|</word> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> <word posp="noun" gloss="Nakiya" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner" propernoun="yes">|n|a|k|iː|j|aː|</word> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> + <p><span class="ilpair"><span class="mor">maluʋa</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">tiqihuː</span><br><span class="gls">Tiqihu</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nakiːjaː</span><br><span class="gls">Nakiya</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p> + <p>maluʋa mutiqihuː liː nakiːjaː liː</p> + <p>maluwa muTiqihuu lii Nakiijaa lii</p> + <il> + <w> + <o>maluʋa</o> + <g>hate</g> + </w> + <w> + <o>mu-</o> + <g>ERG</g> + </w> + <w> + <o>tiqihuː</o> + <g>Tiqihu</g> + </w> + <w> + <o>liː</o> + <g>the</g> + </w> + <w> + <o>nakiːjaː</o> + <g>Nakiya</g> + </w> + <w> + <o>liː</o> + <g>the</g> + </w> + </il> </example>### maluʋa mutiqihuː liː nakiːjaː liː
#-> maluʋa mutiqihuː liː nakiːjaː liː
Maluwa muTiqihuu lii Nakiijaa lii. [maluʋa mutiqihuː liː nakiːjaː liː] maluʋa hate mu- ERG tiqihuː Tiqihu liː the nakiːjaː Nakiya liː the “Tiqihu hates Nakiya.” | (4) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="ABS"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="ABS"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="ABS"> + <np type="owner_owned" case="ABS" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="ABS" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np type="owner_owned" case="ABS"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module markowned:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="ABS"> - <np def="def" locus="number" role="owner" case="GEN"> + <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" possessor="3"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="ABS"> - <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np def="def" locus="number" role="owned" possessor="3"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="ABS">
<np def="def" locus="number" role="owned" possessor="3">
+ <thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="ABS"> - <np def="def" locus="number" role="owned" possessor="3"> + <np def="def" locus="number" role="owned" possessor="3" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple">
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
- <word posp="noun" gloss="apple"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
</np>
</example>
About to call getSlotValue for apple/noun/case/optionalGot ABS
About to call getSlotValue for boy/noun/case/optional
Got GEN
addaffixes:
<example id="posso1" translation="the boy's apple">
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np def="def" locus="number" role="owned" possessor="3" case="ABS"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="3"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - </np> - <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="3"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> + <thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS">|p|aː|ʔ|a|x|aː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|t|iː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |j|uː|#-> juː
### |j|uː|
#-> juː
### |p|aː|ʔ|a|x|aː|
#-> paːʔaxaː
### |p|aː|ʔ|a|x|aː|
#-> paːʔaxaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a|-
#-> la-
### |l|a|-
#-> la-
### |t|iː|
#-> tiː
### |t|iː|
#-> tiː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |j|uː| |p|aː|ʔ|a|x|aː| |l|iː| |l|a||t|iː| |l|iː|
#-> juː paːʔaxaː liː latiː liː
removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS">|p|aː|ʔ|a|x|aː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy>
<word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|t|iː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">juː</span><br><span class="gls">3.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">paːʔaxaː</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">la-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">tiː</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>juː paːʔaxaː liː latiː liː</p>
+ <p>juu paa’akhaa lii latii lii</p>
+ <il>
+ <w>
+ <o>juː</o>
+ <g>3.POSS</g>
+ </w>
+ <w>
+ <o>paːʔaxaː</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>la-</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>tiː</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### juː paːʔaxaː liː latiː liː#-> juː paːʔaxaː liː latiː liː
juu paa’akhaa lii latii lii [juː paːʔaxaː liː latiː liː] juː 3.POSS paːʔaxaː apple liː the la- GEN tiː boy liː the “the boy’s apple” | (5) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="ABS"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="ABS"> + <np type="owner_owned" case="ABS" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="ABS" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> + <np type="owner_owned" case="ABS"> + <np def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS"> - <np def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" gloss="3"/> </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowned:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS"> - <np def="def" locus="number" role="owner" case="GEN"> + <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="pron" gloss="3"/> </np> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" possessor="3"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="ABS"> - <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> - <word posp="pron" gloss="3"/> - </np> <np def="def" locus="number" role="owned" possessor="3"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> + <word posp="pron" gloss="3"/> </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="ABS">
<np def="def" locus="number" role="owned" possessor="3">
+ <thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" gloss="3"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="ABS"> - <np def="def" locus="number" role="owned" possessor="3"> + <np def="def" locus="number" role="owned" possessor="3" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <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" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
- <word posp="noun" gloss="apple"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
</np>
</example>
About to call getSlotValue for apple/noun/case/optionalGot ABS
addaffixes:
<example id="posso1b" translation="his (the boy's) apple">
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np def="def" locus="number" role="owned" possessor="3" case="ABS"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="3"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - </np> - <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="3"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> + <thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS">|p|aː|ʔ|a|x|aː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|n|aː|</word> </flat> </example>
vowelharmony: No change.
### |j|uː|#-> juː
### |j|uː|
#-> juː
### |p|aː|ʔ|a|x|aː|
#-> paːʔaxaː
### |p|aː|ʔ|a|x|aː|
#-> paːʔaxaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |n|aː|
#-> naː
### |n|aː|
#-> naː
### |j|uː| |p|aː|ʔ|a|x|aː| |l|iː| |n|aː|
#-> juː paːʔaxaː liː naː
removetags:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="3" case="ABS">|p|aː|ʔ|a|x|aː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|n|aː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">juː</span><br><span class="gls">3.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">paːʔaxaː</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">3</span></span></p>
+ <p>juː paːʔaxaː liː naː</p>
+ <p>juu paa’akhaa lii naa</p>
+ <il>
+ <w>
+ <o>juː</o>
+ <g>3.POSS</g>
+ </w>
+ <w>
+ <o>paːʔaxaː</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>naː</o>
+ <g>3</g>
+ </w>
+ </il>
</example>
### juː paːʔaxaː liː naː#-> juː paːʔaxaː liː naː
juu paa’akhaa lii naa [juː paːʔaxaː liː naː] juː 3.POSS paːʔaxaː apple liː the naː 3 “his (the boy’s) apple” | (6) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="ABS"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="ABS"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="ABS"> + <np type="owner_owned" case="ABS" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="ABS" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" number="sing" posp="pron"/> + <np type="owner_owned" case="ABS"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="1excl" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module markowned:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="ABS"> - <np def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" posp="pron"/> - </np> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" possessor="1excl"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="ABS">
<np def="def" locus="number" role="owned" possessor="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="1excl"/>
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="ABS"> - <np def="def" locus="number" role="owned" possessor="1excl"> + <np def="def" locus="number" role="owned" possessor="1excl" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="1excl"/> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple">
<np def="def" locus="number" role="owned" possessor="1excl" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="1excl"/>
- <word posp="noun" gloss="apple"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="1excl" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="1excl" case="ABS"/>
</np>
</example>
About to call getSlotValue for apple/noun/case/optionalGot ABS
addaffixes:
<example id="posso2" translation="my apple">
<np def="def" locus="number" role="owned" possessor="1excl" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="1excl"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="1excl" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="1excl" case="ABS"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np def="def" locus="number" role="owned" possessor="1excl" case="ABS"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="1excl"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="1excl" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="1excl" case="ABS"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="1excl"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="1excl" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="1excl" case="ABS"/> + <thingy type="nppossessor" function="proclitic" gloss="1excl.POSS">|f|u|</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="1excl" case="ABS">|p|aː|ʔ|a|x|aː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="1excl" case="ABS">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |f|u|#-> fu
### |f|u|
#-> fu
### |p|aː|ʔ|a|x|aː|
#-> paːʔaxaː
### |p|aː|ʔ|a|x|aː|
#-> paːʔaxaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |f|u| |p|aː|ʔ|a|x|aː| |l|iː|
#-> fu paːʔaxaː liː
removetags:
<example id="posso2" translation="my apple">
<flat>
<thingy type="nppossessor" function="proclitic" gloss="1excl.POSS">|f|u|</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned" possessor="1excl" case="ABS">|p|aː|ʔ|a|x|aː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="1excl" case="ABS">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">fu</span><br><span class="gls">1excl.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">paːʔaxaː</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>fu paːʔaxaː liː</p>
+ <p>fu paa’akhaa lii</p>
+ <il>
+ <w>
+ <o>fu</o>
+ <g>1excl.POSS</g>
+ </w>
+ <w>
+ <o>paːʔaxaː</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### fu paːʔaxaː liː#-> fu paːʔaxaː liː
fu paa’akhaa lii [fu paːʔaxaː liː] fu 1excl.POSS paːʔaxaː apple liː the “my apple” | (7) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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 role="subj" case="ERG">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <np role="obj">
+ <np role="obj" case="ABS">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module markowner:
<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" case="ERG">
<np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj" case="ABS">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<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" case="ERG">
- <np type="owner_owned">
+ <np role="subj" case="ERG" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <np role="obj" case="ABS">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="ABS" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<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" case="ERG" number="sing">
- <np type="owner_owned" number="sing">
- <np number="sing" def="def" locus="number" role="owner" case="GEN">
+ <np role="subj" case="ERG">
+ <np type="owner_owned">
+ <np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <np role="obj" case="ABS" 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" case="ABS">
+ <np type="owner_owned">
+ <np type="owner_owned" role="owner">
+ <np def="neither" locus="number" role="owner" case="GEN">
+ <word person="2" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned" case="GEN">
+ <np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<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" case="ERG">
+ <np role="subj" case="ERG" possessor="no.owner">
<np type="owner_owned">
- <np def="def" locus="number" role="owner" case="GEN">
+ <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" locus="number" role="owned">
+ <np def="def" locus="number" role="owned" possessor="3">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" possessor="no.owner">
<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 def="def" locus="number" role="owned" case="GEN">
+ <np def="def" locus="number" role="owned" case="GEN" possessor="2">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned">
+ <np def="def" locus="number" role="owned" possessor="3">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module ngen:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<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" case="ERG" possessor="no.owner">
<np type="owner_owned">
- <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" locus="number" role="owned" possessor="3">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
<np role="obj" case="ABS" possessor="no.owner">
<np type="owner_owned">
+ <np def="def" locus="number" role="owned" possessor="3">
+ <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned" possessor="3">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
</np>
</np>
- </np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<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"> + <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="subj" case="ERG" possessor="no.owner"> <np type="owner_owned"> <np def="def" locus="number" role="owned" possessor="3"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj" case="ABS" possessor="no.owner"> <np type="owner_owned"> <np def="def" locus="number" role="owned" possessor="3"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN" possessor="2"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> </np> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned">
<np def="def" locus="number" role="owned" possessor="3">
+ <thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned">
<np def="def" locus="number" role="owned" possessor="3">
+ <thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
+ <thingy type="nppossessor" function="proclitic" gloss="2"/>
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kiss"/>
</vp>
- <np role="subj" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned">
+ <np type="owner_owned" role="subj" case="ERG" possessor="no.owner">
<np def="def" locus="number" role="owned" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
- </np>
- <np role="obj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned">
+ <np type="owner_owned" role="obj" case="ABS" possessor="no.owner">
<np def="def" locus="number" role="owned" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
<thingy type="nppossessor" function="proclitic" gloss="2"/>
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kiss"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" role="subj" case="ERG" possessor="no.owner">
- <np def="def" locus="number" role="owned" possessor="3">
+ <np def="def" locus="number" role="owned" possessor="3" case="ERG">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" role="obj" case="ABS" possessor="no.owner">
- <np def="def" locus="number" role="owned" possessor="3">
+ <np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
- <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
<thingy type="nppossessor" function="proclitic" gloss="2"/>
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- </np>
</s>
</example>
movedowntoword:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" role="owned" possessor="3" case="ERG">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" possessor="3" case="ERG"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ERG"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
<thingy type="nppossessor" function="proclitic" gloss="2"/>
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" possessor="2"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2"/>
</np>
</s>
</example>
About to call getSlotValue for kiss/verb/voice/optionalGot active
About to call getSlotValue for daughter/noun/case/optional
Got ERG
About to call getSlotValue for hunter/noun/case/optional
Got GEN
About to call getSlotValue for son/noun/case/optional
Got ABS
About to call getSlotValue for neighbour/noun/case/optional
Got GEN
addaffixes:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" role="owned" possessor="3" case="ERG">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" possessor="3" case="ERG"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ERG"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
<thingy type="nppossessor" function="proclitic" gloss="2"/>
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" possessor="2"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2"/>
</np>
</s>
</example>
flatten:
<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" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np def="def" locus="number" role="owned" possessor="3" case="ERG"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" possessor="3" case="ERG"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ERG"/> - </np> - <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - </np> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np def="def" locus="number" role="owned" possessor="3" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" possessor="3" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - </np> - <np def="def" locus="number" role="owned" case="GEN" possessor="2"> <thingy type="nppossessor" function="proclitic" gloss="2"/> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" possessor="2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="3"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" possessor="3" case="ERG"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ERG"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="3"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <thingy type="nppossessor" function="proclitic" gloss="2"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" possessor="2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|x|a|j|a|q|a|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" possessor="3" case="ERG">|f|uː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ERG">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|q|u|k|a|j|aː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" possessor="3" case="ABS">|t|uː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="2.POSS">|n|aː|</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" possessor="2">|x|a|n|u|h|a|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |x|a|j|a|q|a|
#-> xajaqa
### |x|a|j|a|q|a|
#-> xajaqa
### |j|uː|
#-> juː
### |j|uː|
#-> juː
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |f|uː|
#-> fuː
### |f|uː|
#-> fuː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a|-
#-> la-
### |l|a|-
#-> la-
### |q|u|k|a|j|aː|
#-> qukajaː
### |q|u|k|a|j|aː|
#-> qukajaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |j|uː|
#-> juː
### |j|uː|
#-> juː
### |t|uː|
#-> tuː
### |t|uː|
#-> tuː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |n|aː|
#-> naː
### |n|aː|
#-> naː
### |l|a|-
#-> la-
### |l|a|-
#-> la-
### |x|a|n|u|h|a|
#-> xanuha
### |x|a|n|u|h|a|
#-> xanuha
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a| |x|a|j|a|q|a| |j|uː| |m|u||f|uː| |l|iː| |l|a||q|u|k|a|j|aː| |l|iː| |j|uː| |t|uː| |l|iː| |n|aː| |l|a||x|a|n|u|h|a| |l|iː|
#-> la xajaqa juː mufuː liː laqukajaː liː juː tuː liː naː laxanuha liː
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|x|a|j|a|q|a|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" possessor="3" case="ERG">|f|uː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ERG">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|q|u|k|a|j|aː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" possessor="3" case="ABS">|t|uː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word>
<thingy type="nppossessor" function="proclitic" gloss="2.POSS">|n|aː|</thingy>
<thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" possessor="2">|x|a|n|u|h|a|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">xajaqa</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">juː</span><br><span class="gls">3.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">fuː</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">la-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">qukajaː</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">juː</span><br><span class="gls">3.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">tuː</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">2.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">la-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">xanuha</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>la xajaqa juː mufuː liː laqukajaː liː juː tuː liː naː laxanuha liː</p>
+ <p>la khajaqa juu mufuu lii laqukajaa lii juu tuu lii naa lakhanuha lii</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>xajaqa</o>
+ <g>kiss</g>
+ </w>
+ <w>
+ <o>juː</o>
+ <g>3.POSS</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>fuː</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>la-</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>qukajaː</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>juː</o>
+ <g>3.POSS</g>
+ </w>
+ <w>
+ <o>tuː</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>naː</o>
+ <g>2.POSS</g>
+ </w>
+ <w>
+ <o>la-</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>xanuha</o>
+ <g>neighbour</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### la xajaqa juː mufuː liː laqukajaː liː juː tuː liː naː laxanuha liː#-> la xajaqa juː mufuː liː laqukajaː liː juː tuː liː naː laxanuha liː
La khajaqa juu mufuu lii laqukajaa lii juu tuu lii naa lakhanuha lii. [la xajaqa juː mufuː liː laqukajaː liː juː tuː liː naː laxanuha liː] la PAST xajaqa kiss juː 3.POSS mu- ERG fuː daughter liː the la- GEN qukajaː hunter liː the juː 3.POSS tuː son liː the naː 2.POSS la- GEN xanuha neighbour liː the “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Tingi has a few derivational processes. To illustrate this, let us start with a simple noun phrase:
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb: No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="ABS"> <word posp="noun" gloss="lamb"/> </np> </example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS"> + <np tr="rheme" locus="number" case="ABS"> <word posp="noun" gloss="lamb"/> </np> </example>
createpronouns: No change.
module markowned:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number" case="ABS"> + <np tr="rheme" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="lamb"/> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="lamb0" translation="a lamb">
<np tr="rheme" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lamb"/>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb0" translation="a lamb">
<np tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="lamb"/>
+ <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</example>
About to call getSlotValue for lamb/noun/case/optionalGot ABS
addaffixes:
<example id="lamb0" translation="a lamb">
<np tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number" case="ABS" possessor="no.owner"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" possessor="no.owner">|f|aː|q|i|m|u|</word> </flat> </example>
vowelharmony: No change.
### |f|aː|q|i|m|u|#-> faːqimu
### |f|aː|q|i|m|u|
#-> faːqimu
### |f|aː|q|i|m|u|
#-> faːqimu
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> <word posp="noun" gloss="lamb" tr="rheme" locus="number" case="ABS" possessor="no.owner">|f|aː|q|i|m|u|</word> </flat> + <p><span class="ilpair"><span class="mor">faːqimu</span><br><span class="gls">lamb</span></span></p> + <p>faːqimu</p> + <p>faaqimu</p> + <il> + <w> + <o>faːqimu</o> + <g>lamb</g> + </w> + </il> </example>### faːqimu
#-> faːqimu
faaqimu [faːqimu] faːqimu lamb “a lamb” | (9) |
In the following, the word for little becomes an affix attached to lamb:
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="ABS"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="ABS"> + <np tr="rheme" locus="number" case="ABS"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
createpronouns: No change.
module markowned:
<example id="lamb1" translation="a little lamb"> - <np tr="rheme" locus="number" case="ABS"> + <np tr="rheme" locus="number" case="ABS" possessor="no.owner"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="lamb1" translation="a little lamb">
<np tr="rheme" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb1" translation="a little lamb">
<np tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word gloss="lamb" lexposp="noun" posp="noun">
+ <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
About to call getSlotValue for lamb/noun/case/optionalGot ABS
addaffixes:
<example id="lamb1" translation="a little lamb">
<np tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np tr="rheme" locus="number" case="ABS" possessor="no.owner"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|f||u|||-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" possessor="no.owner">|f|aː|q|i|m|u|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||||</thingy> </flat> </example>
vowelharmony: No change.
### |f||u|||-#-> fu-
### |f||u|||-
#-> fu-
### |f|aː|q|i|m|u|
#-> faːqimu
### |f|aː|q|i|m|u|
#-> faːqimu
### -||||
#-> -
### -||||
#-> -
### |f||u||||f|aː|q|i|m|u|||||
#-> fufaːqimu
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">|f||u|||-</thingy> <word gloss="lamb" lexposp="noun" posp="noun" tr="rheme" locus="number" case="ABS" possessor="no.owner">|f|aː|q|i|m|u|</word> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-||||</thingy> </flat> + <p><span class="ilpair"><span class="mor">fu-</span><br><span class="gls">little₁</span></span> <span class="ilpair"><span class="mor">faːqimu</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-</span><br><span class="gls">little₂</span></span></p> + <p>fufaːqimu</p> + <p>fufaaqimu</p> + <il> + <w> + <o>fu-</o> + <g>little₁</g> + </w> + <w> + <o>faːqimu</o> + <g>lamb</g> + </w> + <w> + <o>-</o> + <g>little₂</g> + </w> + </il> </example>### fufaːqimu
#-> fufaːqimu
fufaaqimu [fufaːqimu] fu- little₁ faːqimu lamb - little₂ “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Tingi are proclitics (placed initially, and there are four types: first, a clitic expressing question, comprising jaa /jaː/ ‘Q’; second, a clitic expressing negation, comprising li /li/ ‘NEG’; third, a clitic expressing mode, comprising ju /ju/ ‘imperative’, ngi /ŋi/ ‘conditional’ and lu /lu/ ‘optative’; and finally, fourth, a clitic expressing ta, comprising la /la/ ‘PAST’.
In addition, the verb is structured like this: an optional prefix expressing voice, comprising qu- /qu-/ ‘passive’ followed by the root.
The verb displays the following derivational morphology: two prefixes, namely lii- /liː-/ ‘begin’ and ta- /ta-/ ‘stop’
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np number="sing" def="neither" role="obj" locus="number">
+ <np number="sing" def="neither" role="obj" locus="number" case="ABS">
<word person="2" number="sing" posp="pron"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ERG">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" role="subj" locus="number" case="ERG">
+ <word person="1excl" posp="pron"/>
</np>
- <np number="sing" def="neither" role="obj" locus="number" case="ABS">
- <word person="2" number="sing" posp="pron"/>
+ <np def="neither" role="obj" locus="number" case="ABS">
+ <word person="2" posp="pron"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="love" translation="I love you.">
<s>
<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="subj" locus="number" case="ERG">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
- <np def="neither" role="obj" locus="number" case="ABS">
+ <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
<word person="2" posp="pron"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<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="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <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="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"> + <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <word person="2" posp="pron" gloss="2"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<word posp="verb" gloss="love"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
- </np>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
addclitics:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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" case="ABS" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/voice/optionalGot active
addaffixes:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
</vp>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> + <flat> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - </vp> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">|s|i|ʋ|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">|n|uː|</word> </flat> </example>
vowelharmony: No change.
### |s|i|ʋ|iː|#-> siʋiː
### |s|i|ʋ|iː|
#-> siʋiː
### |n|uː|
#-> nuː
### |n|uː|
#-> nuː
### |s|i|ʋ|iː| |n|uː|
#-> siʋiː nuː
removetags:
<example id="love" translation="I love you."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> - <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">|s|i|ʋ|iː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">|n|uː|</word> </flat> + <p><span class="ilpair"><span class="mor">siʋiː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">nuː</span><br><span class="gls">2</span></span></p> + <p>siʋiː nuː</p> + <p>siwii nuu</p> + <il> + <w> + <o>siʋiː</o> + <g>love</g> + </w> + <w> + <o>nuː</o> + <g>2</g> + </w> + </il> </example>### siʋiː nuː
#-> siʋiː nuː
Siwii nuu. [siʋiː nuː] siʋiː love nuː 2 “I love you.” | (11) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="in_surface" posp="pp"/>
</pp>
</example>
module constorder: No change.
module casemarking: No change.
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> <word gloss="in_surface" posp="pp"/> </pp> </example>
createpronouns: No change.
module markowned:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" locus="number"> + <np def="def" locus="number" possessor="no.owner"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> <word gloss="in_surface" posp="pp"/> </pp> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" locus="number" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="in_surface" posp="pp"/>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" locus="number" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="table"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table" def="def" locus="number" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/>
</np>
- <word gloss="in_surface" posp="pp"/>
+ <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/>
</pp>
</example>
About to call getSlotValue for table/noun/case/optionaladdaffixes: No change.
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> - <np def="def" locus="number" possessor="no.owner"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="noun" gloss="table" def="def" locus="number" possessor="no.owner"/> <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/> - </np> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="noun" gloss="table" def="def" locus="number" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="table" def="def" locus="number" possessor="no.owner">|l|a|k|a|</word> + <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner">|l|iː|</word> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">|x|i|</word> </flat> </example>
vowelharmony: No change.
### |l|a|k|a|#-> laka
### |l|a|k|a|
#-> laka
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |x|i|
#-> xi
### |x|i|
#-> xi
### |l|a|k|a| |l|iː| |x|i|
#-> laka liː xi
removetags:
<example id="adpos1" translation="on the table"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="noun" gloss="table" def="def" locus="number" possessor="no.owner">|l|a|k|a|</word> <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner">|l|iː|</word> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">|x|i|</word> </flat> + <p><span class="ilpair"><span class="mor">laka</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">xi</span><br><span class="gls">in_surface</span></span></p> + <p>laka liː xi</p> + <p>laka lii khi</p> + <il> + <w> + <o>laka</o> + <g>table</g> + </w> + <w> + <o>liː</o> + <g>the</g> + </w> + <w> + <o>xi</o> + <g>in_surface</g> + </w> + </il> </example>### laka liː xi
#-> laka liː xi
laka lii khi [laka liː xi] laka table liː the xi in_surface “on the table” | (12) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="to_inside" posp="pp"/>
</pp>
</example>
module constorder: No change.
module casemarking: No change.
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> <word gloss="to_inside" posp="pp"/> </pp> </example>
createpronouns: No change.
module markowned:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" locus="number"> + <np def="def" locus="number" possessor="no.owner"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> <word gloss="to_inside" posp="pp"/> </pp> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" locus="number" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="to_inside" posp="pp"/>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" locus="number" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="box"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box" def="def" locus="number" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/>
</np>
- <word gloss="to_inside" posp="pp"/>
+ <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/>
</pp>
</example>
About to call getSlotValue for box/noun/case/optionaladdaffixes: No change.
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> - <np def="def" locus="number" possessor="no.owner"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word posp="noun" gloss="box" def="def" locus="number" possessor="no.owner"/> <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/> - </np> <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word posp="noun" gloss="box" def="def" locus="number" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner"/> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="box" def="def" locus="number" possessor="no.owner">|ʔ|a|ŋ|i|t|aː|</word> + <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner">|l|iː|</word> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">|ʋ|iː|</word> </flat> </example>
vowelharmony: No change.
### |ʔ|a|ŋ|i|t|aː|#-> ʔaŋitaː
### |ʔ|a|ŋ|i|t|aː|
#-> ʔaŋitaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |ʋ|iː|
#-> ʋiː
### |ʋ|iː|
#-> ʋiː
### |ʔ|a|ŋ|i|t|aː| |l|iː| |ʋ|iː|
#-> ʔaŋitaː liː ʋiː
removetags:
<example id="adpos2" translation="into the box"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word posp="noun" gloss="box" def="def" locus="number" possessor="no.owner">|ʔ|a|ŋ|i|t|aː|</word> <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner">|l|iː|</word> <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">|ʋ|iː|</word> </flat> + <p><span class="ilpair"><span class="mor">ʔaŋitaː</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋiː</span><br><span class="gls">to_inside</span></span></p> + <p>ʔaŋitaː liː ʋiː</p> + <p>’angitaa lii wii</p> + <il> + <w> + <o>ʔaŋitaː</o> + <g>box</g> + </w> + <w> + <o>liː</o> + <g>the</g> + </w> + <w> + <o>ʋiː</o> + <g>to_inside</g> + </w> + </il> </example>### ʔaŋitaː liː ʋiː
#-> ʔaŋitaː liː ʋiː
’angitaa lii wii [ʔaŋitaː liː ʋiː] ʔaŋitaː box liː the ʋiː to_inside “into the box” | (13) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
+ <word gloss="COMIT" posp="pp"/>
</pp>
</example>
module constorder: No change.
module casemarking: No change.
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <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> <word gloss="COMIT" posp="pp"/> </pp> </example>
createpronouns: No change.
module markowned:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np def="neither" locus="number"> + <np def="neither" locus="number" possessor="no.owner"> <word person="1excl" posp="pron"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np def="neither" locus="number" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np def="neither" locus="number" possessor="no.owner"> + <np def="neither" locus="number" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> <word gloss="COMIT" posp="pp"/> </pp> </example>
prodrop: No change.
addclitics:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np def="neither" locus="number" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<word gloss="COMIT" posp="pp"/>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np def="neither" locus="number" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" possessor="no.owner"/>
</np>
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
</pp>
</example>
addaffixes: No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> - <np def="neither" locus="number" possessor="no.owner" person="1excl"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" possessor="no.owner"/> - </np> <word gloss="COMIT" posp="pp" role="comitative"/> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" possessor="no.owner"/> - <word gloss="COMIT" posp="pp" role="comitative"/> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" possessor="no.owner">|k|iː|</word> + <word gloss="COMIT" posp="pp" role="comitative">|h|iː|f|i|</word> </flat> </example>
vowelharmony: No change.
### |k|iː|#-> kiː
### |k|iː|
#-> kiː
### |h|iː|f|i|
#-> hiːfi
### |h|iː|f|i|
#-> hiːfi
### |k|iː| |h|iː|f|i|
#-> kiː hiːfi
removetags:
<example id="adpos3" translation="with me"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" possessor="no.owner">|k|iː|</word> <word gloss="COMIT" posp="pp" role="comitative">|h|iː|f|i|</word> </flat> + <p><span class="ilpair"><span class="mor">kiː</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">hiːfi</span><br><span class="gls"><span class="glssc">COMIT</span></span></span></p> + <p>kiː hiːfi</p> + <p>kii hiifi</p> + <il> + <w> + <o>kiː</o> + <g>1excl</g> + </w> + <w> + <o>hiːfi</o> + <g>COMIT</g> + </w> + </il> </example>### kiː hiːfi
#-> kiː hiːfi
kii hiifi [kiː hiːfi] kiː 1excl hiːfi COMIT “with me” | (14) |
Syntax
Basic Clause Structure
Constituent Order
Constituent order describes the typical arrangement of the subject (S), verb (V) and object (O) in simple declarative clauses. It is a fundamental parameter in grammatical description and forms one of the clearest ways of characterising the overall structure of a language’s clause system.
The basic constituent order of Tingi is Verb–Subject–Object (VSO). Clauses begin with the verb, followed by the subject, with the object in final position. This pattern is attested among various verb-initial languages.
The following examples illustrate the basic, unmarked, constituent order in Tingi.
initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" locus="number">
+ <np number="sing" def="def" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" locus="number" case="ABS">
+ <np def="def" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np def="def" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" role="obj" locus="number" case="ABS">
+ <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <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="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for kill/verb/voice/optionalGot active
About to call getSlotValue for jaguar/noun/case/optional
Got ERG
About to call getSlotValue for hunter/noun/case/optional
Got ABS
addaffixes:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|f|iː|x|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|q|u|q|u|ŋ|i|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|q|u|k|a|j|aː|</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |f|iː|x|i|
#-> fiːxi
### |f|iː|x|i|
#-> fiːxi
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |q|u|q|u|ŋ|i|
#-> ququŋi
### |q|u|q|u|ŋ|i|
#-> ququŋi
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |q|u|k|a|j|aː|
#-> qukajaː
### |q|u|k|a|j|aː|
#-> qukajaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a| |f|iː|x|i| |m|u||q|u|q|u|ŋ|i| |l|iː| |q|u|k|a|j|aː| |l|iː|
#-> la fiːxi muququŋi liː qukajaː liː
removetags:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|f|iː|x|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|q|u|q|u|ŋ|i|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|q|u|k|a|j|aː|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">fiːxi</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ququŋi</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">qukajaː</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>la fiːxi muququŋi liː qukajaː liː</p>
+ <p>la fiikhi muququngi lii qukajaa lii</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>fiːxi</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>ququŋi</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>qukajaː</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### la fiːxi muququŋi liː qukajaː liː#-> la fiːxi muququŋi liː qukajaː liː
La fiikhi muququngi lii qukajaa lii. [la fiːxi muququŋi liː qukajaː liː] la PAST fiːxi kill mu- ERG ququŋi jaguar liː the qukajaː hunter liː the “The jaguar killed the hunter.” | (15) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
+ <np role="obj" case="ABS">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module markowner:
<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" case="ERG">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<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" case="ERG">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="ABS" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<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" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS" 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" case="ABS">
+ <np type="owner_owned">
+ <np type="owner_owned" role="owner">
+ <np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned" case="GEN">
+ <np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<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 def="def" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" possessor="no.owner">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np def="def" locus="number" role="owner" case="GEN">
+ <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" locus="number" role="owned" case="GEN">
+ <np def="def" locus="number" role="owned" case="GEN" possessor="3">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned">
+ <np def="def" locus="number" role="owned" possessor="3">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module ngen:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<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="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
+ <np def="def" locus="number" role="owned" possessor="3">
+ <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- <np def="def" locus="number" role="owned" possessor="3">
- <word posp="noun" gloss="dog"/>
+ <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
+ <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
+ </np>
</s>
</example>
module wordorder: No change.
module wordorder: No change.
module wordorder: 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> - <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="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj" case="ABS" possessor="no.owner"> <np type="owner_owned"> <np def="def" locus="number" role="owned" possessor="3"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN" possessor="3"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </np> </np> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np type="owner_owned">
<np def="def" locus="number" role="owned" possessor="3">
+ <thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
+ <thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned">
+ <np type="owner_owned" role="obj" case="ABS" possessor="no.owner">
<np def="def" locus="number" role="owned" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <np type="owner_owned" role="obj" case="ABS" possessor="no.owner">
- <np def="def" locus="number" role="owned" possessor="3">
+ <np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
- <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- </np>
</s>
</example>
movedowntoword:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" possessor="3"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for eat/verb/voice/optionalGot active
About to call getSlotValue for lion/noun/case/optional
Got ERG
About to call getSlotValue for dog/noun/case/optional
Got ABS
About to call getSlotValue for daughter/noun/case/optional
Got GEN
About to call getSlotValue for hunter/noun/case/optional
Got GEN
addaffixes:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="dog" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" possessor="3"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3"/>
</np>
<np def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np def="def" locus="number" role="owned" possessor="3" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="dog" def="def" locus="number" role="owned" possessor="3" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - </np> - <np def="def" locus="number" role="owned" case="GEN" possessor="3"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" possessor="3"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3"/> - </np> - <np def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="3"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <thingy type="nppossessor" function="proclitic" gloss="3"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" possessor="3"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|j|a|j|a|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|n|a|ŋ|a|q|a|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" possessor="3" case="ABS">|k|u|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" possessor="3">|f|uː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|q|u|k|a|j|aː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |j|a|j|a|
#-> jaja
### |j|a|j|a|
#-> jaja
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |n|a|ŋ|a|q|a|
#-> naŋaqa
### |n|a|ŋ|a|q|a|
#-> naŋaqa
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |j|uː|
#-> juː
### |j|uː|
#-> juː
### |k|u|
#-> ku
### |k|u|
#-> ku
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |j|uː|
#-> juː
### |j|uː|
#-> juː
### |l|a|-
#-> la-
### |l|a|-
#-> la-
### |f|uː|
#-> fuː
### |f|uː|
#-> fuː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a|-
#-> la-
### |l|a|-
#-> la-
### |q|u|k|a|j|aː|
#-> qukajaː
### |q|u|k|a|j|aː|
#-> qukajaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a| |j|a|j|a| |m|u||n|a|ŋ|a|q|a| |l|iː| |j|uː| |k|u| |l|iː| |j|uː| |l|a||f|uː| |l|iː| |l|a||q|u|k|a|j|aː| |l|iː|
#-> la jaja munaŋaqa liː juː ku liː juː lafuː liː laqukajaː liː
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|j|a|j|a|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="lion" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|n|a|ŋ|a|q|a|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="dog" def="def" locus="number" role="owned" possessor="3" case="ABS">|k|u|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word>
<thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy>
<thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" possessor="3">|f|uː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|q|u|k|a|j|aː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jaja</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">naŋaqa</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">juː</span><br><span class="gls">3.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">ku</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">juː</span><br><span class="gls">3.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">la-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">fuː</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">la-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">qukajaː</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>la jaja munaŋaqa liː juː ku liː juː lafuː liː laqukajaː liː</p>
+ <p>la jaja munangaqa lii juu ku lii juu lafuu lii laqukajaa lii</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>jaja</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>naŋaqa</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>juː</o>
+ <g>3.POSS</g>
+ </w>
+ <w>
+ <o>ku</o>
+ <g>dog</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>juː</o>
+ <g>3.POSS</g>
+ </w>
+ <w>
+ <o>la-</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>fuː</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>la-</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>qukajaː</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### la jaja munaŋaqa liː juː ku liː juː lafuː liː laqukajaː liː#-> la jaja munaŋaqa liː juː ku liː juː lafuː liː laqukajaː liː
La jaja munangaqa lii juu ku lii juu lafuu lii laqukajaa lii. [la jaja munaŋaqa liː juː ku liː juː lafuː liː laqukajaː liː] la PAST jaja eat mu- ERG naŋaqa lion liː the juː 3.POSS ku dog liː the juː 3.POSS la- GEN fuː daughter liː the la- GEN qukajaː hunter liː the “The lion ate the hunter’s daughter’s dog.” | (16) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Tingi 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, Tingi expresses “the child’s toy” with the equivalent of “toy child”. This structure is typologically rarer and often co-occurs with verb-initial syntax or with grammatical marking on the noun.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="ABS"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="ABS">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="ABS"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="ABS" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="ABS" 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" case="ABS"> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module markowned:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="ABS">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
- <np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
- </np>
- <np def="def" locus="number" role="owned" case="GEN">
+ <np def="def" locus="number" role="owned" case="GEN" possessor="2">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned" case="GEN">
+ <np def="def" locus="number" role="owned" case="GEN" possessor="3">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np def="def" locus="number" role="owned">
+ <np def="def" locus="number" role="owned" possessor="3">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module ngen:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="ABS"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> - <np def="def" locus="number" role="owned" case="GEN" possessor="2"> - <word posp="noun" gloss="son"/> + <np def="def" locus="number" role="owned" possessor="3"> + <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - </np> + <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN" possessor="3"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> - <np def="def" locus="number" role="owned" possessor="3"> - <word posp="noun" gloss="book"/> + <np type="owner_owned" role="owner"> + <np def="def" locus="number" role="owned" case="GEN" possessor="2"> + <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> + </np> + </np> </example>
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="ABS">
<np def="def" locus="number" role="owned" possessor="3">
+ <thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
+ <thingy type="nppossessor" function="proclitic" gloss="3"/>
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
+ <thingy type="nppossessor" function="proclitic" gloss="2"/>
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="ABS"> - <np def="def" locus="number" role="owned" possessor="3"> + <np def="def" locus="number" role="owned" possessor="3" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN" possessor="3"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN" possessor="2"> <thingy type="nppossessor" function="proclitic" gloss="2"/> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book">
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
- <word posp="noun" gloss="book"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
- <word posp="noun" gloss="friend"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" possessor="3"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3"/>
</np>
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
<thingy type="nppossessor" function="proclitic" gloss="2"/>
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" possessor="2"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2"/>
</np>
</example>
About to call getSlotValue for book/noun/case/optionalGot ABS
About to call getSlotValue for friend/noun/case/optional
Got GEN
About to call getSlotValue for son/noun/case/optional
Got GEN
addaffixes:
<example id="poss3" translation="your son's friend's book">
<np def="def" locus="number" role="owned" possessor="3" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="book" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/>
</np>
<np def="def" locus="number" role="owned" case="GEN" possessor="3">
<thingy type="nppossessor" function="proclitic" gloss="3"/>
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" possessor="3"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3"/>
</np>
<np def="def" locus="number" role="owned" case="GEN" possessor="2">
<thingy type="nppossessor" function="proclitic" gloss="2"/>
+ <thingy type="nouncase" function="prefix" gloss="GEN"/>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" possessor="2"/>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np def="def" locus="number" role="owned" possessor="3" case="ABS"> + <flat> <thingy type="nppossessor" function="proclitic" gloss="3"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="book" def="def" locus="number" role="owned" possessor="3" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - </np> - <np def="def" locus="number" role="owned" case="GEN" possessor="3"> <thingy type="nppossessor" function="proclitic" gloss="3"/> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" possessor="3"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3"/> - </np> - <np def="def" locus="number" role="owned" case="GEN" possessor="2"> <thingy type="nppossessor" function="proclitic" gloss="2"/> <thingy type="nouncase" function="prefix" gloss="GEN"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" possessor="2"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="nppossessor" function="proclitic" gloss="3"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS"/> - <thingy type="nppossessor" function="proclitic" gloss="3"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" possessor="3"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3"/> - <thingy type="nppossessor" function="proclitic" gloss="2"/> - <thingy type="nouncase" function="prefix" gloss="GEN"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" possessor="2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2"/> + <thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" possessor="3" case="ABS">puːkaː</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" possessor="3">|j|aː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="2.POSS">|n|aː|</thingy> + <thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" possessor="2">|t|uː|</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |j|uː|#-> juː
### |j|uː|
#-> juː
### puːkaː
#-> puːkaː
### puːkaː
#-> puːkaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |j|uː|
#-> juː
### |j|uː|
#-> juː
### |l|a|-
#-> la-
### |l|a|-
#-> la-
### |j|aː|
#-> jaː
### |j|aː|
#-> jaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |n|aː|
#-> naː
### |n|aː|
#-> naː
### |l|a|-
#-> la-
### |l|a|-
#-> la-
### |t|uː|
#-> tuː
### |t|uː|
#-> tuː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |j|uː| puːkaː |l|iː| |j|uː| |l|a||j|aː| |l|iː| |n|aː| |l|a||t|uː| |l|iː|
#-> juː puːkaː liː juː lajaː liː naː latuː liː
removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="book" def="def" locus="number" role="owned" possessor="3" case="ABS">puːkaː</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" possessor="3" case="ABS">|l|iː|</word>
<thingy type="nppossessor" function="proclitic" gloss="3.POSS">|j|uː|</thingy>
<thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy>
<word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" possessor="3">|j|aː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="3">|l|iː|</word>
<thingy type="nppossessor" function="proclitic" gloss="2.POSS">|n|aː|</thingy>
<thingy type="nouncase" function="prefix" gloss="GEN">|l|a|-</thingy>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" possessor="2">|t|uː|</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" possessor="2">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">juː</span><br><span class="gls">3.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">puːkaː</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">juː</span><br><span class="gls">3.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">la-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">jaː</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">2.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">la-</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">tuː</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>juː puːkaː liː juː lajaː liː naː latuː liː</p>
+ <p>juu puukaa lii juu lajaa lii naa latuu lii</p>
+ <il>
+ <w>
+ <o>juː</o>
+ <g>3.POSS</g>
+ </w>
+ <w>
+ <o>puːkaː</o>
+ <g>book</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>juː</o>
+ <g>3.POSS</g>
+ </w>
+ <w>
+ <o>la-</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>jaː</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>naː</o>
+ <g>2.POSS</g>
+ </w>
+ <w>
+ <o>la-</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>tuː</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### juː puːkaː liː juː lajaː liː naː latuː liː#-> juː puːkaː liː juː lajaː liː naː latuː liː
juu puukaa lii juu lajaa lii naa latuu lii [juː puːkaː liː juː lajaː liː naː latuː liː] juː 3.POSS puːkaː book liː the juː 3.POSS la- GEN jaː friend liː the naː 2.POSS la- GEN tuː son liː the “your son’s friend’s book” | (17) |
Case Marking
Tingi uses ergative–absolutive case marking. The subject of an intransitive verb and the object of a transitive verb are treated alike and take the absolutive case, while the subject of a transitive verb is marked with the ergative case. From the point of view of such a system, this is a perfectly natural way to organise the clause: the absolutive marks the participant most directly involved in the event or state, while the ergative marks the additional participant that causes or controls a transitive event.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ABS">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ABS">
+ <np def="def" role="subj" tr="theme" locus="number" case="ABS">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<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 def="def" role="subj" tr="theme" locus="number" case="ABS">
+ <np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<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"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"> <word posp="verb" gloss="sleep"/> </vp> <np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="sleep"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for sleep/verb/voice/optionalGot active
About to call getSlotValue for cat/noun/case/optional
Got ABS
addaffixes:
<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" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> - </vp> - <np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">|l|i|n|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">|m|a|</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|i|n|iː|#-> liniː
### |l|i|n|iː|
#-> liniː
### |m|a|
#-> ma
### |m|a|
#-> ma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|i|n|iː| |m|a| |l|iː|
#-> liniː ma liː
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> - <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">|l|i|n|iː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">|m|a|</word> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> + <p><span class="ilpair"><span class="mor">liniː</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p> + <p>liniː ma liː</p> + <p>linii ma lii</p> + <il> + <w> + <o>liniː</o> + <g>sleep</g> + </w> + <w> + <o>ma</o> + <g>cat</g> + </w> + <w> + <o>liː</o> + <g>the</g> + </w> + </il> </example>### liniː ma liː
#-> liniː ma liː
Linii ma lii. [liniː ma liː] liniː sleep ma cat liː the “The cat is sleeping.” | (18) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ABS">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ABS">
+ <np def="def" role="subj" tr="theme" locus="number" case="ABS">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<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 def="def" role="subj" tr="theme" locus="number" case="ABS">
+ <np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running."> <s> - <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> <np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="run"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for run/verb/voice/optionalAbout to call getSlotValue for cat/noun/case/optional
Got ABS
addaffixes:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> - </vp> - <np def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">|f|u|ɲ|a|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">|m|a|</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |f|u|ɲ|a|#-> fuɲa
### |f|u|ɲ|a|
#-> fuɲa
### |m|a|
#-> ma
### |m|a|
#-> ma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |f|u|ɲ|a| |m|a| |l|iː|
#-> fuɲa ma liː
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">|f|u|ɲ|a|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">|m|a|</word> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> + <p><span class="ilpair"><span class="mor">fuɲa</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p> + <p>fuɲa ma liː</p> + <p>fuña ma lii</p> + <il> + <w> + <o>fuɲa</o> + <g>run</g> + </w> + <w> + <o>ma</o> + <g>cat</g> + </w> + <w> + <o>liː</o> + <g>the</g> + </w> + </il> </example>### fuɲa ma liː
#-> fuɲa ma liː
Fuña ma lii. [fuɲa ma liː] fuɲa run ma cat liː the “The cat is running.” | (19) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ABS">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ERG">
+ <np def="def" role="subj" tr="theme" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ABS">
+ <np def="def" role="obj" tr="rheme" locus="number" case="ABS">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
- <np def="def" role="subj" tr="theme" locus="number" case="ERG">
+ <np def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" role="obj" tr="rheme" locus="number" case="ABS">
+ <np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <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="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for chase/verb/voice/optionalAbout to call getSlotValue for cat/noun/case/optional
Got ERG
About to call getSlotValue for mouse/noun/case/optional
Got ABS
addaffixes:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> - </vp> - <np def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">|ʋ|i|ɲ|u|q|a|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">|m|a|</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">|s|u|q|iː|p|i|</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |ʋ|i|ɲ|u|q|a|#-> ʋiɲuqa
### |ʋ|i|ɲ|u|q|a|
#-> ʋiɲuqa
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |m|a|
#-> ma
### |m|a|
#-> ma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |s|u|q|iː|p|i|
#-> suqiːpi
### |s|u|q|iː|p|i|
#-> suqiːpi
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |ʋ|i|ɲ|u|q|a| |m|u||m|a| |l|iː| |s|u|q|iː|p|i| |l|iː|
#-> ʋiɲuqa muma liː suqiːpi liː
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">|ʋ|i|ɲ|u|q|a|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">|m|a|</word> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> - <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> - <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">|s|u|q|iː|p|i|</word> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> + <p><span class="ilpair"><span class="mor">ʋiɲuqa</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">suqiːpi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p> + <p>ʋiɲuqa muma liː suqiːpi liː</p> + <p>wiñuqa muma lii suqiipi lii</p> + <il> + <w> + <o>ʋiɲuqa</o> + <g>chase</g> + </w> + <w> + <o>mu-</o> + <g>ERG</g> + </w> + <w> + <o>ma</o> + <g>cat</g> + </w> + <w> + <o>liː</o> + <g>the</g> + </w> + <w> + <o>suqiːpi</o> + <g>mouse</g> + </w> + <w> + <o>liː</o> + <g>the</g> + </w> + </il> </example>### ʋiɲuqa muma liː suqiːpi liː
#-> ʋiɲuqa muma liː suqiːpi liː
Wiñuqa muma lii suqiipi lii. [ʋiɲuqa muma liː suqiːpi liː] ʋiɲuqa chase mu- ERG ma cat liː the suqiːpi mouse liː the “The cat is chasing the mouse.” | (20) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ABS">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ERG">
+ <np def="def" role="subj" tr="theme" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ABS">
+ <np def="def" role="obj" tr="rheme" locus="number" case="ABS">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<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="subj" tr="theme" locus="number" case="ERG">
+ <np def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" role="obj" tr="rheme" locus="number" case="ABS">
+ <np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <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="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for catch/verb/voice/optionalGot active
About to call getSlotValue for cat/noun/case/optional
Got ERG
About to call getSlotValue for mouse/noun/case/optional
Got ABS
addaffixes:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|k|aː|ɲ|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">|m|a|</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">|s|u|q|iː|p|i|</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |k|aː|ɲ|i|
#-> kaːɲi
### |k|aː|ɲ|i|
#-> kaːɲi
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |m|a|
#-> ma
### |m|a|
#-> ma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |s|u|q|iː|p|i|
#-> suqiːpi
### |s|u|q|iː|p|i|
#-> suqiːpi
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a| |k|aː|ɲ|i| |m|u||m|a| |l|iː| |s|u|q|iː|p|i| |l|iː|
#-> la kaːɲi muma liː suqiːpi liː
removetags:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|k|aː|ɲ|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">|m|a|</word>
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">|s|u|q|iː|p|i|</word>
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" case="ABS" possessor="no.owner">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kaːɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">suqiːpi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>la kaːɲi muma liː suqiːpi liː</p>
+ <p>la kaañi muma lii suqiipi lii</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kaːɲi</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>suqiːpi</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### la kaːɲi muma liː suqiːpi liː#-> la kaːɲi muma liː suqiːpi liː
La kaañi muma lii suqiipi lii. [la kaːɲi muma liː suqiːpi liː] la PAST kaːɲi catch mu- ERG ma cat liː the suqiːpi mouse liː the “The cat caught the mouse.” | (21) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" case="ABS">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber:
<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" case="ERG">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ABS">
+ <np role="obj" tr="rheme" case="ABS" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module simplifynumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<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" case="ERG">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ABS" number="plur">
+ <np role="obj" tr="rheme" case="ABS">
<conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="plur" locus="number">
+ <np def="def" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="plur" locus="number">
+ <np def="def" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<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" tr="theme" role="subj" locus="number" case="ERG">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ABS">
+ <np role="obj" tr="rheme" case="ABS" possessor="no.owner">
<conjp conj="and">
- <np def="def" locus="number">
+ <np def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" locus="number">
+ <np def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" locus="number">
+ <np def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<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" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ABS" possessor="no.owner">
<conjp conj="and">
<np def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<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" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ABS" possessor="no.owner">
- <conjp conj="and">
- <np def="def" locus="number" possessor="no.owner">
+ <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number" possessor="no.owner">
+ <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number" possessor="no.owner">
+ <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
</s>
</example>
fixpronouns: No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <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" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme" case="ABS" possessor="no.owner"> <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <word posp="conj" gloss="and"/> <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <word posp="conj" gloss="and"/> <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned: No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
+ <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
</np>
</s>
</example>
About to call getSlotValue for kill/verb/voice/optionalGot active
About to call getSlotValue for hunter/noun/case/optional
Got ERG
About to call getSlotValue for jaguar/noun/case/optional
Got ABS
About to call getSlotValue for tiger/noun/case/optional
Got ABS
About to call getSlotValue for lion/noun/case/optional
Got ABS
addaffixes:
<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" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="jaguar" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="tiger" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="lion" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
<word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/>
</np>
</s>
</example>
flatten:
<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" subj="3" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="jaguar" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="tiger" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="lion" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="jaguar" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <word posp="conj" gloss="and"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="tiger" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <word posp="conj" gloss="and"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="lion" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> - <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|f|iː|x|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|q|u|k|a|j|aː|</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|q|u|q|u|ŋ|i|</word> + <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|l|iː|</word> + <word posp="conj" gloss="and">|p|uː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="tiger" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|p|u|x|a|m|i|</word> + <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|l|iː|</word> + <word posp="conj" gloss="and">|p|uː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="lion" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|n|a|ŋ|a|q|a|</word> + <word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |f|iː|x|i|
#-> fiːxi
### |f|iː|x|i|
#-> fiːxi
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |q|u|k|a|j|aː|
#-> qukajaː
### |q|u|k|a|j|aː|
#-> qukajaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |q|u|q|u|ŋ|i|
#-> ququŋi
### |q|u|q|u|ŋ|i|
#-> ququŋi
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |p|uː|
#-> puː
### |p|uː|
#-> puː
### |p|u|x|a|m|i|
#-> puxami
### |p|u|x|a|m|i|
#-> puxami
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |p|uː|
#-> puː
### |p|uː|
#-> puː
### |n|a|ŋ|a|q|a|
#-> naŋaqa
### |n|a|ŋ|a|q|a|
#-> naŋaqa
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a| |f|iː|x|i| |m|u||q|u|k|a|j|aː| |l|iː| |q|u|q|u|ŋ|i| |l|iː| |p|uː| |p|u|x|a|m|i| |l|iː| |p|uː| |n|a|ŋ|a|q|a| |l|iː|
#-> la fiːxi muqukajaː liː ququŋi liː puː puxami liː puː naŋaqa liː
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|f|iː|x|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|q|u|k|a|j|aː|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="jaguar" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|q|u|q|u|ŋ|i|</word>
<word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|l|iː|</word>
<word posp="conj" gloss="and">|p|uː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="tiger" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|p|u|x|a|m|i|</word>
<word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|l|iː|</word>
<word posp="conj" gloss="and">|p|uː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="lion" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|n|a|ŋ|a|q|a|</word>
<word gloss="the" posp="det" def="def" locus="number" possessor="no.owner" role="obj" tr="rheme" case="ABS">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">fiːxi</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">qukajaː</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ququŋi</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">puː</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">puxami</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">puː</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">naŋaqa</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>la fiːxi muqukajaː liː ququŋi liː puː puxami liː puː naŋaqa liː</p>
+ <p>la fiikhi muqukajaa lii ququngi lii puu pukhami lii puu nangaqa lii</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>fiːxi</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>qukajaː</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ququŋi</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>puː</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>puxami</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>puː</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>naŋaqa</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### la fiːxi muqukajaː liː ququŋi liː puː puxami liː puː naŋaqa liː#-> la fiːxi muqukajaː liː ququŋi liː puː puxami liː puː naŋaqa liː
La fiikhi muqukajaa lii ququngi lii puu pukhami lii puu nangaqa lii. [la fiːxi muqukajaː liː ququŋi liː puː puxami liː puː naŋaqa liː] la PAST fiːxi kill mu- ERG qukajaː hunter liː the ququŋi jaguar liː the puː and puxami tiger liː the puː and naŋaqa lion liː the “The hunter killed the jaguars, the tigers and the lions.” | (22) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Tingi 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
Tingi forms relative clauses by using a head-internal strategy. The head noun appears inside the clause itself, occupying its regular syntactic position. The entire clause functions as a modifier, and its external syntactic behaviour is identical to that of a noun-modifying phrase.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<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">
+ <np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber: No change.
module simplifynumber:
<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" case="ERG">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" role="subj" locus="number" case="ERG">
+ <word person="1excl" posp="pron"/>
</np>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ABS">
+ <np def="def" tr="rheme" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
- <np def="def" tr="rheme" role="obj" locus="number" case="ABS">
+ <np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <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="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> <np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat.">
<s>
<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="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
- </np>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/voice/optionalGot active
About to call getSlotValue for cat/noun/case/optional
Got ABS
addaffixes:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|s|iː|q|i|h|u|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">|m|a|</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |s|iː|q|i|h|u|
#-> siːqihu
### |s|iː|q|i|h|u|
#-> siːqihu
### |m|a|
#-> ma
### |m|a|
#-> ma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a| |s|iː|q|i|h|u| |m|a| |l|iː|
#-> la siːqihu ma liː
removetags:
<example id="relp1" translation="I patted the cat.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|s|iː|q|i|h|u|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">|m|a|</word>
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">siːqihu</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>la siːqihu ma liː</p>
+ <p>la siiqihu ma lii</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>siːqihu</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### la siːqihu ma liː#-> la siːqihu ma liː
La siiqihu ma lii. [la siːqihu ma liː] la PAST siːqihu pat ma cat liː the “I patted the cat.” | (23) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module casemarking:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module simplifynumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ERG">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" role="subj" locus="number" case="ERG">
+ <word person="1excl" posp="pron"/>
</np>
- <np role="obj" case="ABS" number="sing">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" role="obj" locus="number" case="ABS">
+ <np def="def" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" role="obj" locus="number" case="ABS">
+ <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
copyuptophrase:
<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"> + <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="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> <np role="obj" case="ABS" possessor="no.owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
- </np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<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="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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 role="obj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/>
</subs>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/voice/optionalGot active
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for cat/noun/case/optional
Got ERG
About to call getSlotValue for mouse/noun/case/optional
Got ABS
addaffixes:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/>
</subs>
</np>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </vp> - <np role="obj" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|s|iː|q|i|h|u|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|k|aː|ɲ|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|m|a|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|s|u|q|iː|p|i|</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> + <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner">|ʔ|iː|ŋ|i|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |s|iː|q|i|h|u|
#-> siːqihu
### |s|iː|q|i|h|u|
#-> siːqihu
### |l|a|
#-> la
### |l|a|
#-> la
### |k|aː|ɲ|i|
#-> kaːɲi
### |k|aː|ɲ|i|
#-> kaːɲi
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |m|a|
#-> ma
### |m|a|
#-> ma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |s|u|q|iː|p|i|
#-> suqiːpi
### |s|u|q|iː|p|i|
#-> suqiːpi
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |l|a| |s|iː|q|i|h|u| |l|a| |k|aː|ɲ|i| |m|u||m|a| |l|iː| |s|u|q|iː|p|i| |l|iː| |ʔ|iː|ŋ|i|
#-> la siːqihu la kaːɲi muma liː suqiːpi liː ʔiːŋi
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|s|iː|q|i|h|u|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|k|aː|ɲ|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|m|a|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|s|u|q|iː|p|i|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner">|ʔ|iː|ŋ|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">siːqihu</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kaːɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">suqiːpi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p>
+ <p>la siːqihu la kaːɲi muma liː suqiːpi liː ʔiːŋi</p>
+ <p>la siiqihu la kaañi muma lii suqiipi lii ’iingi</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>siːqihu</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kaːɲi</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>suqiːpi</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ </il>
</example>
### la siːqihu la kaːɲi muma liː suqiːpi liː ʔiːŋi#-> la siːqihu la kaːɲi muma liː suqiːpi liː ʔiːŋi
La siiqihu la kaañi muma lii suqiipi lii ’iingi. [la siːqihu la kaːɲi muma liː suqiːpi liː ʔiːŋi] la PAST siːqihu pat la PAST kaːɲi catch mu- ERG ma cat liː the suqiːpi mouse liː the ʔiːŋi COMP “I patted the cat that caught the mouse.” | (24) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
</s>
</example>
tva1tva2
tva1
tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module casemarking:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<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" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module simplifynumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ERG">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" role="subj" locus="number" case="ERG">
+ <word person="1excl" posp="pron"/>
</np>
- <np role="obj" case="ABS" number="sing">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS" number="sing">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" role="obj" locus="number" case="ABS">
+ <np def="def" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" role="obj" locus="number" case="ABS">
+ <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
copyuptophrase:
<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"> + <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="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> <np role="obj" case="ABS" possessor="no.owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj" case="ABS" possessor="no.owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
- </np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<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="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<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="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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 role="obj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/>
</subs>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/>
</subs>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/voice/optionalGot active
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for cat/noun/case/optional
Got ERG
About to call getSlotValue for eat/verb/voice/optional
Got active
About to call getSlotValue for mouse/noun/case/optional
Got ERG
About to call getSlotValue for cheese/noun/case/optional
Got ABS
addaffixes:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/>
</subs>
</np>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/>
</subs>
</np>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </vp> - <np role="obj" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np role="obj" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/> - </subs> - </np> <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/> - <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|s|iː|q|i|h|u|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|k|aː|ɲ|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|m|a|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|j|a|j|a|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|s|u|q|iː|p|i|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|n|i|t|aː|l|iː|</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> + <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner">|ʔ|iː|ŋ|i|</word> + <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner">|ʔ|iː|ŋ|i|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |s|iː|q|i|h|u|
#-> siːqihu
### |s|iː|q|i|h|u|
#-> siːqihu
### |l|a|
#-> la
### |l|a|
#-> la
### |k|aː|ɲ|i|
#-> kaːɲi
### |k|aː|ɲ|i|
#-> kaːɲi
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |m|a|
#-> ma
### |m|a|
#-> ma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a|
#-> la
### |l|a|
#-> la
### |j|a|j|a|
#-> jaja
### |j|a|j|a|
#-> jaja
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |s|u|q|iː|p|i|
#-> suqiːpi
### |s|u|q|iː|p|i|
#-> suqiːpi
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |n|i|t|aː|l|iː|
#-> nitaːliː
### |n|i|t|aː|l|iː|
#-> nitaːliː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |l|a| |s|iː|q|i|h|u| |l|a| |k|aː|ɲ|i| |m|u||m|a| |l|iː| |l|a| |j|a|j|a| |m|u||s|u|q|iː|p|i| |l|iː| |n|i|t|aː|l|iː| |l|iː| |ʔ|iː|ŋ|i| |ʔ|iː|ŋ|i|
#-> la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː nitaːliː liː ʔiːŋi ʔiːŋi
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|s|iː|q|i|h|u|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|k|aː|ɲ|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|m|a|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">|j|a|j|a|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|s|u|q|iː|p|i|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|n|i|t|aː|l|iː|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner">|ʔ|iː|ŋ|i|</word>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner">|ʔ|iː|ŋ|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">siːqihu</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kaːɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jaja</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">suqiːpi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nitaːliː</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p>
+ <p>la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː nitaːliː liː ʔiːŋi ʔiːŋi</p>
+ <p>la siiqihu la kaañi muma lii la jaja musuqiipi lii nitaalii lii ’iingi ’iingi</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>siːqihu</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kaːɲi</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>jaja</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>suqiːpi</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>nitaːliː</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ </il>
</example>
### la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː nitaːliː liː ʔiːŋi ʔiːŋi#-> la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː nitaːliː liː ʔiːŋi ʔiːŋi
La siiqihu la kaañi muma lii la jaja musuqiipi lii nitaalii lii ’iingi ’iingi. [la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː nitaːliː liː ʔiːŋi ʔiːŋi] la PAST siːqihu pat la PAST kaːɲi catch mu- ERG ma cat liː the la PAST jaja eat mu- ERG suqiːpi mouse liː the nitaːliː cheese liː the ʔiːŋi COMP ʔiːŋi COMP “I patted the cat that caught the mouse that ate the cheese.” | (25) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module embed:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" head="this" locus="number">
+ <np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
- </relp>
+ </subs>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</subs>
</np>
</subs>
</np>
</s>
</example>
tva1tva2
tva1
tva2
tva1
tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module casemarking:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<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">
+ <np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number">
+ <np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<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" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module simplifynumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<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" case="ERG">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" role="subj" locus="number" case="ERG">
+ <word person="1excl" posp="pron"/>
</np>
- <np role="obj" case="ABS" number="sing">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS" number="sing">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS" number="sing">
+ <np role="obj" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ERG">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" role="subj" locus="number" case="ERG">
+ <word person="1excl" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" locus="number" case="ABS">
+ <np def="def" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" role="subj" locus="number" case="ERG">
+ <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" case="ABS">
+ <np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
- <np def="def" role="obj" locus="number" case="ABS">
+ <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <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="1excl"> <word posp="verb" gloss="pat"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <np role="obj" case="ABS" possessor="no.owner"> + <np role="obj" case="ABS" possessor="no.owner" person="1excl"> <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" subj="3" obj="1excl"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> - <np role="obj" case="ABS" possessor="no.owner"> + <np role="obj" case="ABS" possessor="no.owner" person="1excl"> <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" subj="3" obj="1excl"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> - <np role="obj" case="ABS" possessor="no.owner"> + <np role="obj" case="ABS" possessor="no.owner" person="1excl"> <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" subj="1excl" obj="3"> <word posp="verb" gloss="buy"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
- </np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<subs>
<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="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="buy"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="1excl"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="1excl"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="1excl"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/>
</subs>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/>
</subs>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/>
</subs>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/voice/optionalGot active
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for cat/noun/case/optional
Got ERG
About to call getSlotValue for eat/verb/voice/optional
Got active
About to call getSlotValue for mouse/noun/case/optional
Got ERG
About to call getSlotValue for buy/verb/voice/optional
Got active
About to call getSlotValue for cheese/noun/case/optional
Got ABS
addaffixes:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"/>
</vp>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl"/>
</vp>
<np def="def" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" case="ABS" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="def" role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/>
</subs>
</np>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/>
</subs>
</np>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/>
</subs>
</np>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"/> - </vp> - <np role="obj" case="ABS" possessor="no.owner" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np role="obj" case="ABS" possessor="no.owner" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl"/> - </vp> - <np def="def" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np role="obj" case="ABS" possessor="no.owner" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </vp> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="def" role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/> - </subs> - </np> <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/> - </subs> - </np> <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/> - <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/> - <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">|s|iː|q|i|h|u|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">|k|aː|ɲ|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|m|a|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">|j|a|j|a|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|s|u|q|iː|p|i|</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|ʔ|a|x|u|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">|k|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|n|i|t|aː|l|iː|</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word> + <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl">|ʔ|iː|ŋ|i|</word> + <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl">|ʔ|iː|ŋ|i|</word> + <word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl">|ʔ|iː|ŋ|i|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |s|iː|q|i|h|u|
#-> siːqihu
### |s|iː|q|i|h|u|
#-> siːqihu
### |l|a|
#-> la
### |l|a|
#-> la
### |k|aː|ɲ|i|
#-> kaːɲi
### |k|aː|ɲ|i|
#-> kaːɲi
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |m|a|
#-> ma
### |m|a|
#-> ma
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a|
#-> la
### |l|a|
#-> la
### |j|a|j|a|
#-> jaja
### |j|a|j|a|
#-> jaja
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |s|u|q|iː|p|i|
#-> suqiːpi
### |s|u|q|iː|p|i|
#-> suqiːpi
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a|
#-> la
### |l|a|
#-> la
### |ʔ|a|x|u|
#-> ʔaxu
### |ʔ|a|x|u|
#-> ʔaxu
### |k|iː|
#-> kiː
### |k|iː|
#-> kiː
### |n|i|t|aː|l|iː|
#-> nitaːliː
### |n|i|t|aː|l|iː|
#-> nitaːliː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |l|a| |s|iː|q|i|h|u| |l|a| |k|aː|ɲ|i| |m|u||m|a| |l|iː| |l|a| |j|a|j|a| |m|u||s|u|q|iː|p|i| |l|iː| |l|a| |ʔ|a|x|u| |k|iː| |n|i|t|aː|l|iː| |l|iː| |ʔ|iː|ŋ|i| |ʔ|iː|ŋ|i| |ʔ|iː|ŋ|i|
#-> la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː la ʔaxu kiː nitaːliː liː ʔiːŋi ʔiːŋi ʔiːŋi
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">|s|iː|q|i|h|u|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">|k|aː|ɲ|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="cat" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|m|a|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl">|j|a|j|a|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="mouse" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|s|u|q|iː|p|i|</word>
<word gloss="the" posp="det" def="def" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">|ʔ|a|x|u|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">|k|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|n|i|t|aː|l|iː|</word>
<word gloss="the" posp="det" def="def" role="obj" locus="number" case="ABS" possessor="no.owner">|l|iː|</word>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl">|ʔ|iː|ŋ|i|</word>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl">|ʔ|iː|ŋ|i|</word>
<word gloss="COMP" posp="pp" role="obj" case="ABS" possessor="no.owner" person="1excl">|ʔ|iː|ŋ|i|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">siːqihu</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kaːɲi</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">ma</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">jaja</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">suqiːpi</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ʔaxu</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">kiː</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">nitaːliː</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p>
+ <p>la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː la ʔaxu kiː nitaːliː liː ʔiːŋi ʔiːŋi ʔiːŋi</p>
+ <p>la siiqihu la kaañi muma lii la jaja musuqiipi lii la ’akhu kii nitaalii lii ’iingi ’iingi ’iingi</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>siːqihu</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kaːɲi</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>ma</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>jaja</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>suqiːpi</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ʔaxu</o>
+ <g>buy</g>
+ </w>
+ <w>
+ <o>kiː</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>nitaːliː</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ </il>
</example>
### la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː la ʔaxu kiː nitaːliː liː ʔiːŋi ʔiːŋi ʔiːŋi#-> la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː la ʔaxu kiː nitaːliː liː ʔiːŋi ʔiːŋi ʔiːŋi
La siiqihu la kaañi muma lii la jaja musuqiipi lii la ’akhu kii nitaalii lii ’iingi ’iingi ’iingi. [la siːqihu la kaːɲi muma liː la jaja musuqiːpi liː la ʔaxu kiː nitaːliː liː ʔiːŋi ʔiːŋi ʔiːŋi] la PAST siːqihu pat la PAST kaːɲi catch mu- ERG ma cat liː the la PAST jaja eat mu- ERG suqiːpi mouse liː the la PAST ʔaxu buy kiː 1excl nitaːliː cheese liː the ʔiːŋi COMP ʔiːŋi COMP ʔiːŋi COMP “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Tingi introduces complement clauses with a dedicated complementiser, similar to English that. The complementiser appears at the beginning of the embedded clause and signals that the clause functions as a syntactic argument. The embedded clause is fully finite and displays the same tense, aspect and agreement patterns as independent clauses.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
- <np role="subj">
+ <np role="subj" case="ERG">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" def="def" head="this" role="subj" locus="number">
+ <np number="sing" def="def" head="this" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="apple"/>
</np>
- <np number="sing" def="def" role="indobj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
- <np number="sing" def="def" role="indobj" locus="number">
+ <np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<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" case="ERG">
+ <np role="subj" case="ERG" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number" case="ABS">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module simplifynumber:
<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" case="ERG" number="sing">
+ <np role="subj" case="ERG">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" def="def" head="this" role="subj" locus="number" case="ERG">
+ <np def="def" head="this" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" role="obj" locus="number" case="ABS">
+ <np role="obj" locus="number" case="ABS">
<word posp="noun" gloss="apple"/>
</np>
- <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
+ <np def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
- <np number="sing" def="def" role="indobj" locus="number" case="DAT">
+ <np def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<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" case="ERG">
+ <np role="subj" case="ERG" possessor="no.owner">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np def="def" head="this" role="subj" locus="number" case="ERG">
+ <np def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" locus="number" case="ABS">
+ <np role="obj" locus="number" case="ABS" possessor="no.owner">
<word posp="noun" gloss="apple"/>
</np>
- <np def="def" role="indobj" tr="rheme" locus="number" case="DAT">
+ <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
- <np def="def" role="indobj" locus="number" case="DAT">
+ <np def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <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 role="subj" case="ERG" possessor="no.owner"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3"> <word posp="verb" gloss="give"/> </vp> <np def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" locus="number" case="ABS" possessor="no.owner"> <word posp="noun" gloss="apple"/> </np> <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <np def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="give"/>
</vp>
<np def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" locus="number" case="ABS" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="apple"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<np def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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 role="subj" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3"/>
</vp>
<np def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="subj" case="ERG" possessor="no.owner"/>
</subs>
</np>
<np def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for surprise/verb/voice/optionalGot active
About to call getSlotValue for give/verb/voice/optional
Got active
About to call getSlotValue for boy/noun/case/optional
Got ERG
About to call getSlotValue for apple/noun/case/optional
Got ABS
About to call getSlotValue for girl/noun/case/optional
Got DAT
About to call getSlotValue for teacher/noun/case/optional
Got DAT
addaffixes:
<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" subj="3" indobj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/>
</vp>
<np role="subj" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3"/>
</vp>
<np def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" locus="number" case="ABS" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ABS"/>
<word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
<np def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="subj" case="ERG" possessor="no.owner"/>
</subs>
</np>
<np def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="3" indobj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - </vp> - <np role="subj" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3"/> - </vp> - <np def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np role="obj" locus="number" case="ABS" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ABS"/> <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> - <np def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="subj" case="ERG" possessor="no.owner"/> - </subs> - </np> - <np def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ABS"/> - <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - <word gloss="COMP" posp="pp" role="subj" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">|n|a|ʔ|a|x|a|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3">|h|a|ʔ|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">|t|iː|</word> + <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy> + <word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" possessor="no.owner">|p|aː|ʔ|a|x|aː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">|m|a|-</thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|j|uː|</word> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|l|iː|</word> + <word gloss="COMP" posp="pp" role="subj" case="ERG" possessor="no.owner">|ʔ|iː|ŋ|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">|m|a|-</thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">fiːsaːlaː</word> + <word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |n|a|ʔ|a|x|a|
#-> naʔaxa
### |n|a|ʔ|a|x|a|
#-> naʔaxa
### |l|a|
#-> la
### |l|a|
#-> la
### |h|a|ʔ|iː|
#-> haʔiː
### |h|a|ʔ|iː|
#-> haʔiː
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |t|iː|
#-> tiː
### |t|iː|
#-> tiː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |p|aː|ʔ|a|x|aː|
#-> paːʔaxaː
### |p|aː|ʔ|a|x|aː|
#-> paːʔaxaː
### |m|a|-
#-> ma-
### |m|a|-
#-> ma-
### |j|uː|
#-> juː
### |j|uː|
#-> juː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |m|a|-
#-> ma-
### |m|a|-
#-> ma-
### fiːsaːlaː
#-> fiːsaːlaː
### fiːsaːlaː
#-> fiːsaːlaː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a| |n|a|ʔ|a|x|a| |l|a| |h|a|ʔ|iː| |m|u||t|iː| |l|iː| |p|aː|ʔ|a|x|aː| |m|a||j|uː| |l|iː| |ʔ|iː|ŋ|i| |m|a|fiːsaːlaː |l|iː|
#-> la naʔaxa la haʔiː mutiː liː paːʔaxaː majuː liː ʔiːŋi mafiːsaːlaː liː
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">|n|a|ʔ|a|x|a|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" indobj="3">|h|a|ʔ|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">|t|iː|</word>
<word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nouncase" function="prefix" gloss="ABS">-</thingy>
<word posp="noun" gloss="apple" role="obj" locus="number" case="ABS" possessor="no.owner">|p|aː|ʔ|a|x|aː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="DAT">|m|a|-</thingy>
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|j|uː|</word>
<word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|l|iː|</word>
<word gloss="COMP" posp="pp" role="subj" case="ERG" possessor="no.owner">|ʔ|iː|ŋ|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="DAT">|m|a|-</thingy>
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">fiːsaːlaː</word>
<word gloss="the" posp="det" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">naʔaxa</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">haʔiː</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">tiː</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paːʔaxaː</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">ma-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">juː</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ma-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">fiːsaːlaː</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>la naʔaxa la haʔiː mutiː liː paːʔaxaː majuː liː ʔiːŋi mafiːsaːlaː liː</p>
+ <p>la na’akha la ha’ii mutii lii paa’akhaa majuu lii ’iingi mafiisaalaa lii</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>naʔaxa</o>
+ <g>surprise</g>
+ </w>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>haʔiː</o>
+ <g>give</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>tiː</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>paːʔaxaː</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>ma-</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>juː</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>ma-</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>fiːsaːlaː</o>
+ <g>teacher</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### la naʔaxa la haʔiː mutiː liː paːʔaxaː majuː liː ʔiːŋi mafiːsaːlaː liː#-> la naʔaxa la haʔiː mutiː liː paːʔaxaː majuː liː ʔiːŋi mafiːsaːlaː liː
La na’akha la ha’ii mutii lii paa’akhaa majuu lii ’iingi mafiisaalaa lii. [la naʔaxa la haʔiː mutiː liː paːʔaxaː majuː liː ʔiːŋi mafiːsaːlaː liː] la PAST naʔaxa surprise la PAST haʔiː give mu- ERG tiː boy liː the paːʔaxaː apple ma- DAT juː girl liː the ʔiːŋi COMP ma- DAT fiːsaːlaː teacher liː the “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Tingi expresses quoted or reported speech without a dedicated quotative particle. Quotations appear as ordinary clauses, distinguished only by the surrounding syntactic context or by the use of verbs of speaking.
Here is an example of how quotations are expressed:
initial XML:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp tam="past-punct">
<verb>tell</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>boy</noun>
</np>
<np role="obj" tr="rheme">
<subs>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp tam="past-punct"> - <verb>tell</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> <np role="obj" tr="rheme"> <subs> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module embed: No change.
module sentenceconnectors: No change.
module complementise:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
- <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
+ <word gloss="COMP" posp="pp"/>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module casemarking:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<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">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np number="sing" def="neither" role="obj" locus="number">
+ <np number="sing" def="neither" role="obj" locus="number" case="ABS">
<word person="2" number="sing" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
- <np def="def" number="sing" tr="theme" role="indobj" locus="number">
+ <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner: No change.
module propagatenumber:
<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" case="ERG">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ABS">
+ <np role="obj" tr="rheme" case="ABS" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ERG">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number" case="ABS">
<word person="2" number="sing" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module simplifynumber:
<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" case="ERG">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ABS" number="sing">
+ <np role="obj" tr="rheme" case="ABS">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="ERG">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" role="subj" locus="number" case="ERG">
+ <word person="1excl" posp="pron"/>
</np>
- <np number="sing" def="neither" role="obj" locus="number" case="ABS">
- <word person="2" number="sing" posp="pron"/>
+ <np def="neither" role="obj" locus="number" case="ABS">
+ <word person="2" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
- <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
+ <np def="def" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<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" tr="theme" role="subj" locus="number" case="ERG">
+ <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="ABS">
+ <np role="obj" tr="rheme" case="ABS" possessor="no.owner">
<subs>
<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="subj" locus="number" case="ERG">
+ <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">
<word person="1excl" posp="pron"/>
</np>
- <np def="neither" role="obj" locus="number" case="ABS">
+ <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
<word person="2" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
- <np def="def" tr="theme" role="indobj" locus="number" case="DAT">
+ <np def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="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" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ABS" possessor="no.owner">
<subs>
<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="subj" locus="number" case="ERG" possessor="no.owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
copyuptophrase:
<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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl" indobj="3"> <word posp="verb" gloss="tell"/> </vp> <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="ABS" possessor="no.owner"> + <np role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl"> <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" subj="1excl" obj="2"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"> + <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"> + <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <word person="2" posp="pron" gloss="2"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <np def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop: No change.
addclitics:
<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" subj="3" obj="1excl" indobj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" posp="pron" gloss="2"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
+ <thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl" indobj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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" obj="1excl" indobj="3"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <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="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl"/>
</subs>
</np>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for tell/verb/voice/optionalGot active
About to call getSlotValue for boy/noun/case/optional
Got ERG
About to call getSlotValue for love/verb/voice/optional
Got active
About to call getSlotValue for girl/noun/case/optional
Got DAT
addaffixes:
<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" subj="3" obj="1excl" indobj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl" indobj="3"/>
</vp>
<np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="ERG"/>
<word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="verbvoice" function="prefix" gloss="active"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
</vp>
<np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/>
</np>
<np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl"/>
</subs>
</np>
<np def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<thingy type="nppossessor" function="proclitic" gloss="no.owner"/>
+ <thingy type="nouncase" function="prefix" gloss="DAT"/>
<word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
</np>
</s>
</example>
flatten:
<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" subj="3" obj="1excl" indobj="3"> + <flat> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl" indobj="3"/> - </vp> - <np def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="ERG"/> <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="verbvoice" function="prefix" gloss="active"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - </vp> - <np def="neither" role="subj" locus="number" case="ERG" possessor="no.owner" person="1excl"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/> - </np> - <np def="neither" role="obj" locus="number" case="ABS" possessor="no.owner" person="2"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl"/> - </subs> - </np> - <np def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"> <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> <thingy type="nouncase" function="prefix" gloss="DAT"/> <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl" indobj="3"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="ERG"/> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="verbvoice" function="prefix" gloss="active"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner"/> - <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl"/> - <thingy type="nppossessor" function="proclitic" gloss="no.owner"/> - <thingy type="nouncase" function="prefix" gloss="DAT"/> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> + <thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl" indobj="3">|s|u|p|uː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|t|iː|</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy> + <thingy type="verbvoice" function="prefix" gloss="active">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">|s|i|ʋ|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">|k|iː|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">|n|uː|</word> + <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl">|ʔ|iː|ŋ|i|</word> + <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nouncase" function="prefix" gloss="DAT">|m|a|-</thingy> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|j|uː|</word> + <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|l|iː|</word> </flat> </example>
vowelharmony: No change.
### |l|a|#-> la
### |l|a|
#-> la
### |s|u|p|uː|
#-> supuː
### |s|u|p|uː|
#-> supuː
### |m|u|-
#-> mu-
### |m|u|-
#-> mu-
### |t|iː|
#-> tiː
### |t|iː|
#-> tiː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |s|i|ʋ|iː|
#-> siʋiː
### |s|i|ʋ|iː|
#-> siʋiː
### |k|iː|
#-> kiː
### |k|iː|
#-> kiː
### |n|uː|
#-> nuː
### |n|uː|
#-> nuː
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |ʔ|iː|ŋ|i|
#-> ʔiːŋi
### |m|a|-
#-> ma-
### |m|a|-
#-> ma-
### |j|uː|
#-> juː
### |j|uː|
#-> juː
### |l|iː|
#-> liː
### |l|iː|
#-> liː
### |l|a| |s|u|p|uː| |m|u||t|iː| |l|iː| |s|i|ʋ|iː| |k|iː| |n|uː| |ʔ|iː|ŋ|i| |m|a||j|uː| |l|iː|
#-> la supuː mutiː liː siʋiː kiː nuː ʔiːŋi majuː liː
removetags:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<thingy type="vpta" function="proclitic" gloss="PAST">|l|a|</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="1excl" indobj="3">|s|u|p|uː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="ERG">|m|u|-</thingy>
<word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|t|iː|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" case="ERG" possessor="no.owner">|l|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="vpta" function="proclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="proclitic" gloss="indicative">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="proclitic" gloss="not.Q">-</thingy>
- <thingy type="verbvoice" function="prefix" gloss="active">-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">|s|i|ʋ|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" case="ERG" possessor="no.owner">|k|iː|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" case="ABS" possessor="no.owner">|n|uː|</word>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" case="ABS" possessor="no.owner" person="1excl">|ʔ|iː|ŋ|i|</word>
- <thingy type="nppossessor" function="proclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nouncase" function="prefix" gloss="DAT">|m|a|-</thingy>
<word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|j|uː|</word>
<word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|l|iː|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">la</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">supuː</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">mu-</span><br><span class="gls"><span class="glssc">ERG</span></span></span> <span class="ilpair"><span class="mor">tiː</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">siʋiː</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">kiː</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">nuː</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">ʔiːŋi</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ma-</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">juː</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">liː</span><br><span class="gls">the</span></span></p>
+ <p>la supuː mutiː liː siʋiː kiː nuː ʔiːŋi majuː liː</p>
+ <p>la supuu mutii lii siwii kii nuu ’iingi majuu lii</p>
+ <il>
+ <w>
+ <o>la</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>supuː</o>
+ <g>tell</g>
+ </w>
+ <w>
+ <o>mu-</o>
+ <g>ERG</g>
+ </w>
+ <w>
+ <o>tiː</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>siʋiː</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>kiː</o>
+ <g>1excl</g>
+ </w>
+ <w>
+ <o>nuː</o>
+ <g>2</g>
+ </w>
+ <w>
+ <o>ʔiːŋi</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>ma-</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>juː</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>liː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### la supuː mutiː liː siʋiː kiː nuː ʔiːŋi majuː liː#-> la supuː mutiː liː siʋiː kiː nuː ʔiːŋi majuː liː
La supuu mutii lii siwii kii nuu ’iingi majuu lii. [la supuː mutiː liː siʋiː kiː nuː ʔiːŋi majuː liː] la PAST supuː tell mu- ERG tiː boy liː the siʋiː love kiː 1excl nuː 2 ʔiːŋi COMP ma- DAT juː girl liː the “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Tingi. Generated by the Language Creator, version 0.91, on 24 May 2026. https://languagecreator.org/grammar/3HHL7
In BibTeX format:
@misc{LC-3HHL7,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Tingi}},
howpublished = {\url{https://languagecreator.org/grammar/3HHL7}},
note = {Generated by the Language Creator, version 0.91, on 24 May 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Tingi / Tingi–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/3HHL7
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.