A Grammar of Ropam
Introduction
Scope and Purpose
This grammar provides a systematic description of the Ropam language (the 573rd 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 Ropam.
Typological Profile
It has a complete absence of fricative consonants and no inflections (clitics do the hard work).Phonology
Phoneme Inventory
Consonants
Ropam has 11 consonant phonemes, forming a relatively small inventory.
It has a complete absence of fricative consonants, a complete absence of affricates, a strongly reduced sibilant system, a complete absence of laryngeal consonants and a complete absence of phonemic voicing contrasts.The table below presents the full inventory of consonant phonemes in Ropam. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | lateral | palatal | velar | |
|---|---|---|---|---|---|
| stop | p | t | k | ||
| nasal | m | n | ɲ | ||
| fricative | s | ||||
| approximant | ʋ | ɾ | j |
Vowels
Ropam has 5 vowel qualities. This places it within the broadly common range of mid-sized vowel inventories. The vowel chart shows the full set of contrasts employed in the language’s phonology.
It has a full range of vowel qualities even in reduced syllables.The table below presents the full inventory of vowel phonemes in Ropam. The system comprises the distinct vowel qualities listed in the chart.
| front | central | back | |
|---|---|---|---|
| close | i | u | |
| mid | e | o | |
| open | a |
Stress and Tones
Ropam has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
The language employs vowel harmony. To be specific, the following vowels change to match the first vowel of the root: /i/ becomes /u/, /e/ becomes /o/.
Writing System
Introduction
Ropam is normally written using the Latin alphabet, whose familiarity makes it straightforward for most readers. For clarity and precision, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also provided throughout this grammar.
Orthography
Here are the various components of the orthography:
Simple letters
| a /a/ | e /e/ | i /i/ | j /j/ |
| k /k/ | m /m/ | n /n/ | o /o/ |
| p /p/ | r /ɾ/ | s /s/ | t /t/ |
| u /u/ | w /ʋ/ | ñ /ɲ/ |
Word Classes and Morphology
Number and Gender
Number
Ropam does not have grammatical number.
Gender
Ropam does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Ropam can be exemplified by the following example:
initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> - <np number="sing" def="def" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <np role="obj" def="def" 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>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
+ <word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number">
<word posp="adj" gloss="blind"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" def="def" tr="rheme" locus="number">
<word posp="adj" gloss="blind"/>
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/>
+ <word gloss="the" posp="det" role="subj" def="def" locus="number"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np def="def" locus="number">
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" def="def" locus="number"/>
+ <word gloss="the" posp="det" def="def" locus="number"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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="obj" def="def" tr="rheme" locus="number">
- <word posp="adj" gloss="blind"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
+ <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number"/>
+ <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number"/>
+ <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="subj" def="def" locus="number"> + <flat> <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/> <word gloss="the" posp="det" role="subj" def="def" locus="number"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="def" locus="number"> <word posp="noun" gloss="knife" def="def" locus="number"/> <word gloss="the" posp="det" def="def" locus="number"/> - </np> - </pp> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <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="obj" def="def" tr="rheme" locus="number"> <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number"/> <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number"/> <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number"/> <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/> - <word gloss="the" posp="det" role="subj" def="def" locus="number"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word posp="noun" gloss="knife" def="def" locus="number"/> - <word gloss="the" posp="det" def="def" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number"/> - <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number"/> - <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number"/> - <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number"/> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="ʋ o p">ʋop</word> + <word gloss="the" posp="det" role="subj" def="def" locus="number" ph="p a">pa</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="ɾ a m e n">ɾamen</word> + <word posp="noun" gloss="knife" def="def" locus="number" ph="m o k a t">mokat</word> + <word gloss="the" posp="det" def="def" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="n e ɲ">neɲ</word> + <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" ph="p u j e p">pujep</word> + <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> + <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" ph="m i m">mim</word> + <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" ph="t i">ti</word> </flat> </example>
vowelharmony:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="ʋ o p">ʋop</word>
<word gloss="the" posp="det" role="subj" def="def" locus="number" ph="p a">pa</word>
<word gloss="COMIT" posp="pp" role="comitative" ph="ɾ a m e n">ɾamen</word>
<word posp="noun" gloss="knife" def="def" locus="number" ph="m o k a t">mokat</word>
<word gloss="the" posp="det" def="def" locus="number" ph="p a">pa</word>
<thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy>
<thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy>
<thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy>
<thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="n e ɲ">neɲ</word>
- <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" ph="p u j e p">pujep</word>
+ <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" ph="p u j o p" underlying="p u j e p">pujop</word>
<word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word>
<word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" ph="m i m">mim</word>
<word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" ph="t i">ti</word>
</flat>
</example>
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="ʋ o p">ʋop</word> - <word gloss="the" posp="det" role="subj" def="def" locus="number" ph="p a">pa</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="ɾ a m e n">ɾamen</word> - <word posp="noun" gloss="knife" def="def" locus="number" ph="m o k a t">mokat</word> - <word gloss="the" posp="det" def="def" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="n e ɲ">neɲ</word> - <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" ph="p u j o p" underlying="p u j e p">pujop</word> - <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> - <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number" ph="m i m">mim</word> - <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number" ph="t i">ti</word> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number">ʋop</word> + <word gloss="the" posp="det" role="subj" def="def" locus="number">pa</word> + <word gloss="COMIT" posp="pp" role="comitative">ɾamen</word> + <word posp="noun" gloss="knife" def="def" locus="number">mokat</word> + <word gloss="the" posp="det" def="def" locus="number">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</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">neɲ</word> + <word posp="adj" gloss="blind" role="obj" def="def" tr="rheme" locus="number" underlying="p u j e p">pujop</word> + <word posp="noun" gloss="mouse" role="obj" def="def" tr="rheme" locus="number">ɲamistaɾ</word> + <word posp="num" gloss="three" role="obj" def="def" tr="rheme" locus="number">mim</word> + <word posp="det" gloss="yon" role="obj" def="def" tr="rheme" locus="number">ti</word> </flat> + <p><span class="ilpair"><span class="mor">ʋop</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɾamen</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">mokat</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">neɲ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">pujep</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">ɲamistaɾ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">mim</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">ti</span><br><span class="gls">yon</span></span></p> + <p>ʋop pa ɾamen mokat pa paʋ neɲ pujop ɲamistaɾ mim ti</p> + <p>wop pa ramen mokat pa paw neñ pujop ñamistar mim ti</p> + <il> + <w> + <o>ʋop</o> + <g>woman</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>ɾamen</o> + <g>COMIT</g> + </w> + <w> + <o>mokat</o> + <g>knife</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>neɲ</o> + <g>catch</g> + </w> + <w> + <o>pujep</o> + <g>blind</g> + </w> + <w> + <o>ɲamistaɾ</o> + <g>mouse</g> + </w> + <w> + <o>mim</o> + <g>three</g> + </w> + <w> + <o>ti</o> + <g>yon</g> + </w> + </il> </example>
Wop pa ramen mokat pa paw neñ pujop ñamistar mim ti. [ʋop pa ɾamen mokat pa paʋ neɲ pujop ɲamistaɾ mim ti] ʋop woman pa the ɾamen COMIT mokat knife pa the paʋ PAST neɲ catch pujep blind ɲamistaɾ mouse mim three ti yon “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 case. a clitic expressing case, comprising kem /kem/ ‘GEN’, miw /miʋ/ ‘DAT’, riw /ɾiʋ/ ‘INS’, tit /tit/ ‘VOC’, rew /ɾeʋ/ ‘ALL’, nap /nap/ ‘LOC’, jet /jet/ ‘ABL’ and ñiw /ɲiʋ/ ‘PART’.
The morphology of the elements of the nominal phrase, i.e., nouns, adjectives, numerals and pronouns, is described below, as is the way that possession is expressed in Ropam.
The Noun
The noun in Ropam stands alone without any prefixes or suffixes attached to it.
The Adjective
The adjective in Ropam stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Ropam stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Ropam stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Ropam stands alone without any prefixes or suffixes attached to it.
Ropam always includes the personal pronouns, even if they are not stressed. This is similar to English, where the only way to distinguish "he loves her" from "he loves her" and "he loves her" is the stress. So the following corresponds exactly to English in this regard:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module articles:
No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="theme" role="subj" locus="number"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="obj" locus="number"> + <word posp="pron" gloss="3"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - </vp> - <np def="def" tr="theme" role="obj" locus="number"> <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number"/> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="ɲ i t">ɲit</word> + <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="j e p">jep</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" ph="ɲ i t">ɲit</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="ɲ i t">ɲit</word> - <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="j e p">jep</word> - <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number" ph="ɲ i t">ɲit</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number">ɲit</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">jep</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="obj" locus="number">ɲit</word> </flat> + <p><span class="ilpair"><span class="mor">ɲit</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">jep</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">ɲit</span><br><span class="gls">3</span></span></p> + <p>ɲit jep ɲit</p> + <p>ñit jep ñit</p> + <il> + <w> + <o>ɲit</o> + <g>3</g> + </w> + <w> + <o>jep</o> + <g>love</g> + </w> + <w> + <o>ɲit</o> + <g>3</g> + </w> + </il> </example>
Ñit jep ñit. [ɲit jep ɲit] ɲit 3 jep love ɲit 3 “He (the boy) loves her (the girl).” | (2) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="hate"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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="rheme" role="obj" locus="number">
- <word posp="noun" gloss="NN2"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Ristinim hates Pistamet."> <flat> - <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> + <word posp="noun" gloss="Ristinim" def="def" tr="theme" role="subj" locus="number" propernoun="yes" ph="ɾ i s+t i n i m">ɾistinim</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="ɾ i p e">ɾipe</word> + <word posp="noun" gloss="Pistamet" def="def" tr="rheme" role="obj" locus="number" propernoun="yes" ph="p i s+t a m e t">pistamet</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Ristinim hates Pistamet."> <flat> - <word posp="noun" gloss="Ristinim" def="def" tr="theme" role="subj" locus="number" propernoun="yes" ph="ɾ i s+t i n i m">ɾistinim</word> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="ɾ i p e">ɾipe</word> - <word posp="noun" gloss="Pistamet" def="def" tr="rheme" role="obj" locus="number" propernoun="yes" ph="p i s+t a m e t">pistamet</word> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="Ristinim" def="def" tr="theme" role="subj" locus="number" propernoun="yes">ɾistinim</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">pa</word> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">ɾipe</word> + <word posp="noun" gloss="Pistamet" def="def" tr="rheme" role="obj" locus="number" propernoun="yes">pistamet</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">ɾistinim</span><br><span class="gls">Ristinim</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɾipe</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">pistamet</span><br><span class="gls">Pistamet</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>ɾistinim pa ɾipe pistamet pa</p> + <p>Ristinim pa ripe Pistamet pa</p> + <il> + <w> + <o>ɾistinim</o> + <g>Ristinim</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>ɾipe</o> + <g>hate</g> + </w> + <w> + <o>pistamet</o> + <g>Pistamet</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Ristinim pa ripe Pistamet pa. [ɾistinim pa ɾipe pistamet pa] ɾistinim Ristinim pa the ɾipe hate pistamet Pistamet pa the “Ristinim hates Pistamet.” | (3) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np type="owner_owned"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np def="def" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<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"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <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"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="posso1" translation="the boy's apple"> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="p a p a m i">papami</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" ph="m o m">mom</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="p a p a m i">papami</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN" ph="m o m">mom</word> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" ph="p a">pa</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">papami</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" case="GEN">mom</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">pa</word> </flat> + <p><span class="ilpair"><span class="mor">papami</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">mom</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>papami pa kem mom pa</p> + <p>papami pa kem mom pa</p> + <il> + <w> + <o>papami</o> + <g>apple</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>mom</o> + <g>boy</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
papami pa kem mom pa [papami pa kem mom pa] papami apple pa the kem GEN mom boy pa the “the boy’s apple” | (4) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> + <np type="owner_owned"> + <np def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" gloss="3"/> </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" gloss="3"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" gloss="3"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<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"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="pron" gloss="3"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="pron" gloss="3"/> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="p a p a m i">papami</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="ɲ i t">ɲit</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="p a p a m i">papami</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN" ph="ɲ i t">ɲit</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">papami</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" case="GEN">ɲit</word> </flat> + <p><span class="ilpair"><span class="mor">papami</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ɲit</span><br><span class="gls">3</span></span></p> + <p>papami pa kem ɲit</p> + <p>papami pa kem ñit</p> + <il> + <w> + <o>papami</o> + <g>apple</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>ɲit</o> + <g>3</g> + </w> + </il> </example>
papami pa kem ñit [papami pa kem ɲit] papami apple pa the kem GEN ɲit 3 “his (the boy’s) apple” | (5) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" number="sing" posp="pron"/> + <np type="owner_owned"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="1excl" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" posp="pron"/> - </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="1excl" posp="pron"/> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="1excl">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word person="1excl" posp="pron" gloss="1excl"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word person="1excl" posp="pron" gloss="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="posso2" translation="my apple"> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="1excl"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="p a p a m i">papami</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN" ph="ʋ i n">ʋin</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="p a p a m i">papami</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN" ph="ʋ i n">ʋin</word> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">papami</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" case="GEN">ʋin</word> </flat> + <p><span class="ilpair"><span class="mor">papami</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span></p> + <p>papami pa kem ʋin</p> + <p>papami pa kem win</p> + <il> + <w> + <o>papami</o> + <g>apple</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + </il> </example>
papami pa kem win [papami pa kem ʋin] papami apple pa the kem GEN ʋin 1excl “my apple” | (6) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module casemarking:
No change.
module markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> - <np type="owner_owned"> + <np role="subj" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module simplifynumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" number="sing"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np role="subj"> + <np type="owner_owned"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="2" number="sing" posp="pron"/> + <np role="obj"> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
- <np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="def" locus="number" role="owner" case="GEN">
+ <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <np def="def" locus="number" role="owned">
+ <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="neither" locus="number" role="owner" case="GEN">
+ <word person="2" posp="pron"/>
</np>
- <np def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> - <np type="owner_owned"> + <np type="owner_owned" role="subj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj"> - <np type="owner_owned"> + <np type="owner_owned" role="obj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word person="2" posp="pron" gloss="2"/> </np> </np> </np> - </np> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" role="subj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="kiss"/> </vp> - <np type="owner_owned" role="obj"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word person="2" posp="pron" gloss="2"/> </np> - </np> - </np> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="2"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="t i p">tip</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ a t i ɲ a m">ɲatiɲam</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="p e t u s">petus</word> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" ph="t o ɲ">toɲ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="j e ʋ a t i ɲ">jeʋatiɲ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="m a n">man</word> </flat> </example>
vowelharmony:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="t i p">tip</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word>
<thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ a t i ɲ a m">ɲatiɲam</word>
<word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" ph="p a">pa</word>
<thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy>
<thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy>
<thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy>
<thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy>
- <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="p e t u s">petus</word>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="p o t u s" underlying="p e t u s">potus</word>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" ph="t o ɲ">toɲ</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word>
<thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="j e ʋ a t i ɲ">jeʋatiɲ</word>
<word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word>
<thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy>
<word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="m a n">man</word>
</flat>
</example>
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="t i p">tip</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ a t i ɲ a m">ɲatiɲam</word> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="p o t u s" underlying="p e t u s">potus</word> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" ph="t o ɲ">toɲ</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN" ph="j e ʋ a t i ɲ">jeʋatiɲ</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="m a n">man</word> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned">tip</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN">ɲatiɲam</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" underlying="p e t u s">potus</word> + <word posp="noun" gloss="son" def="def" locus="number" role="owned">toɲ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" case="GEN">jeʋatiɲ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">man</word> </flat> + <p><span class="ilpair"><span class="mor">tip</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ɲatiɲam</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">petus</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">toɲ</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">jeʋatiɲ</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">man</span><br><span class="gls">2</span></span></p> + <p>tip pa kem ɲatiɲam pa paʋ potus toɲ pa kem jeʋatiɲ pa kem man</p> + <p>tip pa kem ñatiñam pa paw potus toñ pa kem jewatiñ pa kem man</p> + <il> + <w> + <o>tip</o> + <g>daughter</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>ɲatiɲam</o> + <g>hunter</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>petus</o> + <g>kiss</g> + </w> + <w> + <o>toɲ</o> + <g>son</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>jeʋatiɲ</o> + <g>neighbour</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>man</o> + <g>2</g> + </w> + </il> </example>
Tip pa kem ñatiñam pa paw potus toñ pa kem jewatiñ pa kem man. [tip pa kem ɲatiɲam pa paʋ potus toɲ pa kem jeʋatiɲ pa kem man] tip daughter pa the kem GEN ɲatiɲam hunter pa the paʋ PAST petus kiss toɲ son pa the kem GEN jeʋatiɲ neighbour pa the kem GEN man 2 “The hunter’s daughter kissed your neighbour’s son.” | (7) |
Derivation
Ropam has no derivational processes.
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module 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 RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number"> + <flat> <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" ph="ɾ a s a ɲ i ɲ">ɾasaɲiɲ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" ph="ɾ a s a ɲ i ɲ">ɾasaɲiɲ</word> + <word posp="noun" gloss="lamb" tr="rheme" locus="number">ɾasaɲiɲ</word> </flat> + <p><span class="ilpair"><span class="mor">ɾasaɲiɲ</span><br><span class="gls">lamb</span></span></p> + <p>ɾasaɲiɲ</p> + <p>rasañiñ</p> + <il> + <w> + <o>ɾasaɲiɲ</o> + <g>lamb</g> + </w> + </il> </example>
rasañiñ [ɾasaɲiɲ] ɾasaɲiɲ lamb “a lamb” | (8) |
Note how none show up here:
initial XML:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp tam="past-punct">
<verb>want</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</subs>
</np>
</s>
</example>cleanup:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp tam="past-punct"> - <verb>want</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="want"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
module articles:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
</np>
</subs>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
</np>
</subs>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="want"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="want"/> + </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="have"/> </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="have"/>
</vp>
<np number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
</np>
</subs>
</np>
</s>
</example>
module simplifynumber:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="have"/> </vp> - <np number="sing" tr="rheme" role="obj" locus="number"> + <np tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
createpronouns:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="subj" locus="number"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="have"/> </vp> <np tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
module ngen:
No change.
module wordorder:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="lamb"/>
<word posp="adj" gloss="little"/>
+ <word posp="noun" gloss="lamb"/>
</np>
</subs>
</np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="want"/>
</vp>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="obj" locus="number">
<word posp="adj" gloss="little"/>
<word posp="noun" gloss="lamb"/>
</np>
</subs>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="want"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="have"/>
</vp>
<np tr="rheme" role="obj" locus="number">
<word posp="adj" gloss="little"/>
<word posp="noun" gloss="lamb"/>
</np>
</subs>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
- <word posp="verb" gloss="want"/>
+ <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="have"/>
+ <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/>
</vp>
<np tr="rheme" role="obj" locus="number">
- <word posp="adj" gloss="little"/>
- <word posp="noun" gloss="lamb"/>
+ <word posp="adj" gloss="little" tr="rheme" role="obj" locus="number"/>
+ <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number"/>
</np>
</subs>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="lamb3" translation="She wanted to have a little lamb."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np role="obj"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - </vp> - <np tr="rheme" role="obj" locus="number"> <word posp="adj" gloss="little" tr="rheme" role="obj" locus="number"/> <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number"/> - </np> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - <word posp="adj" gloss="little" tr="rheme" role="obj" locus="number"/> - <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number"/> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="ɲ i t">ɲit</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɲ o ʋ">ɲoʋ</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3" ph="n a ʋ">naʋ</word> + <word posp="adj" gloss="little" tr="rheme" role="obj" locus="number" ph="k i p">kip</word> + <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" ph="ɾ a s a ɲ i ɲ">ɾasaɲiɲ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number" ph="ɲ i t">ɲit</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="ɲ o ʋ">ɲoʋ</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3" ph="n a ʋ">naʋ</word> - <word posp="adj" gloss="little" tr="rheme" role="obj" locus="number" ph="k i p">kip</word> - <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number" ph="ɾ a s a ɲ i ɲ">ɾasaɲiɲ</word> + <word posp="pron" gloss="3" def="def" tr="theme" role="subj" locus="number">ɲit</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">ɲoʋ</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">naʋ</word> + <word posp="adj" gloss="little" tr="rheme" role="obj" locus="number">kip</word> + <word posp="noun" gloss="lamb" tr="rheme" role="obj" locus="number">ɾasaɲiɲ</word> </flat> + <p><span class="ilpair"><span class="mor">ɲit</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɲoʋ</span><br><span class="gls">want</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">naʋ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">kip</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">ɾasaɲiɲ</span><br><span class="gls">lamb</span></span></p> + <p>ɲit paʋ ɲoʋ paʋ kan naʋ kip ɾasaɲiɲ</p> + <p>ñit paw ñow paw kan naw kip rasañiñ</p> + <il> + <w> + <o>ɲit</o> + <g>3</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>ɲoʋ</o> + <g>want</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>naʋ</o> + <g>have</g> + </w> + <w> + <o>kip</o> + <g>little</g> + </w> + <w> + <o>ɾasaɲiɲ</o> + <g>lamb</g> + </w> + </il> </example>
Ñit paw ñow paw kan naw kip rasañiñ. [ɲit paʋ ɲoʋ paʋ kan naʋ kip ɾasaɲiɲ] ɲit 3 paʋ PAST ɲoʋ want paʋ PAST kan COMP naʋ have kip little ɾasaɲiɲ lamb “She wanted to have a little lamb.” | (9) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Ropam are proclitics (placed initially, and there are seven types: first, a clitic expressing comp, comprising kan /kan/ ‘COMP’; second, a clitic expressing question, comprising siw /siʋ/ ‘Q’; third, a clitic expressing subj, comprising ñiñ /ɲiɲ/ ‘1incl’, rer /ɾeɾ/ ‘1excl’ and met /met/ ‘2’; fourth, a clitic expressing negation, comprising net /net/ ‘NEG’; fifth, a clitic expressing voice, comprising rin /ɾin/ ‘passive’; sixth, a clitic expressing mode, comprising kir /kiɾ/ ‘imperative’, ram /ɾam/ ‘conditional’ and kek /kek/ ‘optative’; and finally, seventh, a clitic expressing ta, comprising paw /paʋ/ ‘PAST’.
The verb itself does not have any prefixes or suffixes attached to it.
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module articles:
No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number"> + <word person="2" posp="pron"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="obj" locus="number"> + <np def="neither" role="obj" locus="number" person="2"> <word person="2" posp="pron" gloss="2"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="1excl"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<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" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="love" translation="I love you."> - <s> - <np def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="1excl"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - </vp> - <np def="neither" role="obj" locus="number" person="2"> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="1excl"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="j e p">jep</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="m a n">man</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love" translation="I love you."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> - <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="j e p">jep</word> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="m a n">man</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ʋin</word> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ">ɾeɾ</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">jep</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">man</word> </flat> + <p><span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɾeɾ</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">jep</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">man</span><br><span class="gls">2</span></span></p> + <p>ʋin ɾeɾ jep man</p> + <p>win rer jep man</p> + <il> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + <w> + <o>ɾeɾ</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>jep</o> + <g>love</g> + </w> + <w> + <o>man</o> + <g>2</g> + </w> + </il> </example>
Win rer jep man. [ʋin ɾeɾ jep man] ʋin 1excl ɾeɾ 1excl.SUBJ jep love man 2 “I love you.” | (10) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> + <word gloss="in" posp="pp"/> + <np type="owner_owned"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="table"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="surface"/> + </np> + </np> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
module simplifynumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned" number="sing">
- <np def="def" number="sing" locus="number">
+ <np type="owner_owned">
+ <np def="def" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
createpronouns:
No change.
module ngen:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned">
+ <np def="def">
+ <word posp="noun" gloss="surface"/>
+ </np>
<np def="def" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def">
- <word posp="noun" gloss="surface"/>
</np>
- </np>
</pp>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
- <np type="owner_owned">
<np def="def">
<word posp="noun" gloss="surface"/>
</np>
<np def="def" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in" posp="pp"/> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> <np def="def"> - <word posp="noun" gloss="surface"/> + <word posp="noun" gloss="surface" def="def"/> </np> <np def="def" locus="number"> - <word posp="noun" gloss="table"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="table" def="def" locus="number"/> + <word gloss="the" posp="det" def="def" locus="number"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> + <flat> <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> - <np def="def"> <word posp="noun" gloss="surface" def="def"/> - </np> - <np def="def" locus="number"> <word posp="noun" gloss="table" def="def" locus="number"/> <word gloss="the" posp="det" def="def" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes"/> - <word posp="noun" gloss="surface" def="def"/> - <word posp="noun" gloss="table" def="def" locus="number"/> - <word gloss="the" posp="det" def="def" locus="number"/> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="n u ɾ">nuɾ</word> + <word posp="noun" gloss="surface" def="def" ph="ɾ i m">ɾim</word> + <word posp="noun" gloss="table" def="def" locus="number" ph="ɾ u p i ɲ">ɾupiɲ</word> + <word gloss="the" posp="det" def="def" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
<example id="adpos1" translation="on the table">
<flat>
<word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="n u ɾ">nuɾ</word>
<word posp="noun" gloss="surface" def="def" ph="ɾ i m">ɾim</word>
- <word posp="noun" gloss="table" def="def" locus="number" ph="ɾ u p i ɲ">ɾupiɲ</word>
+ <word posp="noun" gloss="table" def="def" locus="number" ph="ɾ u p u ɲ" underlying="ɾ u p i ɲ">ɾupuɲ</word>
<word gloss="the" posp="det" def="def" locus="number" ph="p a">pa</word>
</flat>
</example>
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="n u ɾ">nuɾ</word> - <word posp="noun" gloss="surface" def="def" ph="ɾ i m">ɾim</word> - <word posp="noun" gloss="table" def="def" locus="number" ph="ɾ u p u ɲ" underlying="ɾ u p i ɲ">ɾupuɲ</word> - <word gloss="the" posp="det" def="def" locus="number" ph="p a">pa</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes">nuɾ</word> + <word posp="noun" gloss="surface" def="def">ɾim</word> + <word posp="noun" gloss="table" def="def" locus="number" underlying="ɾ u p i ɲ">ɾupuɲ</word> + <word gloss="the" posp="det" def="def" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">nuɾ</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">ɾim</span><br><span class="gls">surface</span></span> <span class="ilpair"><span class="mor">ɾupiɲ</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>nuɾ ɾim ɾupuɲ pa</p> + <p>nur rim rupuñ pa</p> + <il> + <w> + <o>nuɾ</o> + <g>in</g> + </w> + <w> + <o>ɾim</o> + <g>surface</g> + </w> + <w> + <o>ɾupiɲ</o> + <g>table</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
nur rim rupuñ pa [nuɾ ɾim ɾupuɲ pa] nuɾ in ɾim surface ɾupiɲ table pa the “on the table” | (11) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> + <word gloss="to" posp="pp"/> + <np type="owner_owned"> <np def="def" number="sing" locus="number"> <word posp="noun" gloss="box"/> <word gloss="the" posp="det"/> </np> + <np def="def" number="sing"> + <word posp="noun" gloss="inside"/> + </np> + </np> </pp> </example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
- <np type="owner_owned">
+ <np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
module simplifynumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
- <np type="owner_owned" number="sing">
- <np def="def" number="sing" locus="number">
+ <np type="owner_owned">
+ <np def="def" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing">
+ <np def="def">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
createpronouns:
No change.
module ngen:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
<np type="owner_owned">
+ <np def="def">
+ <word posp="noun" gloss="inside"/>
+ </np>
<np def="def" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def">
- <word posp="noun" gloss="inside"/>
</np>
- </np>
</pp>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
- <np type="owner_owned">
<np def="def">
<word posp="noun" gloss="inside"/>
</np>
<np def="def" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</pp>
</example>
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to" posp="pp"/> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> <np def="def"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def"/> </np> <np def="def" locus="number"> - <word posp="noun" gloss="box"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="box" def="def" locus="number"/> + <word gloss="the" posp="det" def="def" locus="number"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> + <flat> <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> - <np def="def"> <word posp="noun" gloss="inside" def="def"/> - </np> - <np def="def" locus="number"> <word posp="noun" gloss="box" def="def" locus="number"/> <word gloss="the" posp="det" def="def" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes"/> - <word posp="noun" gloss="inside" def="def"/> - <word posp="noun" gloss="box" def="def" locus="number"/> - <word gloss="the" posp="det" def="def" locus="number"/> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="t u t">tut</word> + <word posp="noun" gloss="inside" def="def" ph="ɲ a ɾ">ɲaɾ</word> + <word posp="noun" gloss="box" def="def" locus="number" ph="t i ɲ i m e ɲ">tiɲimeɲ</word> + <word gloss="the" posp="det" def="def" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="t u t">tut</word> - <word posp="noun" gloss="inside" def="def" ph="ɲ a ɾ">ɲaɾ</word> - <word posp="noun" gloss="box" def="def" locus="number" ph="t i ɲ i m e ɲ">tiɲimeɲ</word> - <word gloss="the" posp="det" def="def" locus="number" ph="p a">pa</word> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes">tut</word> + <word posp="noun" gloss="inside" def="def">ɲaɾ</word> + <word posp="noun" gloss="box" def="def" locus="number">tiɲimeɲ</word> + <word gloss="the" posp="det" def="def" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">tut</span><br><span class="gls">to</span></span> <span class="ilpair"><span class="mor">ɲaɾ</span><br><span class="gls">inside</span></span> <span class="ilpair"><span class="mor">tiɲimeɲ</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>tut ɲaɾ tiɲimeɲ pa</p> + <p>tut ñar tiñimeñ pa</p> + <il> + <w> + <o>tut</o> + <g>to</g> + </w> + <w> + <o>ɲaɾ</o> + <g>inside</g> + </w> + <w> + <o>tiɲimeɲ</o> + <g>box</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
tut ñar tiñimeñ pa [tut ɲaɾ tiɲimeɲ pa] tut to ɲaɾ inside tiɲimeɲ box pa the “into the box” | (12) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" locus="number">
+ <word person="1excl" posp="pron"/>
</np>
</pp>
</example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="neither" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np def="neither" locus="number">
+ <np def="neither" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</pp>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp"/> + <word gloss="COMIT" posp="pp" role="comitative"/> <np def="neither" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="neither" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> + <word gloss="COMIT" posp="pp" role="comitative" ph="ɾ a m e n">ɾamen</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ʋ i n">ʋin</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative" ph="ɾ a m e n">ɾamen</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="ʋ i n">ʋin</word> + <word gloss="COMIT" posp="pp" role="comitative">ɾamen</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number">ʋin</word> </flat> + <p><span class="ilpair"><span class="mor">ɾamen</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span></p> + <p>ɾamen ʋin</p> + <p>ramen win</p> + <il> + <w> + <o>ɾamen</o> + <g>COMIT</g> + </w> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + </il> </example>
ramen win [ɾamen ʋin] ɾamen COMIT ʋin 1excl “with me” | (13) |
Syntax
Basic Clause Structure
Constituent Order
Constituent order describes the typical arrangement of the subject (S), verb (V) and object (O) in simple declarative clauses. It is a fundamental parameter in grammatical description and forms one of the clearest ways of characterising the overall structure of a language’s clause system.
Ropam employs Subject–Verb–Object (SVO) as its basic word order. The subject is followed by the verb, with the object occurring in post-verbal position. This ordering is widely attested across the world’s languages.
The following examples illustrate the basic, unmarked, constituent order in Ropam.
initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="obj" locus="number"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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="obj" locus="number">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np def="def" role="subj" locus="number"> + <flat> <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" ph="p e p a ʋ a ʋ">pepaʋaʋ</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="s e p">sep</word> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" ph="ɲ a t i ɲ a m">ɲatiɲam</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" ph="p e p a ʋ a ʋ">pepaʋaʋ</word> - <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="s e p">sep</word> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" ph="ɲ a t i ɲ a m">ɲatiɲam</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number">pepaʋaʋ</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</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">sep</word> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number">ɲatiɲam</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">pepaʋaʋ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">sep</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ɲatiɲam</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>pepaʋaʋ pa paʋ sep ɲatiɲam pa</p> + <p>pepawaw pa paw sep ñatiñam pa</p> + <il> + <w> + <o>pepaʋaʋ</o> + <g>jaguar</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>sep</o> + <g>kill</g> + </w> + <w> + <o>ɲatiɲam</o> + <g>hunter</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Pepawaw pa paw sep ñatiñam pa. [pepaʋaʋ pa paʋ sep ɲatiɲam pa] pepaʋaʋ jaguar pa the paʋ PAST sep kill ɲatiɲam hunter pa the “The jaguar killed the hunter.” | (14) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module casemarking:
No change.
module markowner:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np role="obj"> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="hunter"/>
+ <np def="def" locus="number" role="owned">
+ <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
+ <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
- </np>
- <np def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
+ <np def="def" locus="number" role="owner" case="GEN">
+ <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
+ </np>
</s>
</example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<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>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj">
- <np type="owner_owned">
+ <np type="owner_owned" role="obj">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
<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>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="eat"/>
</vp>
- <np type="owner_owned" role="obj">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
- <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
<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>
<np def="def" role="subj" locus="number">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned" case="GEN">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np def="def" locus="number" role="owner" case="GEN">
<thingy type="npcase" function="proclitic" gloss="GEN"/>
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np def="def" role="subj" locus="number"> + <flat> <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" locus="number" role="owned"> <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="def" locus="number" role="owner" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" ph="ɲ i j o ʋ e n">ɲijoʋen</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="k a k">kak</word> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="t a s">tas</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="t i p">tip</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ a t i ɲ a m">ɲatiɲam</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" ph="p a">pa</word> </flat> </example>
vowelharmony:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" ph="ɲ i j o ʋ e n">ɲijoʋen</word> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" ph="ɲ u j o ʋ o n" underlying="ɲ i j o ʋ e n">ɲujoʋon</word> <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="p a">pa</word> <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="k a k">kak</word> <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="t a s">tas</word> <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="t i p">tip</word> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ a t i ɲ a m">ɲatiɲam</word> <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" ph="p a">pa</word> </flat> </example>
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" ph="ɲ u j o ʋ o n" underlying="ɲ i j o ʋ e n">ɲujoʋon</word> - <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="k a k">kak</word> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="t a s">tas</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN" ph="t i p">tip</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN" ph="ɲ a t i ɲ a m">ɲatiɲam</word> - <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN" ph="p a">pa</word> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" underlying="ɲ i j o ʋ e n">ɲujoʋon</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</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">kak</word> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned">tas</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" case="GEN">tip</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" case="GEN">ɲatiɲam</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner" case="GEN">pa</word> </flat> + <p><span class="ilpair"><span class="mor">ɲijoʋen</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kak</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">tas</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">tip</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">ɲatiɲam</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>ɲujoʋon pa paʋ kak tas pa kem tip pa kem ɲatiɲam pa</p> + <p>ñujowon pa paw kak tas pa kem tip pa kem ñatiñam pa</p> + <il> + <w> + <o>ɲijoʋen</o> + <g>lion</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>kak</o> + <g>eat</g> + </w> + <w> + <o>tas</o> + <g>dog</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>tip</o> + <g>daughter</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>ɲatiɲam</o> + <g>hunter</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Ñujowon pa paw kak tas pa kem tip pa kem ñatiñam pa. [ɲujoʋon pa paʋ kak tas pa kem tip pa kem ɲatiɲam pa] ɲijoʋen lion pa the paʋ PAST kak eat tas dog pa the kem GEN tip daughter pa the kem GEN ɲatiɲam hunter pa the “The lion ate the hunter’s daughter’s dog.” | (15) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Ropam 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, Ropam expresses “the child’s toy” with the equivalent of “toy child”. This structure is typologically rarer and often co-occurs with verb-initial syntax or with grammatical marking on the noun.
initial XML:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
<np number="sing" def="def">
<noun>friend</noun>
</np>
</np>
<np number="sing" def="def">
<noun>book</noun>
</np>
</np>
</example>cleanup:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> - <np number="sing" def="def"> - <noun>friend</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def"> - <noun>book</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> </np> </np> </example>
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module markowner:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="2" number="sing" posp="pron"/> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> - <np def="neither" locus="number" role="owner" case="GEN"> - <word person="2" posp="pron"/> + <np def="def" locus="number" role="owned"> + <word posp="noun" gloss="book"/> + <word gloss="the" posp="det"/> </np> + <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="son"/> + <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - </np> + <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> - <word posp="noun" gloss="friend"/> + <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> + <np def="neither" locus="number" role="owner" case="GEN"> + <word person="2" posp="pron"/> </np> - <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> </np> </np> + </np> </example>
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
- <np def="neither" locus="number" role="owner" case="GEN">
+ <np def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owned" case="GEN">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
<np def="neither" locus="number" role="owner" case="GEN" person="2">
+ <thingy type="npcase" function="proclitic" gloss="GEN"/>
<word person="2" posp="pron" gloss="2"/>
</np>
</np>
</np>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> - <np type="owner_owned" role="owner"> <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word person="2" posp="pron" gloss="2"/> </np> - </np> - </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np def="def" locus="number" role="owned"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> </np> <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="friend"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> </np> <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="son"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> </np> <np def="neither" locus="number" role="owner" case="GEN" person="2"> <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word person="2" posp="pron" gloss="2"/> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> </np> </example>
addaffixes:
No change.
flatten:
<example id="poss3" translation="your son's friend's book"> - <np def="def" locus="number" role="owned"> + <flat> <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="def" locus="number" role="owned" case="GEN"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np def="neither" locus="number" role="owner" case="GEN" person="2"> <thingy type="npcase" function="proclitic" gloss="GEN"/> <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="npcase" function="proclitic" gloss="GEN"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" ph="n i s">nis</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" ph="m i p">mip</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" ph="t o ɲ">toɲ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="m a n">man</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" ph="n i s">nis</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN" ph="m i p">mip</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN" ph="t o ɲ">toɲ</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN" ph="p a">pa</word> - <thingy type="npcase" function="proclitic" gloss="GEN" ph="k e m">kem</thingy> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN" ph="m a n">man</word> + <word posp="noun" gloss="book" def="def" locus="number" role="owned">nis</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" case="GEN">mip</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" case="GEN">toɲ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" case="GEN">pa</word> + <thingy type="npcase" function="proclitic" gloss="GEN">kem</thingy> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" case="GEN">man</word> </flat> + <p><span class="ilpair"><span class="mor">nis</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">mip</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">toɲ</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kem</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">man</span><br><span class="gls">2</span></span></p> + <p>nis pa kem mip pa kem toɲ pa kem man</p> + <p>nis pa kem mip pa kem toñ pa kem man</p> + <il> + <w> + <o>nis</o> + <g>book</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>mip</o> + <g>friend</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>toɲ</o> + <g>son</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kem</o> + <g>GEN</g> + </w> + <w> + <o>man</o> + <g>2</g> + </w> + </il> </example>
nis pa kem mip pa kem toñ pa kem man [nis pa kem mip pa kem toɲ pa kem man] nis book pa the kem GEN mip friend pa the kem GEN toɲ son pa the kem GEN man 2 “your son’s friend’s book” | (16) |
Case Marking
Ropam does not use case marking to distinguish the core participants of the clause. There is therefore no regular nominative, accusative, ergative, active or stative marking on subjects and objects. Instead, the roles of the participants are identified by other means, cf. the examples below.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="sleep"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="sleep"/> + </vp> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="p i ʋ">piʋ</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="ɲ i m">ɲim</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="p i ʋ">piʋ</word> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="ɲ i m">ɲim</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">piʋ</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">pa</word> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">ɲim</word> </flat> + <p><span class="ilpair"><span class="mor">piʋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲim</span><br><span class="gls">sleep</span></span></p> + <p>piʋ pa ɲim</p> + <p>piw pa ñim</p> + <il> + <w> + <o>piʋ</o> + <g>cat</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>ɲim</o> + <g>sleep</g> + </w> + </il> </example>
Piw pa ñim. [piʋ pa ɲim] piʋ cat pa the ɲim sleep “The cat is sleeping.” | (17) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="run"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="run"/> + </vp> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <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> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <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"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="p i ʋ">piʋ</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="k e s">kes</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="p i ʋ">piʋ</word> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="k e s">kes</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">piʋ</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">pa</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">kes</word> </flat> + <p><span class="ilpair"><span class="mor">piʋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kes</span><br><span class="gls">run</span></span></p> + <p>piʋ pa kes</p> + <p>piw pa kes</p> + <il> + <w> + <o>piʋ</o> + <g>cat</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>kes</o> + <g>run</g> + </w> + </il> </example>
Piw pa kes. [piʋ pa kes] piʋ cat pa the kes run “The cat is running.” | (18) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <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="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <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"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="p i ʋ">piʋ</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="m i ɾ a k">miɾak</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="p i ʋ">piʋ</word> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="m i ɾ a k">miɾak</word> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">piʋ</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">pa</word> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">miɾak</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">piʋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">miɾak</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">ɲamistaɾ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>piʋ pa miɾak ɲamistaɾ pa</p> + <p>piw pa mirak ñamistar pa</p> + <il> + <w> + <o>piʋ</o> + <g>cat</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>miɾak</o> + <g>chase</g> + </w> + <w> + <o>ɲamistaɾ</o> + <g>mouse</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Piw pa mirak ñamistar pa. [piʋ pa miɾak ɲamistaɾ pa] piʋ cat pa the miɾak chase ɲamistaɾ mouse pa the “The cat is chasing the mouse.” | (19) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="p i ʋ">piʋ</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="n e ɲ">neɲ</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="p i ʋ">piʋ</word> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="n e ɲ">neɲ</word> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">piʋ</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</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">neɲ</word> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">piʋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">neɲ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɲamistaɾ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>piʋ pa paʋ neɲ ɲamistaɾ pa</p> + <p>piw pa paw neñ ñamistar pa</p> + <il> + <w> + <o>piʋ</o> + <g>cat</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>neɲ</o> + <g>catch</g> + </w> + <w> + <o>ɲamistaɾ</o> + <g>mouse</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Piw pa paw neñ ñamistar pa. [piʋ pa paʋ neɲ ɲamistaɾ pa] piʋ cat pa the paʋ PAST neɲ catch ɲamistaɾ mouse pa the “The cat caught the mouse.” | (20) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module simplifynumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np role="obj" tr="rheme" number="plur"> + <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
- <conjp conj="and">
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
</s>
</example>
fixpronouns:
No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="kill"/>
</vp>
- <np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - </vp> - <np def="def" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" role="obj" tr="rheme"> <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" ph="ɲ a t i ɲ a m">ɲatiɲam</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="s e p">sep</word> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="p e p a ʋ a ʋ">pepaʋaʋ</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word> + <word posp="conj" gloss="and" ph="p o ɾ">poɾ</word> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="t a k u n i k">takunik</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word> + <word posp="conj" gloss="and" ph="p o ɾ">poɾ</word> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="ɲ i j o ʋ e n">ɲijoʋen</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word> </flat> </example>
vowelharmony:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" ph="ɲ a t i ɲ a m">ɲatiɲam</word>
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="p a">pa</word>
<thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy>
<thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy>
<thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy>
<thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy>
<thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy>
<thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="s e p">sep</word>
<word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="p e p a ʋ a ʋ">pepaʋaʋ</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word>
<word posp="conj" gloss="and" ph="p o ɾ">poɾ</word>
- <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="t a k u n i k">takunik</word>
+ <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="t a k u n u k" underlying="t a k u n i k">takunuk</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word>
<word posp="conj" gloss="and" ph="p o ɾ">poɾ</word>
- <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="ɲ i j o ʋ e n">ɲijoʋen</word>
+ <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="ɲ u j o ʋ o n" underlying="ɲ i j o ʋ e n">ɲujoʋon</word>
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word>
</flat>
</example>
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" ph="ɲ a t i ɲ a m">ɲatiɲam</word> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="s e p">sep</word> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="p e p a ʋ a ʋ">pepaʋaʋ</word> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word> - <word posp="conj" gloss="and" ph="p o ɾ">poɾ</word> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="t a k u n u k" underlying="t a k u n i k">takunuk</word> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word> - <word posp="conj" gloss="and" ph="p o ɾ">poɾ</word> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="ɲ u j o ʋ o n" underlying="ɲ i j o ʋ e n">ɲujoʋon</word> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="p a">pa</word> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number">ɲatiɲam</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</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">sep</word> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme">pepaʋaʋ</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">pa</word> + <word posp="conj" gloss="and">poɾ</word> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" underlying="t a k u n i k">takunuk</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">pa</word> + <word posp="conj" gloss="and">poɾ</word> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" underlying="ɲ i j o ʋ e n">ɲujoʋon</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">pa</word> </flat> + <p><span class="ilpair"><span class="mor">ɲatiɲam</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">sep</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">pepaʋaʋ</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">poɾ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">takunik</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">poɾ</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ɲijoʋen</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>ɲatiɲam pa paʋ sep pepaʋaʋ pa poɾ takunuk pa poɾ ɲujoʋon pa</p> + <p>ñatiñam pa paw sep pepawaw pa por takunuk pa por ñujowon pa</p> + <il> + <w> + <o>ɲatiɲam</o> + <g>hunter</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>sep</o> + <g>kill</g> + </w> + <w> + <o>pepaʋaʋ</o> + <g>jaguar</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>poɾ</o> + <g>and</g> + </w> + <w> + <o>takunik</o> + <g>tiger</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>poɾ</o> + <g>and</g> + </w> + <w> + <o>ɲijoʋen</o> + <g>lion</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Ñatiñam pa paw sep pepawaw pa por takunuk pa por ñujowon pa. [ɲatiɲam pa paʋ sep pepaʋaʋ pa poɾ takunuk pa poɾ ɲujoʋon pa] ɲatiɲam hunter pa the paʋ PAST sep kill pepaʋaʋ jaguar pa the poɾ and takunik tiger pa the poɾ and ɲijoʋen lion pa the “The hunter killed the jaguars, the tigers and the lions.” | (21) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Ropam 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
Ropam forms relative clauses by placing them before the noun they modify. The modifier takes the form of a finite clause that precedes the head noun without any relative pronoun. The clause shows ordinary clausal structure, with the role of the head noun recoverable from the syntactic position inside the clause.
To illustrate how relative clauses work, let us begin with a simple sentence:
initial XML:
<example id="relp1" translation="I patted the cat.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="relp1" translation="I patted the cat."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>cat</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
No change.
module adpositions:
No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="1excl"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<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">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <np def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="1excl"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="1excl"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="s a j e s">sajes</word> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" ph="p i ʋ">piʋ</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="s a j e s">sajes</word> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" ph="p i ʋ">piʋ</word> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" ph="p a">pa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ">ɾeɾ</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">sajes</word> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number">piʋ</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾeɾ</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">sajes</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">piʋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>ʋin paʋ ɾeɾ sajes piʋ pa</p> + <p>win paw rer sajes piw pa</p> + <il> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>ɾeɾ</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>sajes</o> + <g>pat</g> + </w> + <w> + <o>piʋ</o> + <g>cat</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Win paw rer sajes piw pa. [ʋin paʋ ɾeɾ sajes piʋ pa] ʋin 1excl paʋ PAST ɾeɾ 1excl.SUBJ sajes pat piʋ cat pa the “I patted the cat.” | (22) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="1excl"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<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>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</subs>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <np def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="1excl"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <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> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </subs> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cat" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="1excl"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <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="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="s a j e s">sajes</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3" ph="n e ɲ">neɲ</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" ph="p i ʋ">piʋ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="s a j e s">sajes</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3" ph="n e ɲ">neɲ</word> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" ph="p i ʋ">piʋ</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ">ɾeɾ</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">sajes</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">neɲ</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">pa</word> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number">piʋ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾeɾ</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">sajes</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">neɲ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ɲamistaɾ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">piʋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>ʋin paʋ ɾeɾ sajes paʋ kan neɲ ɲamistaɾ pa piʋ pa</p> + <p>win paw rer sajes paw kan neñ ñamistar pa piw pa</p> + <il> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>ɾeɾ</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>sajes</o> + <g>pat</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>neɲ</o> + <g>catch</g> + </w> + <w> + <o>ɲamistaɾ</o> + <g>mouse</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>piʋ</o> + <g>cat</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Win paw rer sajes paw kan neñ ñamistar pa piw pa. [ʋin paʋ ɾeɾ sajes paʋ kan neɲ ɲamistaɾ pa piʋ pa] ʋin 1excl paʋ PAST ɾeɾ 1excl.SUBJ sajes pat paʋ PAST kan COMP neɲ catch ɲamistaɾ mouse pa the piʋ cat pa the “I patted the cat that caught the mouse.” | (23) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="1excl"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<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>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</subs>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</subs>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <np def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="1excl"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <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> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - </vp> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </subs> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </subs> - <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cat" def="def" role="obj" locus="number"/> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="1excl"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <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="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="s a j e s">sajes</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3" ph="n e ɲ">neɲ</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3" ph="k a k">kak</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" ph="p a ɲ i n a n">paɲinan</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" ph="p i ʋ">piʋ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="s a j e s">sajes</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3" ph="n e ɲ">neɲ</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3" ph="k a k">kak</word> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" ph="p a ɲ i n a n">paɲinan</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" ph="p i ʋ">piʋ</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="p a">pa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ">ɾeɾ</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">sajes</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">neɲ</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="3">kak</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number">paɲinan</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">pa</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">pa</word> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number">piʋ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾeɾ</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">sajes</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">neɲ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">kak</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">paɲinan</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲamistaɾ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">piʋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>ʋin paʋ ɾeɾ sajes paʋ kan neɲ paʋ kan kak paɲinan pa ɲamistaɾ pa piʋ pa</p> + <p>win paw rer sajes paw kan neñ paw kan kak pañinan pa ñamistar pa piw pa</p> + <il> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>ɾeɾ</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>sajes</o> + <g>pat</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>neɲ</o> + <g>catch</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>kak</o> + <g>eat</g> + </w> + <w> + <o>paɲinan</o> + <g>cheese</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>ɲamistaɾ</o> + <g>mouse</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>piʋ</o> + <g>cat</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Win paw rer sajes paw kan neñ paw kan kak pañinan pa ñamistar pa piw pa. [ʋin paʋ ɾeɾ sajes paʋ kan neɲ paʋ kan kak paɲinan pa ɲamistaɾ pa piʋ pa] ʋin 1excl paʋ PAST ɾeɾ 1excl.SUBJ sajes pat paʋ PAST kan COMP neɲ catch paʋ PAST kan COMP kak eat paɲinan cheese pa the ɲamistaɾ mouse pa the piʋ cat pa the “I patted the cat that caught the mouse that ate the cheese.” | (24) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module RelN:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj">
- <relp>
+ <subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" head="this" locus="number">
+ </subs>
+ <np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </relp>
</np>
- </relp>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
- </relp>
</np>
+ </subs>
+ <np def="def" number="sing" role="subj" locus="number">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ </np>
</s>
</example>
module sentenceconnectors:
No change.
module subordinate:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="buy"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="buy"/> + </vp> </subs> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> </subs> <np def="def" number="sing" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" number="sing" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
module simplifynumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="buy"/> </vp> </subs> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> </subs> - <np def="def" number="sing" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<subs>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="buy"/>
</vp>
</subs>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"> <word posp="verb" gloss="pat"/> </vp> - <np role="obj"> + <np role="obj" person="1excl"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"> <word posp="verb" gloss="catch"/> </vp> - <np role="obj"> + <np role="obj" person="1excl"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj"> + <np role="obj" person="1excl"> <subs> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl"> <word posp="verb" gloss="buy"/> </vp> </subs> <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </np> </subs> <np def="def" role="subj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="1excl"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
<np role="obj" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="catch"/>
</vp>
<np role="obj" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="1excl"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="buy"/>
</vp>
</subs>
<np def="def" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</np>
</subs>
<np def="def" role="subj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="pat"/>
</vp>
- <np role="obj" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" person="1excl">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="buy"/>
</vp>
</subs>
- <np def="def" role="obj" locus="number">
+ <np def="def" role="obj" locus="number" person="1excl">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="obj" locus="number" person="1excl">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</subs>
- <np def="def" role="subj" locus="number">
+ <np def="def" role="obj" locus="number" person="1excl">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<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>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"/>
</vp>
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"/>
</vp>
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl"/>
</vp>
</subs>
<np def="def" role="obj" locus="number" person="1excl">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" person="1excl"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/>
</np>
</subs>
<np def="def" role="obj" locus="number" person="1excl">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" person="1excl"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/>
</np>
</subs>
<np def="def" role="obj" locus="number" person="1excl">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" person="1excl"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <np def="neither" role="subj" locus="number" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="1excl"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <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> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"/> - </vp> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"/> - </vp> - <subs> - <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="1excl"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl"/> - </vp> - </subs> - <np def="def" role="obj" locus="number" person="1excl"> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" person="1excl"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/> - </np> - </subs> - <np def="def" role="obj" locus="number" person="1excl"> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" person="1excl"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/> - </np> - </subs> - <np def="def" role="obj" locus="number" person="1excl"> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" person="1excl"/> <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="1excl"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <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="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="1excl"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" person="1excl"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" person="1excl"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" person="1excl"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl" ph="s a j e s">sajes</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl" ph="n e ɲ">neɲ</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl" ph="k a k">kak</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl" ph="n i">ni</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" person="1excl" ph="p a ɲ i n a n">paɲinan</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl" ph="p a">pa</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" person="1excl" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl" ph="p a">pa</word> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" person="1excl" ph="p i ʋ">piʋ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="1excl" ph="s a j e s">sajes</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl" ph="n e ɲ">neɲ</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl" ph="k a k">kak</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl" ph="n i">ni</word> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" person="1excl" ph="p a ɲ i n a n">paɲinan</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl" ph="p a">pa</word> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" person="1excl" ph="ɲ a m i s+t a ɾ">ɲamistaɾ</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl" ph="p a">pa</word> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" person="1excl" ph="p i ʋ">piʋ</word> - <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl" ph="p a">pa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ">ɾeɾ</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">sajes</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl">neɲ</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" obj="1excl">kak</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ">ɾeɾ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="1excl">ni</word> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" person="1excl">paɲinan</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl">pa</word> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" person="1excl">ɲamistaɾ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl">pa</word> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" person="1excl">piʋ</word> + <word gloss="the" posp="det" def="def" role="obj" locus="number" person="1excl">pa</word> </flat> + <p><span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾeɾ</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">sajes</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">neɲ</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">kak</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾeɾ</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">ni</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">paɲinan</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲamistaɾ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">piʋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>ʋin paʋ ɾeɾ sajes paʋ kan neɲ paʋ kan kak ʋin paʋ ɾeɾ kan ni paɲinan pa ɲamistaɾ pa piʋ pa</p> + <p>win paw rer sajes paw kan neñ paw kan kak win paw rer kan ni pañinan pa ñamistar pa piw pa</p> + <il> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>ɾeɾ</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>sajes</o> + <g>pat</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>neɲ</o> + <g>catch</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>kak</o> + <g>eat</g> + </w> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>ɾeɾ</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>ni</o> + <g>buy</g> + </w> + <w> + <o>paɲinan</o> + <g>cheese</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>ɲamistaɾ</o> + <g>mouse</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>piʋ</o> + <g>cat</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Win paw rer sajes paw kan neñ paw kan kak win paw rer kan ni pañinan pa ñamistar pa piw pa. [ʋin paʋ ɾeɾ sajes paʋ kan neɲ paʋ kan kak ʋin paʋ ɾeɾ kan ni paɲinan pa ɲamistaɾ pa piʋ pa] ʋin 1excl paʋ PAST ɾeɾ 1excl.SUBJ sajes pat paʋ PAST kan COMP neɲ catch paʋ PAST kan COMP kak eat ʋin 1excl paʋ PAST ɾeɾ 1excl.SUBJ kan COMP ni buy paɲinan cheese pa the ɲamistaɾ mouse pa the piʋ cat pa the “I patted the cat that caught the mouse that ate the cheese that I bought.” | (25) |
Complementation Strategies
Ropam marks complement clauses with subordinating verbal morphology. The embedded verb is fully finite and carries a subordinating suffix that identifies the clause as a complement. No structural changes occur within the clause apart from this verbal marking.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module 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 RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> - <word posp="verb" gloss="give"/> - </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> - <word posp="noun" gloss="apple"/> - </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> + <word posp="verb" gloss="give"/> + </vp> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <np number="sing" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> + </np> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" number="sing"> <subs> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module simplifynumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" number="sing"> + <np role="subj"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <np def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP"> <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> + <np role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np number="sing" def="def" role="indobj" locus="number"> + <np def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<word posp="verb" gloss="surprise"/>
</vp>
<np def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="surprise"/>
</vp>
<np def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np role="obj" locus="number">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" role="obj" locus="number"/>
</np>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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 def="def" role="indobj" locus="number">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/>
+ <word gloss="the" posp="det" def="def" role="indobj" locus="number"/>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np role="subj"> - <subs> - <np def="def" head="this" role="subj" locus="number"> + <flat> <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3"/> - </vp> - <np def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/> <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/> - </np> - <np role="obj" locus="number"> <word posp="noun" gloss="apple" role="obj" locus="number"/> - </np> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - </vp> - <np def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/> <word gloss="the" posp="det" def="def" role="indobj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3"/> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/> - <word posp="noun" gloss="apple" role="obj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/> - <word gloss="the" posp="det" def="def" role="indobj" locus="number"/> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" ph="m o m">mom</word> + <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3" ph="t e ɲ">teɲ</word> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="s i k">sik</word> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="apple" role="obj" locus="number" ph="p a p a m i">papami</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" ph="m i ɾ i s">miɾis</word> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="t a m i m i ɲ">tamimiɲ</word> + <word gloss="the" posp="det" def="def" role="indobj" locus="number" ph="p a">pa</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" ph="m o m">mom</word> - <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3" ph="t e ɲ">teɲ</word> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="s i k">sik</word> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" ph="p a">pa</word> - <word posp="noun" gloss="apple" role="obj" locus="number" ph="p a p a m i">papami</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" ph="m i ɾ i s">miɾis</word> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="t a m i m i ɲ">tamimiɲ</word> - <word gloss="the" posp="det" def="def" role="indobj" locus="number" ph="p a">pa</word> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number">mom</word> + <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" comp="COMP" subj="3" indobj="3" obj="3">teɲ</word> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number">sik</word> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number">pa</word> + <word posp="noun" gloss="apple" role="obj" locus="number">papami</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</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">miɾis</word> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number">tamimiɲ</word> + <word gloss="the" posp="det" def="def" role="indobj" locus="number">pa</word> </flat> + <p><span class="ilpair"><span class="mor">mom</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">teɲ</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">sik</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">papami</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">miɾis</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">tamimiɲ</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span></p> + <p>mom pa paʋ kan teɲ sik pa papami paʋ miɾis tamimiɲ pa</p> + <p>mom pa paw kan teñ sik pa papami paw miris tamimiñ pa</p> + <il> + <w> + <o>mom</o> + <g>boy</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>teɲ</o> + <g>give</g> + </w> + <w> + <o>sik</o> + <g>girl</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>papami</o> + <g>apple</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>miɾis</o> + <g>surprise</g> + </w> + <w> + <o>tamimiɲ</o> + <g>teacher</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + </il> </example>
Mom pa paw kan teñ sik pa papami paw miris tamimiñ pa. [mom pa paʋ kan teɲ sik pa papami paʋ miɾis tamimiɲ pa] mom boy pa the paʋ PAST kan COMP teɲ give sik girl pa the papami apple paʋ PAST miɾis surprise tamimiɲ teacher pa the “It surprised the teacher that the boy had given the girl an apple.” | (26) |
Quotes
Ropam employs a quotative particle to mark direct and indirect speech. The quotative follows the reported phrase and identifies the preceding expression as quoted or reported. The same construction is also used to express reported thoughts.
Here is an example of how quotations are expressed:
initial XML:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp tam="past-punct">
<verb>tell</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>boy</noun>
</np>
<np role="obj" tr="rheme">
<subs>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp tam="past-punct"> - <verb>tell</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> <np role="obj" tr="rheme"> <subs> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module RelN:
No change.
module sentenceconnectors:
No change.
module subordinate:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> - <word posp="noun" gloss="girl"/> - <word gloss="the" posp="det"/> - </np> </s> </example>
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</s>
</example>
module simplifynumber:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <np def="def" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" number="sing"> + <np role="obj" tr="rheme"> <subs> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number"> + <word person="2" posp="pron"/> </np> </subs> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</subs>
</np>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" person="1excl">
<subs>
- <np def="neither" role="subj" locus="number">
+ <np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">
<word posp="verb" gloss="love"/>
</vp>
- <np def="neither" role="obj" locus="number">
+ <np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</subs>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
+ <thingy type="vpta" function="proclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="3"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">
+ <thingy type="vpta" function="proclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="proclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="proclitic" gloss="active"/>
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
+ <thingy type="vpsubj" function="proclitic" gloss="1excl"/>
+ <thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
+ <thingy type="vpcomp" function="proclitic" gloss="COMP"/>
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
</subs>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<thingy type="vpta" function="proclitic" gloss="PAST"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="3"/>
<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" indobj="3" obj="1excl"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/>
</np>
<np role="obj" tr="rheme" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">
<thingy type="vpta" function="proclitic" gloss="PRES"/>
<thingy type="vpmode" function="proclitic" gloss="indicative"/>
<thingy type="vpvoice" function="proclitic" gloss="active"/>
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<thingy type="vpsubj" function="proclitic" gloss="1excl"/>
<thingy type="vpquestion" function="proclitic" gloss="not.Q"/>
<thingy type="vpcomp" function="proclitic" gloss="COMP"/>
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/>
</np>
</subs>
</np>
</s>
</example>
addaffixes:
No change.
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"> <thingy type="vpta" function="proclitic" gloss="PAST"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="3"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/> - </vp> - <np def="def" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/> <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/> - </np> - <np role="obj" tr="rheme" person="1excl"> - <subs> - <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2"> <thingy type="vpta" function="proclitic" gloss="PRES"/> <thingy type="vpmode" function="proclitic" gloss="indicative"/> <thingy type="vpvoice" function="proclitic" gloss="active"/> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <thingy type="vpsubj" function="proclitic" gloss="1excl"/> <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> <thingy type="vpcomp" function="proclitic" gloss="COMP"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2"/> - </vp> - <np def="neither" role="obj" locus="number" person="2"> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> - </np> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PAST"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="3"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/> - <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="vpta" function="proclitic" gloss="PRES"/> - <thingy type="vpmode" function="proclitic" gloss="indicative"/> - <thingy type="vpvoice" function="proclitic" gloss="active"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <thingy type="vpsubj" function="proclitic" gloss="1excl"/> - <thingy type="vpquestion" function="proclitic" gloss="not.Q"/> - <thingy type="vpcomp" function="proclitic" gloss="COMP"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" ph="m o m">mom</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="p a">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl" ph="ɾ i">ɾi</word> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="s i k">sik</word> + <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" ph="p a">pa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> + <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> + <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2" ph="j e p">jep</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="m a n">man</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" ph="m o m">mom</word> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="p a">pa</word> - <thingy type="vpta" function="proclitic" gloss="PAST" ph="p a ʋ">paʋ</thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="3.SUBJ" ph=""></thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl" ph="ɾ i">ɾi</word> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="s i k">sik</word> - <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" ph="p a">pa</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="ʋ i n">ʋin</word> - <thingy type="vpta" function="proclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="proclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="proclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS" ph=""></thingy> - <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ" ph="ɾ e ɾ">ɾeɾ</thingy> - <thingy type="vpquestion" function="proclitic" gloss="not.Q" ph=""></thingy> - <thingy type="vpcomp" function="proclitic" gloss="COMP" ph="k a n">kan</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2" ph="j e p">jep</word> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="m a n">man</word> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number">mom</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">pa</word> + <thingy type="vpta" function="proclitic" gloss="PAST">paʋ</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">ɾi</word> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number">sik</word> + <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number">pa</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">ʋin</word> + <thingy type="vpsubj" function="proclitic" gloss="1excl.SUBJ">ɾeɾ</thingy> + <thingy type="vpcomp" function="proclitic" gloss="COMP">kan</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" comp="COMP" subj="1excl" obj="2">jep</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">man</word> </flat> + <p><span class="ilpair"><span class="mor">mom</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">paʋ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɾi</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">sik</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">pa</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋin</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">ɾeɾ</span><br><span class="gls">1excl.<span class="glssc">SUBJ</span></span></span> <span class="ilpair"><span class="mor">kan</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">jep</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">man</span><br><span class="gls">2</span></span></p> + <p>mom pa paʋ ɾi sik pa ʋin ɾeɾ kan jep man</p> + <p>mom pa paw ri sik pa win rer kan jep man</p> + <il> + <w> + <o>mom</o> + <g>boy</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>paʋ</o> + <g>PAST</g> + </w> + <w> + <o>ɾi</o> + <g>tell</g> + </w> + <w> + <o>sik</o> + <g>girl</g> + </w> + <w> + <o>pa</o> + <g>the</g> + </w> + <w> + <o>ʋin</o> + <g>1excl</g> + </w> + <w> + <o>ɾeɾ</o> + <g>1excl.SUBJ</g> + </w> + <w> + <o>kan</o> + <g>COMP</g> + </w> + <w> + <o>jep</o> + <g>love</g> + </w> + <w> + <o>man</o> + <g>2</g> + </w> + </il> </example>
Mom pa paw ri sik pa win rer kan jep man. [mom pa paʋ ɾi sik pa ʋin ɾeɾ kan jep man] mom boy pa the paʋ PAST ɾi tell sik girl pa the ʋin 1excl ɾeɾ 1excl.SUBJ kan COMP jep love man 2 “The boy told the girl that he loved her.” | (27) |
How to cite this grammar
Language Creator. 2026. A Grammar of Ropam. Generated by the Language Creator, version 0.92, on 2 July 2026. https://languagecreator.org/grammar/5VH66
In BibTeX format:
@misc{LC-5VH66,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Ropam}},
howpublished = {\url{https://languagecreator.org/grammar/5VH66}},
note = {Generated by the Language Creator, version 0.92, on 2 July 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Ropam / Ropam–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/5VH66
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.01 seconds; writing the grammar 0.05 seconds.