A Grammar of Amapi
Introduction
Scope and Purpose
This grammar provides a systematic description of the Amapi language (the 1060th 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 Amapi.
Typological Profile
It has a relatively uncommon VOS word order.Phonology
Phoneme Inventory
Consonants
Amapi has 13 consonant phonemes, forming a relatively small inventory.
It has an exceptionally dense sibilant inventory, a complete absence of affricates, a complete absence of palatal consonants, something which is a rare occurrence indeed, as well as a complete absence of phonemic voicing contrasts and an unusually restricted set of labial consonants.The table below presents the full inventory of consonant phonemes in Amapi. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | postalveolar | lateral | velar | glottal | |
|---|---|---|---|---|---|---|
| stop | p | t | k | |||
| nasal | m | n | ŋ | |||
| fricative | f | s | ʃ | h | ||
| approximant | w | l |
Vowels
Amapi 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 fully contrastive long–short vowel distinction across the system and a full range of vowel qualities even in reduced syllables.The table below presents the full inventory of vowel phonemes in Amapi. 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
Amapi has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
Vowel harmony does not exist in this language.
Writing System
Introduction
Amapi 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/ | f /f/ | h /h/ |
| i /i/ | k /k/ | l /l/ | m /m/ |
| n /n/ | o /o/ | p /p/ | s /s/ |
| t /t/ | u /u/ | w /w/ |
Multi-letter combinations such as digraphs
| aa /aː/ | ee /eː/ | ii /iː/ |
| ng /ŋ/ | oo /oː/ | sh /ʃ/ |
| uu /uː/ |
Word Classes and Morphology
Number and Gender
Number
Amapi does not have grammatical number.
Gender
Amapi does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Amapi 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
+ <np role="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>
<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 casemarking:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
- <np role="subj" number="sing" def="def" locus="number">
+ <np role="subj" number="sing" def="def" locus="number" case="NOM">
<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>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<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="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
+ <word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
</np>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
- <word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
- <word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> <word posp="det" gloss="yon"/> <word posp="noun" gloss="mouse"/> <word posp="adj" gloss="blind"/> <word posp="num" gloss="three"/> </np> <np role="subj" number="sing" def="def" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="woman"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="knife"/> </np> </pp> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="det" gloss="yon"/>
<word posp="noun" gloss="mouse"/>
<word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
</np>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="def" locus="number">
+ <np number="sing" def="def" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word posp="det" gloss="yon"/>
- <word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
- <word posp="num" gloss="three"/>
+ <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/>
+ <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/>
+ <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/>
+ <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/>
</np>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="def" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM"/>
</np>
</pp>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for catch/verb/question/obligatoryGot not.Q
About to call getSlotValue for mouse/noun/number/obligatory
Got plur
About to call getSlotValue for blind/adj/number/obligatory
Got plur
About to call getSlotValue for woman/noun/number/obligatory
Got sing
About to call getSlotValue for knife/noun/number/obligatory
Got sing
<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" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="plur"/>
<word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/>
+ <thingy type="adjnumber" function="prefix" gloss="plur"/>
<word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/>
<word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/>
</np>
<np role="subj" number="sing" def="def" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="def" locus="number" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM"/>
</np>
</pp>
</np>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> + <flat> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="plur"/> <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/> <thingy type="adjnumber" function="prefix" gloss="plur"/> <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/> <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/> - </np> - <np role="subj" number="sing" def="def" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np number="sing" def="def" locus="number" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM"/> - </np> - </pp> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="plur"/> - <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/> - <thingy type="adjnumber" function="prefix" gloss="plur"/> - <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/> - <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM"/> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing" ph="m i h">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" ph="m u">mu</word> + <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="l">l</thingy> + <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" ph="oː m u ʃ iː t a">oːmuʃiːta</word> + <thingy type="adjnumber" function="prefix" gloss="plur" attach="prefix" ph="w">w</thingy> + <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" ph="i n o">ino</word> + <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" ph="w iː">wiː</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" ph="i f u">ifu</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="ʃ i p u">ʃipu</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM" ph="u m u n u">umunu</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing" ph="m i h">mih</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" ph="m u">mu</word> - <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="l">l</thingy> - <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" ph="oː m u ʃ iː t a">oːmuʃiːta</word> - <thingy type="adjnumber" function="prefix" gloss="plur" attach="prefix" ph="w">w</thingy> - <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" ph="i n o">ino</word> - <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC" ph="w iː">wiː</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM" ph="i f u">ifu</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="ʃ i p u">ʃipu</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM" ph="u m u n u">umunu</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word posp="det" gloss="yon" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">mu</word> + <thingy type="nounnumber" function="prefix" gloss="plur">l</thingy> + <word posp="noun" gloss="mouse" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">oːmuʃiːta</word> + <thingy type="adjnumber" function="prefix" gloss="plur">w</thingy> + <word posp="adj" gloss="blind" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">ino</word> + <word posp="num" gloss="three" role="obj" def="def" number="plur" tr="rheme" locus="number" case="ACC">wiː</word> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="NOM">ifu</word> + <word gloss="COMIT" posp="pp" role="comitative">ʃipu</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" case="NOM">umunu</word> </flat> + <p><span class="ilpair"><span class="mor">mih</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">oːmuʃiːta</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ino</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">wiː</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ifu</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">ʃipu</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">umunu</span><br><span class="gls">knife</span></span></p> + <p>mihoː faː ko mu loːmuʃiːta wino wiː pi wifu ʃipu pi wumunu</p> + <p>mihoo faa ko mu loomushiita wino wii pi wifu shipu pi wumunu</p> + <il> + <w> + <o>mih</o> + <g>catch</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>mu</o> + <g>yon</g> + </w> + <w> + <o>l-</o> + <g>plur</g> + </w> + <w> + <o>oːmuʃiːta</o> + <g>mouse</g> + </w> + <w> + <o>w-</o> + <g>plur</g> + </w> + <w> + <o>ino</o> + <g>blind</g> + </w> + <w> + <o>wiː</o> + <g>three</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ifu</o> + <g>woman</g> + </w> + <w> + <o>ʃipu</o> + <g>COMIT</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>umunu</o> + <g>knife</g> + </w> + </il> </example>
Mihoo faa ko mu loomushiita wino wii pi wifu shipu pi wumunu. [mihoː faː ko mu loːmuʃiːta wino wiː pi wifu ʃipu pi wumunu] mih catch -oː not.Q faː PAST ko ACC mu yon l- plur oːmuʃiːta mouse w- plur ino blind wiː three pi the w- sing ifu woman ʃipu COMIT pi the w- sing umunu knife “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 ko /ko/ ‘ACC’, puu /puː/ ‘GEN’, fee /feː/ ‘DAT’, foo /foː/ ‘INS’, li /li/ ‘VOC’, muu /muː/ ‘ALL’, haa /haː/ ‘LOC’, ngaa /ŋaː/ ‘ABL’ and ne /ne/ ‘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 Amapi.
The Noun
The noun in Amapi consists of an obligatory prefix expressing number, comprising w- /w-/ ‘sing’ and l- /l-/ ‘plur’ followed by the root.
The noun displays the following derivational morphology: two suffixes, namely -wi /-wi/ ‘little’ and -pa /-pa/ ‘big’
The Adjective
In Amapi, the adjective has the following structure: an obligatory prefix expressing number, comprising p- /p-/ ‘sing’ and w- /w-/ ‘plur’ followed by the root.
Numerals
The numeral in Amapi stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Amapi stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Amapi stands alone without any prefixes or suffixes attached to it.
In Amapi, subject pronouns (but not object pronouns ones) are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module articles:
No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
- <word posp="noun" gloss="boy"/>
- </np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
+ <word posp="noun" gloss="boy"/>
+ </np>
</s>
</example>
module casemarking:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC">
<word posp="noun" gloss="girl"/>
</np>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC">
- <word posp="noun" gloss="girl"/>
+ <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="NOM">
- <word posp="noun" gloss="boy"/>
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="pron" number="sing" gloss="3.sing"/>
- </np>
</s>
</example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
- <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" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/question/obligatoryGot not.Q
<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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC"/>
</np>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="h a n">han</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" ph="n aː">naː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="h a n">han</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" ph="n aː">naː</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">han</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC">naː</word> </flat> + <p><span class="ilpair"><span class="mor">han</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">3.sing</span></span></p> + <p>hanoː ko naː</p> + <p>hanoo ko naa</p> + <il> + <w> + <o>han</o> + <g>love</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>naː</o> + <g>3.sing</g> + </w> + </il> </example>
Hanoo ko naa. [hanoː ko naː] han love -oː not.Q ko ACC naː 3.sing “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he (i.e., the subject) is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module articles:
No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number">
- <word posp="noun" gloss="boy"/>
- </np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
+ <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number">
+ <word posp="noun" gloss="boy"/>
+ </np>
</s>
</example>
module casemarking:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC">
<word posp="noun" gloss="girl"/>
</np>
- <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number">
+ <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="ACC">
- <word posp="noun" gloss="girl"/>
+ <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
- <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="NOM">
- <word posp="noun" gloss="boy"/>
+ <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM">
+ <word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
- <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" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/question/obligatoryGot not.Q
<example id="love2he" translation="*He* loves her.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC"/>
</np>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC"/> - </np> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="h a n">han</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" ph="n aː">naː</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" ph="n aː">naː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="h a n">han</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC" ph="n aː">naː</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM" ph="n aː">naː</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">han</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number" case="ACC">naː</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="NOM">naː</word> </flat> + <p><span class="ilpair"><span class="mor">han</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">naː</span><br><span class="gls">3.sing</span></span></p> + <p>hanoː ko naː naː</p> + <p>hanoo ko naa naa</p> + <il> + <w> + <o>han</o> + <g>love</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>naː</o> + <g>3.sing</g> + </w> + <w> + <o>naː</o> + <g>3.sing</g> + </w> + </il> </example>
Hanoo ko naa naa. [hanoː ko naː naː] han love -oː not.Q ko ACC naː 3.sing naː 3.sing “He loves her.” | (3) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="hate"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
- </np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="def" number="sing" tr="theme" role="subj" locus="number">
+ <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
+ </np>
</s>
</example>
module casemarking:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="hate"/>
</vp>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" tr="theme" role="subj" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<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="rheme" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="NN2"/> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="NN1"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
- <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" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for hate/verb/question/obligatoryGot not.Q
About to call getSlotValue for NN2/noun/number/obligatory
Got sing
About to call getSlotValue for NN1/noun/number/obligatory
Got sing
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Omosami hates Ulapufe."> <flat> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="h o t o ŋ">hotoŋ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="Ulapufe" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes" ph="u l a p uː f e">ulapuːfe</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="Omosami" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes" ph="o m o s a m i">omosami</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Omosami hates Ulapufe."> <flat> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing" ph="h o t o ŋ">hotoŋ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="Ulapufe" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes" ph="u l a p uː f e">ulapuːfe</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="Omosami" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes" ph="o m o s a m i">omosami</word> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="3.sing" subj="3.sing">hotoŋ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="Ulapufe" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" propernoun="yes">ulapuːfe</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="Omosami" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" propernoun="yes">omosami</word> </flat> + <p><span class="ilpair"><span class="mor">hotoŋ</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ulapuːfe</span><br><span class="gls">Ulapufe</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">omosami</span><br><span class="gls">Omosami</span></span></p> + <p>hotoŋoː ko pi wulapuːfe pi womosami</p> + <p>hotongoo ko pi wUlapuufe pi wOmosami</p> + <il> + <w> + <o>hotoŋ</o> + <g>hate</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ulapuːfe</o> + <g>Ulapufe</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>omosami</o> + <g>Omosami</g> + </w> + </il> </example>
Hotongoo ko pi wUlapuufe pi wOmosami. [hotoŋoː ko pi wulapuːfe pi womosami] hotoŋ hate -oː not.Q ko ACC pi the w- sing ulapuːfe Ulapufe pi the w- sing omosami Omosami “Omosami hates Ulapufe.” | (4) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="NOM"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" 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:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <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"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="NOM" number="sing"> + <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="NOM" number="sing"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> </np> </example>
addaffixes:
About to call getSlotValue for boy/noun/number/obligatoryGot sing
About to call getSlotValue for apple/noun/number/obligatory
Got sing
<example id="posso1" translation="the boy's apple">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> + <flat> <thingy type="npcase" function="proclitic" gloss="NOM"/> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="u l a">ula</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="eː ŋ iː l oː m uː">eːŋiːloːmuː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" ph="u l a">ula</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="eː ŋ iː l oː m uː">eːŋiːloːmuː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN">ula</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM">eːŋiːloːmuː</word> </flat> + <p><span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ula</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eːŋiːloːmuː</span><br><span class="gls">apple</span></span></p> + <p>pi wula pi weːŋiːloːmuː</p> + <p>pi wula pi weengiiloomuu</p> + <il> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ula</o> + <g>boy</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eːŋiːloːmuː</o> + <g>apple</g> + </w> + </il> </example>
pi wula pi weengiiloomuu [pi wula pi weːŋiːloːmuː] pi the w- sing ula boy pi the w- sing eːŋiːloːmuː apple “the boy’s apple” | (5) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" 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:
No change.
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="NOM" number="sing"> + <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="NOM" number="sing"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="def" locus="number" role="owner" case="GEN"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
<example id="posso1b" translation="his (the boy's) apple">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> + <flat> <thingy type="npcase" function="proclitic" gloss="NOM"/> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="n aː">naː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="eː ŋ iː l oː m uː">eːŋiːloːmuː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" ph="n aː">naː</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="eː ŋ iː l oː m uː">eːŋiːloːmuː</word> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN">naː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM">eːŋiːloːmuː</word> </flat> + <p><span class="ilpair"><span class="mor">naː</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eːŋiːloːmuː</span><br><span class="gls">apple</span></span></p> + <p>naː pi weːŋiːloːmuː</p> + <p>naa pi weengiiloomuu</p> + <il> + <w> + <o>naː</o> + <g>3.sing</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eːŋiːloːmuː</o> + <g>apple</g> + </w> + </il> </example>
naa pi weengiiloomuu [naː pi weːŋiːloːmuː] naː 3.sing pi the w- sing eːŋiːloːmuː apple “his (the boy’s) apple” | (6) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM"> + <np type="owner_owned" case="NOM" 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:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" 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"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="NOM" number="sing">
<np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
prodrop:
No change.
addclitics:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="NOM" number="sing"> + <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="NOM" number="sing"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> </np> </example>
addaffixes:
About to call getSlotValue for apple/noun/number/obligatoryGot sing
<example id="posso2" translation="my apple">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> + <flat> <thingy type="npcase" function="proclitic" gloss="NOM"/> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="m iː">miː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="eː ŋ iː l oː m uː">eːŋiːloːmuː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso2" translation="my apple"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN" ph="m iː">miː</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM" ph="eː ŋ iː l oː m uː">eːŋiːloːmuː</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner" case="GEN">miː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" case="NOM">eːŋiːloːmuː</word> </flat> + <p><span class="ilpair"><span class="mor">miː</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eːŋiːloːmuː</span><br><span class="gls">apple</span></span></p> + <p>miː pi weːŋiːloːmuː</p> + <p>mii pi weengiiloomuu</p> + <il> + <w> + <o>miː</o> + <g>1excl.sing</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eːŋiːloːmuː</o> + <g>apple</g> + </w> + </il> </example>
mii pi weengiiloomuu [miː pi weːŋiːloːmuː] miː 1excl.sing pi the w- sing eːŋiːloːmuː apple “my apple” | (7) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
- <np role="subj">
- <np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
- <np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
- </np>
- </np>
- </np>
<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>
+ <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>
</s>
</example>
module casemarking:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
- <np role="obj">
+ <np role="obj" case="ACC">
<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>
- <np role="subj">
+ <np role="subj" case="NOM">
<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>
</s>
</example>
module markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="ACC">
<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>
<np role="subj" case="NOM">
<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>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="ACC" 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>
- <np role="subj" case="NOM">
- <np type="owner_owned">
+ <np role="subj" case="NOM" 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>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<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="obj" case="ACC" 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"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
</np>
<np role="subj" case="NOM" 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"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<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="obj" case="ACC" 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"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
<np role="subj" case="NOM" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="kiss"/> </vp> <np role="obj" case="ACC" 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"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> </np> </np> <np role="subj" case="NOM" number="sing"> <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> </np> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" case="ACC" number="sing">
- <np type="owner_owned" number="sing">
- <np type="owner_owned" role="owner" number="sing">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
+ <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
<np role="subj" case="NOM" number="sing">
- <np type="owner_owned" number="sing">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
+ <np type="owner_owned" number="sing" case="NOM">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kiss"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" case="ACC" number="sing">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" number="sing" case="ACC" role="obj">
<np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
- </np>
- <np role="subj" case="NOM" number="sing">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <np type="owner_owned" number="sing" case="NOM">
+ <np type="owner_owned" number="sing" case="NOM" role="subj">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kiss"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <np type="owner_owned" number="sing" case="ACC" role="obj">
- <np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
- </np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
- </np>
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <np type="owner_owned" number="sing" case="NOM" role="subj">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
- </np>
</s>
</example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <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" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC"/>
</np>
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for kiss/verb/question/obligatoryGot not.Q
About to call getSlotValue for neighbour/noun/number/obligatory
Got sing
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
<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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC"/>
</np>
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> <thingy type="npcase" function="proclitic" gloss="ACC"/> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="ACC"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC"/> - </np> <thingy type="npcase" function="proclitic" gloss="NOM"/> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="m iː p a m">miːpam</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="p eː">peː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="e h i l e l e">ehilele</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC" ph="e ʃ u">eʃu</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="e n i ŋ u ŋ e">eniŋuŋe</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM" ph="u k o">uko</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="m iː p a m">miːpam</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="p eː">peː</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" ph="e h i l e l e">ehilele</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC" ph="e ʃ u">eʃu</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="e n i ŋ u ŋ e">eniŋuŋe</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM" ph="u k o">uko</word> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">miːpam</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN">peː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN">ehilele</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="ACC">eʃu</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN">eniŋuŋe</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="NOM">uko</word> </flat> + <p><span class="ilpair"><span class="mor">miːpam</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">peː</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ehilele</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eʃu</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eniŋuŋe</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">uko</span><br><span class="gls">daughter</span></span></p> + <p>miːpamoː faː ko peː pi wehilele pi weʃu pi weniŋuŋe pi wuko</p> + <p>miipamoo faa ko pee pi wehilele pi weshu pi weningunge pi wuko</p> + <il> + <w> + <o>miːpam</o> + <g>kiss</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>peː</o> + <g>2.sing</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ehilele</o> + <g>neighbour</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eʃu</o> + <g>son</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eniŋuŋe</o> + <g>hunter</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>uko</o> + <g>daughter</g> + </w> + </il> </example>
Miipamoo faa ko pee pi wehilele pi weshu pi weningunge pi wuko. [miːpamoː faː ko peː pi wehilele pi weʃu pi weniŋuŋe pi wuko] miːpam kiss -oː not.Q faː PAST ko ACC peː 2.sing pi the w- sing ehilele neighbour pi the w- sing eʃu son pi the w- sing eniŋuŋe hunter pi the w- sing uko daughter “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Amapi has a few derivational processes. To illustrate this, let us start with a simple noun phrase:
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word posp="noun" gloss="lamb"/> </np> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
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:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="noun" gloss="lamb"/>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word posp="noun" gloss="lamb"/>
+ <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM"/>
</np>
</example>
addaffixes:
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <flat> <thingy type="npcase" function="proclitic" gloss="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM"/> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" ph="a t a f i p e">atafipe</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM" ph="a t a f i p e">atafipe</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="NOM">atafipe</word> </flat> + <p><span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">atafipe</span><br><span class="gls">lamb</span></span></p> + <p>watafipe</p> + <p>watafipe</p> + <il> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>atafipe</o> + <g>lamb</g> + </w> + </il> </example>
watafipe [watafipe] w- sing atafipe lamb “a lamb” | (9) |
In the following, the word for little becomes an affix attached to lamb:
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="NOM"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
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:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="lamb" lexposp="noun" posp="noun">
+ <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
addaffixes:
About to call getSlotValue for lamb/noun/number/obligatoryGot sing
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="NOM"> + <flat> <thingy type="npcase" function="proclitic" gloss="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" ph="a t a f i p e">atafipe</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="w i">wi</thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj" attach="prefix" ph=""></thingy> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM" ph="a t a f i p e">atafipe</word> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj" attach="suffix" ph="w i">wi</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="NOM">atafipe</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">wi</thingy> </flat> + <p><span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">atafipe</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-wi</span><br><span class="gls">little</span></span></p> + <p>watafipewi</p> + <p>watafipewi</p> + <il> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>atafipe</o> + <g>lamb</g> + </w> + <w> + <o>-wi</o> + <g>little</g> + </w> + </il> </example>
watafipewi [watafipewi] w- sing atafipe lamb -wi little “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Amapi are enclitics (placed finally), and there are four types: first, a clitic expressing ta, comprising faa /faː/ ‘PAST’; second, a clitic expressing mode, comprising sii /siː/ ‘imperative’, nga /ŋa/ ‘conditional’ and sa /sa/ ‘optative’; third, a clitic expressing voice, comprising saa /saː/ ‘passive’; and finally, fourth, a clitic expressing negation, comprising loo /loː/ ‘NEG’.
In addition, the verb is structured like this: the root followed by an obligatory suffix expressing question, comprising -ii /-iː/ ‘Q’ and -oo /-oː/ ‘not.Q’.
The verb displays the following derivational morphology: two suffixes, namely -ik /-ik/ ‘begin’ and -ep /-ep/ ‘stop’
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
+ <np number="sing" def="neither" role="subj" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
</s>
</example>
module casemarking:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="obj" locus="number">
+ <np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
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>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
</s>
</example>
addclitics:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
- <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" obj="2.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/question/obligatoryGot not.Q
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/>
</np>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"> + <flat> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing" ph="h a n">han</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" ph="p eː">peː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love" translation="I love you."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing" ph="h a n">han</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" ph="p eː">peː</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" subj="1excl.sing">han</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC">peː</word> </flat> + <p><span class="ilpair"><span class="mor">han</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">peː</span><br><span class="gls">2.sing</span></span></p> + <p>hanoː ko peː</p> + <p>hanoo ko pee</p> + <il> + <w> + <o>han</o> + <g>love</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>peː</o> + <g>2.sing</g> + </w> + </il> </example>
Hanoo ko pee. [hanoː ko peː] han love -oː not.Q ko ACC peː 2.sing “I love you.” | (11) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> + <word gloss="in" 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:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
- <word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</np>
</np>
</pp>
</example>
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" number="sing">
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="table"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="surface"/>
</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" number="sing" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="table"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> </np> <np def="def" number="sing"> - <word posp="noun" gloss="surface"/> + <word posp="noun" gloss="surface" def="def" number="sing"/> </np> </pp> </example>
addaffixes:
About to call getSlotValue for table/noun/number/obligatoryGot sing
About to call getSlotValue for surface/noun/number/obligatory
Got sing
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in" posp="pp" p="in" location="surface" precise="yes"/>
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det" def="def" number="sing" locus="number"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="table" def="def" number="sing" locus="number"/>
</np>
<np def="def" number="sing">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="surface" def="def" number="sing"/>
</np>
</pp>
</example>
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" number="sing" locus="number"> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> - </np> - <np def="def" number="sing"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="surface" def="def" number="sing"/> - </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 gloss="the" posp="det" def="def" number="sing" locus="number"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="surface" def="def" number="sing"/> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes" ph="n u">nu</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="u t aː m u">utaːmu</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="surface" def="def" number="sing" ph="u t aː">utaː</word> </flat> </example>
vowelharmony:
No change.
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 gloss="the" posp="det" def="def" number="sing" locus="number" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" ph="u t aː m u">utaːmu</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="surface" def="def" number="sing" ph="u t aː">utaː</word> + <word gloss="in" posp="pp" p="in" location="surface" precise="yes">nu</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="table" def="def" number="sing" locus="number">utaːmu</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="surface" def="def" number="sing">utaː</word> </flat> + <p><span class="ilpair"><span class="mor">nu</span><br><span class="gls">in</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">utaːmu</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">utaː</span><br><span class="gls">surface</span></span></p> + <p>nu pi wutaːmu wutaː</p> + <p>nu pi wutaamu wutaa</p> + <il> + <w> + <o>nu</o> + <g>in</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>utaːmu</o> + <g>table</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>utaː</o> + <g>surface</g> + </w> + </il> </example>
nu pi wutaamu wutaa [nu pi wutaːmu wutaː] nu in pi the w- sing utaːmu table w- sing utaː surface “on the table” | (12) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> + <word gloss="to" 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:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp"/>
<np type="owner_owned" number="sing">
<np def="def" number="sing" locus="number">
- <word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</np>
</np>
</pp>
</example>
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" number="sing">
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="box"/>
</np>
<np def="def" number="sing">
<word posp="noun" gloss="inside"/>
</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" number="sing" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="box"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> </np> <np def="def" number="sing"> - <word posp="noun" gloss="inside"/> + <word posp="noun" gloss="inside" def="def" number="sing"/> </np> </pp> </example>
addaffixes:
About to call getSlotValue for box/noun/number/obligatoryGot sing
About to call getSlotValue for inside/noun/number/obligatory
Got sing
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to" posp="pp" p="to" location="inside" precise="yes"/>
<np def="def" number="sing" locus="number">
<word gloss="the" posp="det" def="def" number="sing" locus="number"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="box" def="def" number="sing" locus="number"/>
</np>
<np def="def" number="sing">
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="inside" def="def" number="sing"/>
</np>
</pp>
</example>
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" number="sing" locus="number"> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> - </np> - <np def="def" number="sing"> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="inside" def="def" number="sing"/> - </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 gloss="the" posp="det" def="def" number="sing" locus="number"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="inside" def="def" number="sing"/> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes" ph="l o">lo</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="a f o s iː n o">afosiːno</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="inside" def="def" number="sing" ph="o n i">oni</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="l o">lo</word> - <word gloss="the" posp="det" def="def" number="sing" locus="number" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" ph="a f o s iː n o">afosiːno</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="inside" def="def" number="sing" ph="o n i">oni</word> + <word gloss="to" posp="pp" p="to" location="inside" precise="yes">lo</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="box" def="def" number="sing" locus="number">afosiːno</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="inside" def="def" number="sing">oni</word> </flat> + <p><span class="ilpair"><span class="mor">lo</span><br><span class="gls">to</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">afosiːno</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oni</span><br><span class="gls">inside</span></span></p> + <p>lo pi wafosiːno woni</p> + <p>lo pi wafosiino woni</p> + <il> + <w> + <o>lo</o> + <g>to</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>afosiːno</o> + <g>box</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>oni</o> + <g>inside</g> + </w> + </il> </example>
lo pi wafosiino woni [lo pi wafosiːno woni] lo to pi the w- sing afosiːno box w- sing oni inside “into the box” | (13) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
+ <word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
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 number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number">
+ <np number="sing" def="neither" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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 number="sing" def="neither" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" 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 number="sing" def="neither" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" 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" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> + <word gloss="COMIT" posp="pp" role="comitative" ph="ʃ i p u">ʃipu</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" ph="m iː">miː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative" ph="ʃ i p u">ʃipu</word> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" ph="m iː">miː</word> + <word gloss="COMIT" posp="pp" role="comitative">ʃipu</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number">miː</word> </flat> + <p><span class="ilpair"><span class="mor">ʃipu</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">miː</span><br><span class="gls">1excl.sing</span></span></p> + <p>ʃipu miː</p> + <p>shipu mii</p> + <il> + <w> + <o>ʃipu</o> + <g>COMIT</g> + </w> + <w> + <o>miː</o> + <g>1excl.sing</g> + </w> + </il> </example>
shipu mii [ʃipu miː] ʃipu COMIT miː 1excl.sing “with me” | (14) |
Syntax
Basic Clause Structure
Constituent Order
Constituent order describes the typical arrangement of the subject (S), verb (V) and object (O) in simple declarative clauses. It is a fundamental parameter in grammatical description and forms one of the clearest ways of characterising the overall structure of a language’s clause system.
Amapi displays Verb–Object–Subject (VOS) as its primary word order. The verb is followed by the object, with the subject appearing clause-finally. Although relatively uncommon, VOS is well documented cross-linguistically.
The following examples illustrate the basic, unmarked, constituent order in Amapi.
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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np number="sing" def="def" role="subj" locus="number">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
+ <np number="sing" def="def" role="subj" locus="number">
+ <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
+ </np>
</s>
</example>
module casemarking:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np number="sing" def="def" role="obj" locus="number">
+ <np number="sing" def="def" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="subj" locus="number">
+ <np number="sing" def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<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="obj" locus="number" case="ACC">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="jaguar"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <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" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for kill/verb/question/obligatoryGot not.Q
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for jaguar/noun/number/obligatory
Got sing
<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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="obj" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC"/> - </np> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM"/> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="n iː t">niːt</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" ph="e n i ŋ u ŋ e">eniŋuŋe</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" ph="i ŋ i t o f e">iŋitofe</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="n iː t">niːt</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC" ph="e n i ŋ u ŋ e">eniŋuŋe</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM" ph="i ŋ i t o f e">iŋitofe</word> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">niːt</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="ACC">eniŋuŋe</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="NOM">iŋitofe</word> </flat> + <p><span class="ilpair"><span class="mor">niːt</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eniŋuŋe</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">iŋitofe</span><br><span class="gls">jaguar</span></span></p> + <p>niːtoː faː ko pi weniŋuŋe pi wiŋitofe</p> + <p>niitoo faa ko pi weningunge pi wingitofe</p> + <il> + <w> + <o>niːt</o> + <g>kill</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eniŋuŋe</o> + <g>hunter</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>iŋitofe</o> + <g>jaguar</g> + </w> + </il> </example>
Niitoo faa ko pi weningunge pi wingitofe. [niːtoː faː ko pi weniŋuŋe pi wiŋitofe] niːt kill -oː not.Q faː PAST ko ACC pi the w- sing eniŋuŋe hunter pi the w- sing iŋitofe jaguar “The jaguar killed the hunter.” | (15) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np number="sing" def="def" role="subj" locus="number">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
- </np>
<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>
+ <np number="sing" def="def" role="subj" locus="number">
+ <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
+ </np>
</s>
</example>
module casemarking:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj">
+ <np role="obj" case="ACC">
<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>
- <np number="sing" def="def" role="subj" locus="number">
+ <np number="sing" def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="ACC">
<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>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj" case="ACC">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="ACC" 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>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<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 role="obj" case="ACC" 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"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np role="obj" case="ACC" 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 gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="dog"/> </np> </np> </np> <np number="sing" def="def" role="subj" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" case="ACC" number="sing">
- <np type="owner_owned" number="sing">
- <np type="owner_owned" role="owner" number="sing">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
+ <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" case="ACC" number="sing">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" number="sing" case="ACC" role="obj">
<np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
- </np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</s>
</example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <np type="owner_owned" number="sing" case="ACC" role="obj">
- <np type="owner_owned" role="owner" number="sing" case="ACC">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
- </np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
- </np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</s>
</example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for eat/verb/question/obligatoryGot not.Q
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for dog/noun/number/obligatory
Got sing
About to call getSlotValue for lion/noun/number/obligatory
Got sing
<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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="ACC">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC"/>
</np>
<np number="sing" def="def" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> <thingy type="npcase" function="proclitic" gloss="ACC"/> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="ACC"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC"/> - </np> - <np number="sing" def="def" role="subj" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM"/> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="k i n">kin</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="e n i ŋ u ŋ e">eniŋuŋe</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="u k o">uko</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC" ph="a ʃ e">aʃe</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" ph="a ŋ a ʃ a l oː">aŋaʃaloː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="k i n">kin</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" ph="e n i ŋ u ŋ e">eniŋuŋe</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" ph="u k o">uko</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC" ph="a ʃ e">aʃe</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM" ph="a ŋ a ʃ a l oː">aŋaʃaloː</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">kin</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN">eniŋuŋe</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN">uko</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" case="ACC">aʃe</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="NOM">aŋaʃaloː</word> </flat> + <p><span class="ilpair"><span class="mor">kin</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eniŋuŋe</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">uko</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">aʃe</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">aŋaʃaloː</span><br><span class="gls">lion</span></span></p> + <p>kinoː faː ko pi weniŋuŋe pi wuko pi waʃe pi waŋaʃaloː</p> + <p>kinoo faa ko pi weningunge pi wuko pi washe pi wangashaloo</p> + <il> + <w> + <o>kin</o> + <g>eat</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eniŋuŋe</o> + <g>hunter</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>uko</o> + <g>daughter</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>aʃe</o> + <g>dog</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>aŋaʃaloː</o> + <g>lion</g> + </w> + </il> </example>
Kinoo faa ko pi weningunge pi wuko pi washe pi wangashaloo. [kinoː faː ko pi weniŋuŋe pi wuko pi waʃe pi waŋaʃaloː] kin eat -oː not.Q faː PAST ko ACC pi the w- sing eniŋuŋe hunter pi the w- sing uko daughter pi the w- sing aʃe dog pi the w- sing aŋaʃaloː lion “The lion ate the hunter’s daughter’s dog.” | (16) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Amapi 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-final: the possessor precedes the possessed noun. For example, Amapi expresses “the child’s toy” with the equivalent of “child toy”. This ordering is found in many SOV and postpositional languages and aligns with a broader tendency towards modifier-first structures.
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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="NOM"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="NOM" 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:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" 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"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book"/>
</np>
</np>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" 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"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="NOM" 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">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
prodrop:
No change.
addclitics:
<example id="poss3" translation="your son's friend's book"> <np type="owner_owned" case="NOM" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> + <thingy type="npcase" function="proclitic" gloss="NOM"/> + <np type="owner_owned" role="owner" number="sing" case="NOM"> + <np type="owner_owned" role="owner" number="sing" case="NOM"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> </np> </np> </example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="NOM" number="sing"> <thingy type="npcase" function="proclitic" gloss="NOM"/> - <np type="owner_owned" role="owner" number="sing" case="NOM"> - <np type="owner_owned" role="owner" number="sing" case="NOM"> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="son"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="friend"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> </np> <np number="sing" def="def" locus="number" role="owned" case="NOM"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="book"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM"/> </np> </example>
addaffixes:
About to call getSlotValue for son/noun/number/obligatoryGot sing
About to call getSlotValue for friend/noun/number/obligatory
Got sing
About to call getSlotValue for book/noun/number/obligatory
Got sing
<example id="poss3" translation="your son's friend's book">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> + <flat> <thingy type="npcase" function="proclitic" gloss="NOM"/> - <np number="sing" def="neither" locus="number" role="owner" case="GEN" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM"/> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="p eː">peː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="e ʃ u">eʃu</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="i l i">ili</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM" ph="eː p uː k eː">eːpuːkeː</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN" ph="p eː">peː</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" ph="e ʃ u">eʃu</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" ph="i l i">ili</word> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM" ph="eː p uː k eː">eːpuːkeː</word> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner" case="GEN">peː</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN">eʃu</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN">ili</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" case="NOM">eːpuːkeː</word> </flat> + <p><span class="ilpair"><span class="mor">peː</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eʃu</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ili</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eːpuːkeː</span><br><span class="gls">book</span></span></p> + <p>peː pi weʃu pi wili pi weːpuːkeː</p> + <p>pee pi weshu pi wili pi weepuukee</p> + <il> + <w> + <o>peː</o> + <g>2.sing</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eʃu</o> + <g>son</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ili</o> + <g>friend</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eːpuːkeː</o> + <g>book</g> + </w> + </il> </example>
pee pi weshu pi wili pi weepuukee [peː pi weʃu pi wili pi weːpuːkeː] peː 2.sing pi the w- sing eʃu son pi the w- sing ili friend pi the w- sing eːpuːkeː book “your son’s friend’s book” | (17) |
Case Marking
Amapi uses nominative–accusative case marking. The subject of an intransitive verb and the subject of a transitive verb are treated alike and take the nominative case, while the object of a transitive verb is marked with the accusative case. This is the familiar pattern from many European languages: the grammar groups together the participants that function as subjects and marks the participant affected by a transitive action separately.
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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="sleep"/>
</vp>
- <np number="sing" def="def" role="subj" tr="theme" locus="number">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
- <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.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for sleep/verb/question/obligatoryGot not.Q
About to call getSlotValue for cat/noun/number/obligatory
Got sing
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> + <flat> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="p i t">pit</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="o p e">ope</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" ph="p i t">pit</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="o p e">ope</word> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">pit</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">ope</word> </flat> + <p><span class="ilpair"><span class="mor">pit</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ope</span><br><span class="gls">cat</span></span></p> + <p>pitoː pi wope</p> + <p>pitoo pi wope</p> + <il> + <w> + <o>pit</o> + <g>sleep</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ope</o> + <g>cat</g> + </w> + </il> </example>
Pitoo pi wope. [pitoː pi wope] pit sleep -oː not.Q pi the w- sing ope cat “The cat is sleeping.” | (18) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="run"/>
</vp>
- <np number="sing" def="def" role="subj" tr="theme" locus="number">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for run/verb/question/obligatoryGot not.Q
About to call getSlotValue for cat/noun/number/obligatory
Got sing
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"> + <flat> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="n o s">nos</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="o p e">ope</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" ph="n o s">nos</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="o p e">ope</word> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">nos</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">ope</word> </flat> + <p><span class="ilpair"><span class="mor">nos</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ope</span><br><span class="gls">cat</span></span></p> + <p>nosoː pi wope</p> + <p>nosoo pi wope</p> + <il> + <w> + <o>nos</o> + <g>run</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ope</o> + <g>cat</g> + </w> + </il> </example>
Nosoo pi wope. [nosoː pi wope] nos run -oː not.Q pi the w- sing ope cat “The cat is running.” | (19) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
- <np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
+ <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 casemarking:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="subj" tr="theme" locus="number">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for chase/verb/question/obligatoryGot not.Q
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/number/obligatory
Got sing
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing" ph="s i m iː n">simiːn</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="oː m u ʃ iː t a">oːmuʃiːta</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="o p e">ope</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing" ph="s i m iː n">simiːn</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="oː m u ʃ iː t a">oːmuʃiːta</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="o p e">ope</word> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" obj="3.sing" subj="3.sing">simiːn</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">oːmuʃiːta</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">ope</word> </flat> + <p><span class="ilpair"><span class="mor">simiːn</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oːmuʃiːta</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ope</span><br><span class="gls">cat</span></span></p> + <p>simiːnoː ko pi woːmuʃiːta pi wope</p> + <p>simiinoo ko pi woomushiita pi wope</p> + <il> + <w> + <o>simiːn</o> + <g>chase</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>oːmuʃiːta</o> + <g>mouse</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ope</o> + <g>cat</g> + </w> + </il> </example>
Simiinoo ko pi woomushiita pi wope. [simiːnoː ko pi woːmuʃiːta pi wope] simiːn chase -oː not.Q ko ACC pi the w- sing oːmuʃiːta mouse pi the w- sing ope cat “The cat is chasing the mouse.” | (20) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
- </np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
+ <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 casemarking:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np number="sing" def="def" role="obj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" role="subj" tr="theme" locus="number">
+ <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for catch/verb/question/obligatoryGot not.Q
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for cat/noun/number/obligatory
Got sing
<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" obj="3.sing" subj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/>
</np>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - </np> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM"/> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="m i h">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="oː m u ʃ iː t a">oːmuʃiːta</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="o p e">ope</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing" ph="m i h">mih</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC" ph="oː m u ʃ iː t a">oːmuʃiːta</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM" ph="o p e">ope</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="3.sing">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="ACC">oːmuʃiːta</word> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="NOM">ope</word> </flat> + <p><span class="ilpair"><span class="mor">mih</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oːmuʃiːta</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ope</span><br><span class="gls">cat</span></span></p> + <p>mihoː faː ko pi woːmuʃiːta pi wope</p> + <p>mihoo faa ko pi woomushiita pi wope</p> + <il> + <w> + <o>mih</o> + <g>catch</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>oːmuʃiːta</o> + <g>mouse</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ope</o> + <g>cat</g> + </w> + </il> </example>
Mihoo faa ko pi woomushiita pi wope. [mihoː faː ko pi woːmuʃiːta pi wope] mih catch -oː not.Q faː PAST ko ACC pi the w- sing oːmuʃiːta mouse pi the w- sing ope cat “The cat caught the mouse.” | (21) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
- </np>
<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>
+ <np def="def" number="sing" tr="theme" role="subj" locus="number">
+ <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
+ </np>
</s>
</example>
module casemarking:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" case="ACC">
<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>
- <np def="def" number="sing" tr="theme" role="subj" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np role="obj" tr="rheme" case="ACC">
+ <np role="obj" tr="rheme" case="ACC" 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>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ACC" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ACC" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="ACC" number="plur">
- <conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </conjp>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
fixpronouns:
No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> <word posp="verb" gloss="kill"/> </vp> <np role="obj" tr="rheme" case="ACC" number="plur"> <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="jaguar"/> </np> <word posp="conj" gloss="and"/> <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="tiger"/> </np> <word posp="conj" gloss="and"/> <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="lion"/> </np> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" tr="rheme" case="ACC" number="plur">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="kill"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" tr="rheme" case="ACC" number="plur">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">
- <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" obj="3.plur" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for kill/verb/question/obligatoryGot not.Q
About to call getSlotValue for jaguar/noun/number/obligatory
Got plur
About to call getSlotValue for tiger/noun/number/obligatory
Got plur
About to call getSlotValue for lion/noun/number/obligatory
Got plur
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
<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" obj="3.plur" subj="3.sing">
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="plur"/>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="plur"/>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="plur"/>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"> + <flat> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> <thingy type="npcase" function="proclitic" gloss="ACC"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="plur"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="plur"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="plur"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="plur"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="plur"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="plur"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing" ph="n iː t">niːt</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="l">l</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="i ŋ i t o f e">iŋitofe</word> + <word posp="conj" gloss="and" ph="k a">ka</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="l">l</thingy> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="o k i k e n i">okikeni</word> + <word posp="conj" gloss="and" ph="k a">ka</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="l">l</thingy> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="a ŋ a ʃ a l oː">aŋaʃaloː</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="e n i ŋ u ŋ e">eniŋuŋe</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing" ph="n iː t">niːt</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="l">l</thingy> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="i ŋ i t o f e">iŋitofe</word> - <word posp="conj" gloss="and" ph="k a">ka</word> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="l">l</thingy> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="o k i k e n i">okikeni</word> - <word posp="conj" gloss="and" ph="k a">ka</word> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="plur" attach="prefix" ph="l">l</thingy> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC" ph="a ŋ a ʃ a l oː">aŋaʃaloː</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="e n i ŋ u ŋ e">eniŋuŋe</word> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.plur" subj="3.sing">niːt</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="plur">l</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">iŋitofe</word> + <word posp="conj" gloss="and">ka</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="plur">l</thingy> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">okikeni</word> + <word posp="conj" gloss="and">ka</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="plur">l</thingy> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme" case="ACC">aŋaʃaloː</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">eniŋuŋe</word> </flat> + <p><span class="ilpair"><span class="mor">niːt</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">iŋitofe</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">okikeni</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">l-</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">aŋaʃaloː</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eniŋuŋe</span><br><span class="gls">hunter</span></span></p> + <p>niːtoː faː ko pi liŋitofe ka pi lokikeni ka pi laŋaʃaloː pi weniŋuŋe</p> + <p>niitoo faa ko pi lingitofe ka pi lokikeni ka pi langashaloo pi weningunge</p> + <il> + <w> + <o>niːt</o> + <g>kill</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>l-</o> + <g>plur</g> + </w> + <w> + <o>iŋitofe</o> + <g>jaguar</g> + </w> + <w> + <o>ka</o> + <g>and</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>l-</o> + <g>plur</g> + </w> + <w> + <o>okikeni</o> + <g>tiger</g> + </w> + <w> + <o>ka</o> + <g>and</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>l-</o> + <g>plur</g> + </w> + <w> + <o>aŋaʃaloː</o> + <g>lion</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eniŋuŋe</o> + <g>hunter</g> + </w> + </il> </example>
Niitoo faa ko pi lingitofe ka pi lokikeni ka pi langashaloo pi weningunge. [niːtoː faː ko pi liŋitofe ka pi lokikeni ka pi laŋaʃaloː pi weniŋuŋe] niːt kill -oː not.Q faː PAST ko ACC pi the l- plur iŋitofe jaguar ka and pi the l- plur okikeni tiger ka and pi the l- plur aŋaʃaloː lion pi the w- sing eniŋuŋe hunter “The hunter killed the jaguars, the tigers and the lions.” | (22) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Amapi 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
Amapi forms relative clauses by placing the relative clause after the noun it modifies. The clause follows the internal word order of ordinary finite clauses. A dedicated relativising marker introduces the clause and identifies the relationship between the head noun and its role inside the relative 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
- </np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
+ <np number="sing" def="neither" role="subj" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
</s>
</example>
module casemarking:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np def="def" number="sing" tr="rheme" role="obj" locus="number">
+ <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
No change.
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
</s>
</example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
- <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" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/question/obligatoryGot not.Q
About to call getSlotValue for cat/noun/number/obligatory
Got sing
<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" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/>
</np>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="w oː t u l">woːtul</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="o p e">ope</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="w oː t u l">woːtul</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC" ph="o p e">ope</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">woːtul</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="ACC">ope</word> </flat> + <p><span class="ilpair"><span class="mor">woːtul</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ope</span><br><span class="gls">cat</span></span></p> + <p>woːtuloː faː ko pi wope</p> + <p>wootuloo faa ko pi wope</p> + <il> + <w> + <o>woːtul</o> + <g>pat</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ope</o> + <g>cat</g> + </w> + </il> </example>
Wootuloo faa ko pi wope. [woːtuloː faː ko pi wope] woːtul pat -oː not.Q faː PAST ko ACC pi the w- sing ope cat “I patted the cat.” | (23) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module 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 NRel:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
- <relp>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="catch"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="catch"/>
+ </vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np id="parent">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
</relp>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</relp>
</np>
</s>
</example>
copyuptophrase:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <word posp="pron" gloss="RELPRON"/> </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.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
prodrop:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</relp>
</np>
</s>
</example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
- <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.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <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.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/>
</np>
</relp>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/question/obligatoryGot not.Q
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/>
</np>
</relp>
</np>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC"/> - </np> - </relp> - </np> - </s> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after"/> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" ph="w oː t u l">woːtul</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" ph="o p e">ope</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="m i h">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after" ph="oː m u ʃ iː t a">oːmuʃiːta</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" ph="w oː t u l">woːtul</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" ph="o p e">ope</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="m i h">mih</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after" ph="oː m u ʃ iː t a">oːmuʃiːta</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">woːtul</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">ope,</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">mi</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after">oːmuʃiːta</word> </flat> + <p><span class="ilpair"><span class="mor">woːtul</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ope</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">mi</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">mih</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oːmuʃiːta</span><br><span class="gls">mouse</span></span></p> + <p>woːtuloː faː pi wope, mi mihoː faː ko pi woːmuʃiːta</p> + <p>wootuloo faa pi wope, mi mihoo faa ko pi woomushiita</p> + <il> + <w> + <o>woːtul</o> + <g>pat</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ope</o> + <g>cat</g> + </w> + <w> + <o>mi</o> + <g>RELPRON</g> + </w> + <w> + <o>mih</o> + <g>catch</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>oːmuʃiːta</o> + <g>mouse</g> + </w> + </il> </example>
Wootuloo faa pi wope, mi mihoo faa ko pi woomushiita. [woːtuloː faː pi wope, mi mihoː faː ko pi woːmuʃiːta] woːtul pat -oː not.Q faː PAST pi the w- sing ope cat mi RELPRON mih catch -oː not.Q faː PAST ko ACC pi the w- sing oːmuʃiːta mouse “I patted the cat that caught the mouse.” | (24) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module 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 NRel:
<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>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="catch"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="eat"/>
+ </vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np id="parent">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="obj" locus="number">
+ <np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
copyuptophrase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <word posp="pron" gloss="RELPRON"/> </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.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <word posp="pron" gloss="RELPRON"/> </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.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="ACC"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
prodrop:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np id="parent" number="sing">
+ <np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
- <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.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
- <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.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <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.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/question/obligatoryGot not.Q
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for eat/verb/question/obligatory
Got not.Q
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing" case="NOM"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC"/> - </np> - </relp> - </np> - </relp> - </np> - </s> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after"/> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" ph="w oː t u l">woːtul</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" ph="o p e">ope</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" ph="m i h">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" ph="oː m u ʃ iː t a">oːmuʃiːta</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k i n">kin</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after" ph="i s u n e f a">isunefa</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 posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" ph="w oː t u l">woːtul</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" ph="o p e">ope</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" ph="m i h">mih</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" ph="oː m u ʃ iː t a">oːmuʃiːta</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing" ph="k i n">kin</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after" ph="i s u n e f a">isunefa</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">woːtul</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">ope,</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">mi</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">oːmuʃiːta,</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">mi</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">kin</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="ACC">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="ACC" comma="after">isunefa</word> </flat> + <p><span class="ilpair"><span class="mor">woːtul</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ope</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">mi</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">mih</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oːmuʃiːta</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">mi</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">kin</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">isunefa</span><br><span class="gls">cheese</span></span></p> + <p>woːtuloː faː pi wope, mi mihoː faː pi woːmuʃiːta, mi kinoː faː ko pi wisunefa</p> + <p>wootuloo faa pi wope, mi mihoo faa pi woomushiita, mi kinoo faa ko pi wisunefa</p> + <il> + <w> + <o>woːtul</o> + <g>pat</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ope</o> + <g>cat</g> + </w> + <w> + <o>mi</o> + <g>RELPRON</g> + </w> + <w> + <o>mih</o> + <g>catch</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>oːmuʃiːta</o> + <g>mouse</g> + </w> + <w> + <o>mi</o> + <g>RELPRON</g> + </w> + <w> + <o>kin</o> + <g>eat</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>isunefa</o> + <g>cheese</g> + </w> + </il> </example>
Wootuloo faa pi wope, mi mihoo faa pi woomushiita, mi kinoo faa ko pi wisunefa. [woːtuloː faː pi wope, mi mihoː faː pi woːmuʃiːta, mi kinoː faː ko pi wisunefa] woːtul pat -oː not.Q faː PAST pi the w- sing ope cat mi RELPRON mih catch -oː not.Q faː PAST pi the w- sing oːmuʃiːta mouse mi RELPRON kin eat -oː not.Q faː PAST ko ACC pi the w- sing isunefa cheese “I patted the cat that caught the mouse that ate the cheese.” | (25) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module 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 NRel:
<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>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="obj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<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 sentenceconnectors:
No change.
module nominalise:
No change.
tva1tva2
tva1
tva2
tva1
tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np id="parent">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np id="parent">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
- <np id="relnp" number="sing" def="neither" role="obj" comma="before">
+ <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module markowner:
No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
<word person="1excl" number="sing" posp="pron"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <word posp="pron" gloss="RELPRON"/> </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.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <word posp="pron" gloss="RELPRON"/> </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.sing"> <word posp="verb" gloss="eat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC"> <word posp="pron" gloss="RELPRON"/> </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" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="NOM"> + <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
- </np>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np id="parent" number="sing">
+ <np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np id="parent" number="sing">
+ <np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
- <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.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
- <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.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
- <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.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
- <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" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for pat/verb/question/obligatoryGot not.Q
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for eat/verb/question/obligatory
Got not.Q
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for buy/verb/question/obligatory
Got not.Q
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np id="parent" number="sing" case="NOM">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing" case="NOM"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np id="parent" number="sing" case="NOM"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number" case="NOM" person="1excl"> <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM"/> - </np> - </relp> - </np> - </relp> - </np> - </relp> - </np> - </s> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" comma="after"/> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" comma="after"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" ph="w oː t u l">woːtul</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" ph="o p e">ope</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" ph="m i h">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" ph="oː m u ʃ iː t a">oːmuʃiːta</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" ph="k i n">kin</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" ph="i s u n e f a">isunefa</word> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC" ph="m i">mi</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s aː ʃ">saːʃ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" comma="after" ph="m iː">miː</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 posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" ph="w oː t u l">woːtul</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" ph="o p e">ope</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" ph="m i h">mih</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" ph="oː m u ʃ iː t a">oːmuʃiːta</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM" ph="m i">mi</word> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" ph="k i n">kin</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" ph="i s u n e f a">isunefa</word> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC" ph="m i">mi</word> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing" ph="s aː ʃ">saːʃ</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" comma="after" ph="m iː">miː</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">woːtul</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">ope,</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">mi</word> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">mih</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">oːmuʃiːta,</word> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="NOM">mi</word> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">kin</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp">isunefa,</word> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="ACC">mi</word> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">saːʃ</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="NOM" comma="after">miː</word> </flat> + <p><span class="ilpair"><span class="mor">woːtul</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ope</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">mi</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">mih</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">oːmuʃiːta</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">mi</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">kin</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">isunefa</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">mi</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">saːʃ</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">miː</span><br><span class="gls">1excl.sing</span></span></p> + <p>woːtuloː faː pi wope, mi mihoː faː pi woːmuʃiːta, mi kinoː faː pi wisunefa, ko mi saːʃoː faː miː</p> + <p>wootuloo faa pi wope, mi mihoo faa pi woomushiita, mi kinoo faa pi wisunefa, ko mi saashoo faa mii</p> + <il> + <w> + <o>woːtul</o> + <g>pat</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ope</o> + <g>cat</g> + </w> + <w> + <o>mi</o> + <g>RELPRON</g> + </w> + <w> + <o>mih</o> + <g>catch</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>oːmuʃiːta</o> + <g>mouse</g> + </w> + <w> + <o>mi</o> + <g>RELPRON</g> + </w> + <w> + <o>kin</o> + <g>eat</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>isunefa</o> + <g>cheese</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>mi</o> + <g>RELPRON</g> + </w> + <w> + <o>saːʃ</o> + <g>buy</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>miː</o> + <g>1excl.sing</g> + </w> + </il> </example>
Wootuloo faa pi wope, mi mihoo faa pi woomushiita, mi kinoo faa pi wisunefa, ko mi saashoo faa mii. [woːtuloː faː pi wope, mi mihoː faː pi woːmuʃiːta, mi kinoː faː pi wisunefa, ko mi saːʃoː faː miː] woːtul pat -oː not.Q faː PAST pi the w- sing ope cat mi RELPRON mih catch -oː not.Q faː PAST pi the w- sing oːmuʃiːta mouse mi RELPRON kin eat -oː not.Q faː PAST pi the w- sing isunefa cheese ko ACC mi RELPRON saːʃ buy -oː not.Q faː PAST miː 1excl.sing “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Amapi forms complement clauses by nominalising the embedded verb. The nominalised form lacks finite verbal categories and behaves as a noun phrase. Subjects of nominalised clauses occur in the genitive case, and the nominalised verb establishes the semantic content of the complement.
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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
+ <np type="owner_owned">
+ <np number="sing" def="def" head="this" role="owned" locus="number">
+ <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" def="def" head="this" role="subj" locus="number">
- <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>
+ </np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
+ <np number="sing" def="def" role="indobj" locus="number">
+ <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
+ </np>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" head="this" role="owned" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" 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>
</np>
- <np number="sing" def="def" role="indobj" locus="number">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
- </np>
</s>
</example>
module casemarking:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
- <np number="sing" def="def" role="indobj" locus="number">
+ <np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
- <np role="subj">
+ <np role="subj" case="NOM">
<np type="owner_owned">
<np number="sing" def="def" head="this" role="owned" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
- <np number="sing" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
</np>
- <np number="sing" def="def" role="indobj" tr="rheme" locus="number">
+ <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</np>
</np>
</s>
</example>
module markowner:
<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 number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
<np role="subj" case="NOM">
<np type="owner_owned">
<np number="sing" def="def" head="this" role="owned" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
- <np role="subj" case="NOM">
- <np type="owner_owned">
+ <np role="subj" case="NOM" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="def" head="this" role="owned" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
</np>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
- <word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher"/>
</np>
<np role="subj" case="NOM" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" head="this" role="owned" locus="number">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" role="obj" locus="number" case="ACC">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
</np>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <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" indobj="3.sing" subj="3.sing"> <word posp="verb" gloss="surprise"/> </vp> <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word gloss="the" posp="det"/> <word posp="noun" gloss="teacher"/> </np> <np role="subj" case="NOM" number="sing"> <np type="owner_owned" number="sing"> <np number="sing" def="def" head="this" role="owned" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> <np role="owner" number="sing" case="GEN"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing"> <word posp="verb" gloss="give"/> </vp> <np number="sing" role="obj" locus="number" case="ACC"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word gloss="the" posp="det"/> <word posp="noun" gloss="girl"/> </np> </subs> </np> </np> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
+ <thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
<np role="subj" case="NOM" number="sing">
- <np type="owner_owned" number="sing">
- <np number="sing" def="def" head="this" role="owned" locus="number">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
+ <np type="owner_owned" number="sing" case="NOM">
+ <np number="sing" def="def" head="this" role="owned" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing">
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" role="obj" locus="number" case="ACC">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
+ <thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<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" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="surprise"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
- <np role="subj" case="NOM" number="sing">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <np type="owner_owned" number="sing" case="NOM">
+ <np type="owner_owned" number="sing" case="NOM" role="subj">
<np number="sing" def="def" head="this" role="owned" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing">
<word posp="verb" gloss="give"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<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" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="surprise"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <np type="owner_owned" number="sing" case="NOM" role="subj">
<np number="sing" def="def" head="this" role="owned" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing">
<word posp="verb" gloss="give"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
</subs>
</np>
- </np>
</s>
</example>
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">
- <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" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
</np>
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<np number="sing" def="def" head="this" role="owned" locus="number" case="NOM">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing">
- <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" obj="3.sing" indobj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
</np>
</subs>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for surprise/verb/question/obligatoryGot not.Q
About to call getSlotValue for teacher/noun/number/obligatory
Got sing
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for give/verb/question/obligatory
Got not.Q
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for girl/noun/number/obligatory
Got sing
<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" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/>
</np>
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<np number="sing" def="def" head="this" role="owned" locus="number" case="NOM">
<word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing">
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" role="obj" locus="number" case="ACC">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/>
</np>
</subs>
</np>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <thingy type="npcase" function="proclitic" gloss="DAT"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/> - </np> <thingy type="npcase" function="proclitic" gloss="NOM"/> - <np number="sing" def="def" head="this" role="owned" locus="number" case="NOM"> <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/> - </np> - <np role="owner" number="sing" case="GEN"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing"> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" role="obj" locus="number" case="ACC"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC"/> - </np> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <thingy type="npcase" function="proclitic" gloss="DAT"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> - </np> - </subs> - </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="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="DAT"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="DAT"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"/> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing" ph="k oː n i l">koːnil</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="DAT" ph="f eː">feː</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="eː f iː ʃ eː l eː">eːfiːʃeːleː</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="u l a">ula</word> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing" ph="w i p">wip</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" ph="eː ŋ iː l oː m uː">eːŋiːloːmuː</word> + <thingy type="npcase" function="proclitic" gloss="DAT" ph="f eː">feː</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="u k i">uki</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="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing" ph="k oː n i l">koːnil</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="DAT" ph="f eː">feː</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" ph="eː f iː ʃ eː l eː">eːfiːʃeːleː</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM" ph="u l a">ula</word> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing" ph="w i p">wip</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC" ph="eː ŋ iː l oː m uː">eːŋiːloːmuː</word> - <thingy type="npcase" function="proclitic" gloss="DAT" ph="f eː">feː</thingy> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" ph="u k i">uki</word> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" indobj="3.sing" subj="3.sing">koːnil</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="DAT">feː</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT">eːfiːʃeːleː</word> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="owned" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="owned" locus="number" case="NOM">ula</word> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" indobj="3.sing">wip</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="ACC">eːŋiːloːmuː</word> + <thingy type="npcase" function="proclitic" gloss="DAT">feː</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT">uki</word> </flat> + <p><span class="ilpair"><span class="mor">koːnil</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eːfiːʃeːleː</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ula</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">wip</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">eːŋiːloːmuː</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">uki</span><br><span class="gls">girl</span></span></p> + <p>koːniloː faː feː pi weːfiːʃeːleː pi wula wipoː faː ko weːŋiːloːmuː feː pi wuki</p> + <p>kooniloo faa fee pi weefiisheelee pi wula wipoo faa ko weengiiloomuu fee pi wuki</p> + <il> + <w> + <o>koːnil</o> + <g>surprise</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>feː</o> + <g>DAT</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eːfiːʃeːleː</o> + <g>teacher</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ula</o> + <g>boy</g> + </w> + <w> + <o>wip</o> + <g>give</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>eːŋiːloːmuː</o> + <g>apple</g> + </w> + <w> + <o>feː</o> + <g>DAT</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>uki</o> + <g>girl</g> + </w> + </il> </example>
Kooniloo faa fee pi weefiisheelee pi wula wipoo faa ko weengiiloomuu fee pi wuki. [koːniloː faː feː pi weːfiːʃeːleː pi wula wipoː faː ko weːŋiːloːmuː feː pi wuki] koːnil surprise -oː not.Q faː PAST feː DAT pi the w- sing eːfiːʃeːleː teacher pi the w- sing ula boy wip give -oː not.Q faː PAST ko ACC w- sing eːŋiːloːmuː apple feː DAT pi the w- sing uki girl “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Amapi 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 NRel:
No change.
module sentenceconnectors:
No change.
module nominalise:
<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">
+ <np type="owner_owned">
+ <np number="sing" def="neither" role="owned" locus="number">
+ <word person="1excl" number="sing" posp="pron"/>
+ </np>
+ <np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="subj" locus="number">
- <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>
+ </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
tva1tva2
tva1
tva2
module affixdensity:
No change.
module adpositions:
No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
- <np def="def" number="sing" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
- </np>
<np role="obj" tr="rheme">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
+ <np def="def" number="sing" tr="theme" role="subj" locus="number">
+ <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
+ </np>
</s>
</example>
module casemarking:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" case="ACC">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="obj" locus="number">
+ <np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
- <np def="def" number="sing" tr="theme" role="indobj" locus="number">
+ <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np def="def" number="sing" tr="theme" role="subj" locus="number">
+ <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module markowner:
<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 role="obj" tr="rheme" case="ACC">
<np type="owner_owned">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="owner" number="sing">
+ <np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
- <np role="obj" tr="rheme" case="ACC">
- <np type="owner_owned">
+ <np role="obj" tr="rheme" case="ACC" number="sing">
+ <np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module simplifynumber:
No change.
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np role="obj" tr="rheme" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np role="obj" tr="rheme" case="ACC" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="neither" role="owned" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC">
- <word person="2" number="sing" posp="pron"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</subs>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing"> <word posp="verb" gloss="tell"/> </vp> - <np role="obj" tr="rheme" case="ACC" number="sing"> + <np role="obj" tr="rheme" case="ACC" number="sing" person="1excl"> <np type="owner_owned" number="sing"> - <np number="sing" def="neither" role="owned" locus="number"> + <np number="sing" def="neither" role="owned" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> - <np role="owner" number="sing" case="GEN"> + <np role="owner" number="sing" case="GEN" person="2"> <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" obj="2.sing"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC"> + <np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> </subs> </np> </np> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word gloss="the" posp="det"/> <word posp="noun" gloss="girl"/> </np> <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> </s> </example>
prodrop:
No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np role="obj" tr="rheme" case="ACC" number="sing" person="1excl">
- <np type="owner_owned" number="sing">
- <np number="sing" def="neither" role="owned" locus="number" person="1excl">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
+ <np type="owner_owned" number="sing" case="ACC">
+ <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
+ <thingy type="npcase" function="proclitic" gloss="ACC"/>
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</subs>
</np>
</np>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
+ <thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
+ <thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<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" obj="1excl.sing" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="tell"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
- <np role="obj" tr="rheme" case="ACC" number="sing" person="1excl">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <np type="owner_owned" number="sing" case="ACC">
+ <np type="owner_owned" number="sing" case="ACC" role="obj" tr="rheme" person="1excl">
<np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</subs>
</np>
</np>
- </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
unwrapOwnerOwned:
<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" obj="1excl.sing" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="tell"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <np type="owner_owned" number="sing" case="ACC" role="obj" tr="rheme" person="1excl">
- <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC">
+ <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</subs>
</np>
- </np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
</s>
</example>
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing">
- <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" obj="1excl.sing" indobj="3.sing" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
- <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" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for tell/verb/question/obligatoryGot not.Q
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for boy/noun/number/obligatory
Got sing
<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" obj="1excl.sing" indobj="3.sing" subj="3.sing">
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/>
</np>
<np role="owner" number="sing" case="GEN" person="2">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2">
<thingy type="npcase" function="proclitic" gloss="ACC"/>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">
<thingy type="npcase" function="proclitic" gloss="DAT"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/>
</np>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">
<thingy type="npcase" function="proclitic" gloss="NOM"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
+ <thingy type="nounnumber" function="prefix" gloss="sing"/>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/>
</np>
</s>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing"> + <flat> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> <thingy type="npcase" function="proclitic" gloss="ACC"/> - <np number="sing" def="neither" role="owned" locus="number" person="1excl" case="ACC" tr="rheme"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/> - </np> - <np role="owner" number="sing" case="GEN" person="2"> - <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="ACC" person="2"> <thingy type="npcase" function="proclitic" gloss="ACC"/> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/> - </np> - </subs> - </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <thingy type="npcase" function="proclitic" gloss="DAT"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> - </np> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"> <thingy type="npcase" function="proclitic" gloss="NOM"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> <thingy type="nounnumber" function="prefix" gloss="sing"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="npcase" function="proclitic" gloss="ACC"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC"/> - <thingy type="npcase" function="proclitic" gloss="DAT"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"/> - <thingy type="npcase" function="proclitic" gloss="NOM"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> - <thingy type="nounnumber" function="prefix" gloss="sing"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM"/> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing" ph="k eː s">keːs</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme" ph="m iː">miː</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" ph="h a n">han</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> + <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" ph="p eː">peː</word> + <thingy type="npcase" function="proclitic" gloss="DAT" ph="f eː">feː</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="u k i">uki</word> + <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="p i">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="u l a">ula</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing" ph="k eː s">keːs</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="f aː">faː</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme" ph="m iː">miː</word> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing" ph="h a n">han</word> - <thingy type="verbquestion" function="suffix" gloss="not.Q" attach="suffix" ph="oː">oː</thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpvoice" function="enclitic" gloss="active" ph=""></thingy> - <thingy type="vpnegation" function="enclitic" gloss="POS" ph=""></thingy> - <thingy type="npcase" function="proclitic" gloss="ACC" ph="k o">ko</thingy> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC" ph="p eː">peː</word> - <thingy type="npcase" function="proclitic" gloss="DAT" ph="f eː">feː</thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" ph="u k i">uki</word> - <thingy type="npcase" function="proclitic" gloss="NOM" ph=""></thingy> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="p i">pi</word> - <thingy type="nounnumber" function="prefix" gloss="sing" attach="prefix" ph="w">w</thingy> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM" ph="u l a">ula</word> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="1excl.sing" indobj="3.sing" subj="3.sing">keːs</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="vpta" function="enclitic" gloss="PAST">faː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="owned" locus="number" case="ACC" tr="rheme">miː</word> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" obj="2.sing">han</word> + <thingy type="verbquestion" function="suffix" gloss="not.Q">oː</thingy> + <thingy type="npcase" function="proclitic" gloss="ACC">ko</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="ACC">peː</word> + <thingy type="npcase" function="proclitic" gloss="DAT">feː</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT">uki</word> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">pi</word> + <thingy type="nounnumber" function="prefix" gloss="sing">w</thingy> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="NOM">ula</word> </flat> + <p><span class="ilpair"><span class="mor">keːs</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">faː</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">miː</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">han</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-oː</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ko</span><br><span class="gls"><span class="glssc">ACC</span></span></span> <span class="ilpair"><span class="mor">peː</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">feː</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">uki</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">pi</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">w-</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ula</span><br><span class="gls">boy</span></span></p> + <p>keːsoː faː ko miː hanoː ko peː feː pi wuki pi wula</p> + <p>keesoo faa ko mii hanoo ko pee fee pi wuki pi wula</p> + <il> + <w> + <o>keːs</o> + <g>tell</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>faː</o> + <g>PAST</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>miː</o> + <g>1excl.sing</g> + </w> + <w> + <o>han</o> + <g>love</g> + </w> + <w> + <o>-oː</o> + <g>not.Q</g> + </w> + <w> + <o>ko</o> + <g>ACC</g> + </w> + <w> + <o>peː</o> + <g>2.sing</g> + </w> + <w> + <o>feː</o> + <g>DAT</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>uki</o> + <g>girl</g> + </w> + <w> + <o>pi</o> + <g>the</g> + </w> + <w> + <o>w-</o> + <g>sing</g> + </w> + <w> + <o>ula</o> + <g>boy</g> + </w> + </il> </example>
Keesoo faa ko mii hanoo ko pee fee pi wuki pi wula. [keːsoː faː ko miː hanoː ko peː feː pi wuki pi wula] keːs tell -oː not.Q faː PAST ko ACC miː 1excl.sing han love -oː not.Q ko ACC peː 2.sing feː DAT pi the w- sing uki girl pi the w- sing ula boy “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Amapi. Generated by the Language Creator, version 0.92, on 1 August 2026. https://languagecreator.org/grammar/196S0
In BibTeX format:
@misc{LC-196S0,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Amapi}},
howpublished = {\url{https://languagecreator.org/grammar/196S0}},
note = {Generated by the Language Creator, version 0.92, on 1 August 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Amapi / Amapi–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/196S0
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.04 seconds; writing the grammar 0.06 seconds.