A Grammar of Unis
Introduction
Scope and Purpose
This grammar provides a systematic description of the Unis language (the 463rd 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 Unis.
Typological Profile
It has has no interesting typological features.Phonology
Phoneme Inventory
Consonants
Unis has a moderately small consonant inventory, comprising 17 phonemes.
It has a complete absence of affricates, a strongly reduced sibilant system and an unusually restricted set of labial consonants.The table below presents the full inventory of consonant phonemes in Unis. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | lateral | palatal | velar | glottal | |
|---|---|---|---|---|---|---|
| stop | b | d t | k ɡ | |||
| nasal | m | n | ɲ | ŋ | ||
| trill/tap/flap | r | |||||
| fricative | f | s | h | |||
| approximant | w | l | j |
Vowels
Unis 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 moderately reduced system of unstressed vowels.The table below presents the full inventory of vowel phonemes in Unis. 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
Unis 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
Unis 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/ | b /b/ | d /d/ | e /e/ |
| f /f/ | g /ɡ/ | h /h/ | i /i/ |
| j /j/ | k /k/ | l /l/ | m /m/ |
| n /n/ | o /o/ | r /r/ | s /s/ |
| t /t/ | u /u/ | w /w/ | ñ /ɲ/ |
Multi-letter combinations such as digraphs
| ng /ŋ/ |
Word Classes and Morphology
Number and Gender
Number
Unis does not have grammatical number.
Gender
Unis does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Unis can be exemplified by the following example:
initial XML:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np role="subj" number="sing" def="def">
<noun>woman</noun>
<pp role="comitative">
<np number="sing" def="def">
<noun>knife</noun>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme">
<noun>mouse</noun>
<adj>blind</adj>
<num>three</num>
<det>yon</det>
</np>
</s>
</example>cleanup:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np role="subj" number="sing" def="def"> - <noun>woman</noun> + <np role="subj" number="sing" def="def" locus="number"> + <word posp="noun" gloss="woman"/> <pp role="comitative"> - <np number="sing" def="def"> - <noun>knife</noun> + <np number="sing" def="def" locus="number"> + <word posp="noun" gloss="knife"/> </np> </pp> </np> - <np role="obj" def="def" number="plur" tr="rheme"> - <noun>mouse</noun> - <adj>blind</adj> - <num>three</num> - <det>yon</det> + <np role="obj" def="def" number="plur" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> + <word posp="adj" gloss="blind"/> + <word posp="num" gloss="three"/> + <word posp="det" gloss="yon"/> </np> </s> </example>
module adj2verb:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
+ <np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
- <word posp="adj" gloss="blind"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ </relp>
+ </np>
</s>
</example>
module articles:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</np>
<np role="obj" def="def" number="plur" tr="rheme" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
<np head="this" role="subj" number="plur">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <np role="obj" def="def" number="plur" tr="rheme" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> <np head="this" role="subj" number="plur"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module NRel:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
- <np role="obj" def="def" number="plur" tr="rheme" locus="number">
- <relp>
- <vp tam="pres-state" ta="PRES">
- <word lexposp="adj" posp="verb" gloss="blind"/>
- </vp>
- <np head="this" role="subj" number="plur">
+ <np def="def" locus="number" id="parent">
+ <np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
+ <relp comma="after">
+ <np id="relnp" number="plur" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp tam="pres-state" ta="PRES">
+ <word lexposp="adj" posp="verb" gloss="blind"/>
+ </vp>
</relp>
</np>
</s>
</example>
module sentenceconnectors:
No change.
module complementise:
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 def="def" locus="number" id="parent">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
module constorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np role="subj" number="sing" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> <np number="sing" def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np def="def" locus="number" id="parent"> <np role="obj" number="plur" id="headnp" tr="rheme"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <relp comma="after"> <np id="relnp" number="plur" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </relp> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" locus="number" id="parent">
+ <np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
module simplifynumber:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" def="def" locus="number"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp"/> - <np number="sing" def="def" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" locus="number" id="parent" number="plur"> - <np role="obj" number="plur" id="headnp" tr="rheme"> + <np def="def" locus="number" id="parent"> + <np role="obj" id="headnp" tr="rheme"> <word posp="noun" gloss="mouse"/> <word posp="num" gloss="three"/> <word posp="det" gloss="yon"/> </np> <relp comma="after"> - <np id="relnp" number="plur" def="neither" role="subj" comma="before"> + <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="blind"/> </vp> </relp> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
- <word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
+ <word posp="noun" gloss="mouse"/>
<word posp="det" gloss="yon"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
module wordorder:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
- <word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
- <word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
+ <word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
- <word posp="det" gloss="yon"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
<word posp="det" gloss="yon"/>
<word posp="num" gloss="three"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
<word lexposp="adj" posp="verb" gloss="blind"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det" role="subj" def="def" locus="number"/>
+ <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np def="def" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" def="def" locus="number"/>
+ <word posp="noun" gloss="knife" def="def" locus="number"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
- <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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
- <word posp="det" gloss="yon"/>
- <word posp="num" gloss="three"/>
- <word posp="noun" gloss="mouse"/>
+ <word posp="det" gloss="yon" role="obj" id="headnp" tr="rheme"/>
+ <word posp="num" gloss="three" role="obj" id="headnp" tr="rheme"/>
+ <word posp="noun" gloss="mouse" role="obj" id="headnp" tr="rheme"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for negation/
defaultval: verb, negation
returning POS
addaffixes:
About to call getSlotValue for woman/noun/case/obligatoryGot NOM
About to call getSlotValue for knife/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for blind/verb/negation/obligatory
Got POS
About to call getSlotValue for blind/verb/voice/optional
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" def="def" locus="number">
<word gloss="the" posp="det" role="subj" def="def" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="woman" role="subj" def="def" locus="number"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" role="comitative"/>
<np def="def" locus="number">
<word gloss="the" posp="det" def="def" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="knife" def="def" locus="number"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
<word posp="det" gloss="yon" role="obj" id="headnp" tr="rheme"/>
<word posp="num" gloss="three" role="obj" id="headnp" tr="rheme"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" role="obj" id="headnp" tr="rheme"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
</np>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="subj" def="def" locus="number"> + <flat> <word gloss="the" posp="det" role="subj" def="def" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="def" locus="number"> <word gloss="the" posp="det" def="def" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="knife" def="def" locus="number"/> - </np> - </pp> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" locus="number" id="parent"> - <np role="obj" id="headnp" tr="rheme"> <word posp="det" gloss="yon" role="obj" id="headnp" tr="rheme"/> <word posp="num" gloss="three" role="obj" id="headnp" tr="rheme"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mouse" role="obj" id="headnp" tr="rheme"/> - </np> - <relp comma="after"> - <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3"/> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3" comma="after"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word gloss="the" posp="det" role="subj" def="def" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word gloss="the" posp="det" def="def" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="knife" def="def" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="det" gloss="yon" role="obj" id="headnp" tr="rheme"/> - <word posp="num" gloss="three" role="obj" id="headnp" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" role="obj" id="headnp" tr="rheme"/> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3" comma="after"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> + <word gloss="the" posp="det" role="subj" def="def" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="e l">el</word> + <word gloss="COMIT" posp="pp" role="comitative" ph="l a n a l">lanal</word> + <word gloss="the" posp="det" def="def" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="knife" def="def" locus="number" ph="i f i t">ifit</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" ph="u ŋ i k">uŋik</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="det" gloss="yon" role="obj" id="headnp" tr="rheme" ph="ɲ e d">ɲed</word> + <word posp="num" gloss="three" role="obj" id="headnp" tr="rheme" ph="f a r">far</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="mouse" role="obj" id="headnp" tr="rheme" ph="o h a ɡ a m">ohaɡam</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3" comma="after" ph="u s i b">usib</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word gloss="the" posp="det" role="subj" def="def" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="woman" role="subj" def="def" locus="number" ph="e l">el</word> - <word gloss="COMIT" posp="pp" role="comitative" ph="l a n a l">lanal</word> - <word gloss="the" posp="det" def="def" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="knife" def="def" locus="number" ph="i f i t">ifit</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" ph="u ŋ i k">uŋik</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="det" gloss="yon" role="obj" id="headnp" tr="rheme" ph="ɲ e d">ɲed</word> - <word posp="num" gloss="three" role="obj" id="headnp" tr="rheme" ph="f a r">far</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="mouse" role="obj" id="headnp" tr="rheme" ph="o h a ɡ a m">ohaɡam</word> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3" comma="after" ph="u s i b">usib</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <word gloss="the" posp="det" role="subj" def="def" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="woman" role="subj" def="def" locus="number">el</word> + <word gloss="COMIT" posp="pp" role="comitative">lanal</word> + <word gloss="the" posp="det" def="def" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="knife" def="def" locus="number">ifit</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">uŋik</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word posp="det" gloss="yon" role="obj" id="headnp" tr="rheme">ɲed</word> + <word posp="num" gloss="three" role="obj" id="headnp" tr="rheme">far</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="mouse" role="obj" id="headnp" tr="rheme">ohaɡam,</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3" comma="after">usib</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">el</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">lanal</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ifit</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">uŋik</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɲed</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">far</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ohaɡam</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">usib</span><br><span class="gls">blind</span></span></p> + <p>tin kel lanal tin kifit tuŋik ham ɲed far kohaɡam, tiŋ tusib</p> + <p>tin kel lanal tin kifit tungik ham ñed far kohagam, ting tusib</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>el</o> + <g>woman</g> + </w> + <w> + <o>lanal</o> + <g>COMIT</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ifit</o> + <g>knife</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>uŋik</o> + <g>catch</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>ɲed</o> + <g>yon</g> + </w> + <w> + <o>far</o> + <g>three</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ohaɡam</o> + <g>mouse</g> + </w> + <w> + <o>tiŋ</o> + <g>RELPRON</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>usib</o> + <g>blind</g> + </w> + </il> </example>
Tin kel lanal tin kifit tungik ham ñed far kohagam, ting tusib. [tin kel lanal tin kifit tuŋik ham ɲed far kohaɡam, tiŋ tusib] tin the k- NOM el woman lanal COMIT tin the k- NOM ifit knife t- POS uŋik catch ham PAST ɲed yon far three k- NOM ohaɡam mouse tiŋ RELPRON t- POS usib blind “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
There are no clitics in the nominal phrase.The Noun
The noun in Unis consists of an obligatory prefix expressing case, comprising k- /k-/ ‘NOM’, r- /r-/ ‘DAT’, l- /l-/ ‘INS’, m- /m-/ ‘VOC’, n- /n-/ ‘ALL’, j- /j-/ ‘LOC’, s- /s-/ ‘ABL’ and ng- /ŋ-/ ‘PART’ followed by the root.
The Adjective
The adjective in Unis stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Unis stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Unis stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Unis stands alone without any prefixes or suffixes attached to it.
In Unis, both subject and object pronouns are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
createpronouns:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="theme" role="subj" locus="number"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="obj" locus="number"> + <word posp="pron" gloss="3"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" tr="theme" role="subj" locus="number"> - <word posp="pron" gloss="3"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <word posp="verb" gloss="love"/> </vp> - <np def="def" tr="theme" role="obj" locus="number"> - <word posp="pron" gloss="3"/> - </np> </s> </example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/negation/obligatoryGot POS
About to call getSlotValue for love/verb/voice/optional
Got active
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> + <flat> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="o m u ɡ">omuɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="o m u ɡ">omuɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">omuɡ</word> </flat> + <p><span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">omuɡ</span><br><span class="gls">love</span></span></p> + <p>tomuɡ</p> + <p>tomug</p> + <il> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>omuɡ</o> + <g>love</g> + </w> + </il> </example>
Tomug. [tomuɡ] t- POS omuɡ love “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
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> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <np def="def" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" tr="rheme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="rheme" role="subj" locus="number"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" tr="theme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="obj" locus="number"> + <word posp="pron" gloss="3"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="theme" role="obj" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
prodrop:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
</vp>
- <np def="def" tr="theme" role="obj" locus="number">
- <word posp="pron" gloss="3"/>
- </np>
</s>
</example>
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/negation/obligatoryGot POS
About to call getSlotValue for love/verb/voice/optional
Got active
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" tr="rheme" role="subj" locus="number">
<word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" tr="rheme" role="subj" locus="number"> + <flat> <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" ph="l e k">lek</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="o m u ɡ">omuɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number" ph="l e k">lek</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="o m u ɡ">omuɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="pron" gloss="3" def="def" tr="rheme" role="subj" locus="number">lek</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">omuɡ</word> </flat> + <p><span class="ilpair"><span class="mor">lek</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">omuɡ</span><br><span class="gls">love</span></span></p> + <p>lek tomuɡ</p> + <p>lek tomug</p> + <il> + <w> + <o>lek</o> + <g>3</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>omuɡ</o> + <g>love</g> + </w> + </il> </example>
Lek tomug. [lek tomuɡ] lek 3 t- POS omuɡ love “He loves her.” | (3) |
And here, it is the one translated as her that is stressed:
initial XML:
<example id="love2her" translation="He loves *her*.">
<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="rheme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2her" 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="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="rheme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love2her" 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="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="rheme" 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 complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="love2her" 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="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> + <np def="def" tr="rheme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
createpronouns:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" tr="theme" role="subj" locus="number"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" tr="rheme" role="obj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="rheme" role="obj" locus="number"> + <word posp="pron" gloss="3"/> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="love2her" translation="He loves *her*.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
prodrop:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" tr="theme" role="subj" locus="number"> - <word posp="pron" gloss="3"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <word posp="verb" gloss="love"/> </vp> <np def="def" tr="rheme" role="obj" locus="number"> <word posp="pron" gloss="3"/> </np> </s> </example>
addclitics:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="pron" gloss="3"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word posp="pron" gloss="3"/>
+ <word posp="pron" gloss="3" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/negation/obligatoryGot POS
About to call getSlotValue for love/verb/voice/optional
Got active
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word posp="pron" gloss="3" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="love2her" translation="He loves *her*."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> + <flat> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word posp="pron" gloss="3" def="def" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2her" translation="He loves *her*."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="pron" gloss="3" def="def" tr="rheme" role="obj" locus="number"/> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="o m u ɡ">omuɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word posp="pron" gloss="3" def="def" tr="rheme" role="obj" locus="number" ph="l e k">lek</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love2her" translation="He loves *her*."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="o m u ɡ">omuɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word posp="pron" gloss="3" def="def" tr="rheme" role="obj" locus="number" ph="l e k">lek</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">omuɡ</word> + <word posp="pron" gloss="3" def="def" tr="rheme" role="obj" locus="number">lek</word> </flat> + <p><span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">omuɡ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">lek</span><br><span class="gls">3</span></span></p> + <p>tomuɡ lek</p> + <p>tomug lek</p> + <il> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>omuɡ</o> + <g>love</g> + </w> + <w> + <o>lek</o> + <g>3</g> + </w> + </il> </example>
Tomug lek. [tomuɡ lek] t- POS omuɡ love lek 3 “He loves her.” | (4) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="hate"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN1"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="NN2"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="hate"/>
+ <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/>
+ <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for NN1/noun/case/obligatoryGot NOM
About to call getSlotValue for hate/verb/negation/obligatory
Got POS
About to call getSlotValue for hate/verb/voice/optional
Got active
About to call getSlotValue for NN2/noun/case/obligatory
Got NOM
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Esabiny hates Engiruw."> <flat> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="NN1" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="NN2" def="def" tr="rheme" role="obj" locus="number"/> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="Esabiny" def="def" tr="theme" role="subj" locus="number" propernoun="yes" ph="e s a b i ɲ">esabiɲ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="o ɲ u s u j">oɲusuj</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="Engiruw" def="def" tr="rheme" role="obj" locus="number" propernoun="yes" ph="e ŋ i r u w">eŋiruw</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="loveprop" translation="Esabiny hates Engiruw."> <flat> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="Esabiny" def="def" tr="theme" role="subj" locus="number" propernoun="yes" ph="e s a b i ɲ">esabiɲ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3" ph="o ɲ u s u j">oɲusuj</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="Engiruw" def="def" tr="rheme" role="obj" locus="number" propernoun="yes" ph="e ŋ i r u w">eŋiruw</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="Esabiny" def="def" tr="theme" role="subj" locus="number" propernoun="yes">esabiɲ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" obj="3">oɲusuj</word> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="Engiruw" def="def" tr="rheme" role="obj" locus="number" propernoun="yes">eŋiruw</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">esabiɲ</span><br><span class="gls">Esabiny</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">oɲusuj</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">eŋiruw</span><br><span class="gls">Engiruw</span></span></p> + <p>tin kesabiɲ toɲusuj tin keŋiruw</p> + <p>tin kEsabiñ toñusuj tin kEngiruw</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>esabiɲ</o> + <g>Esabiny</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>oɲusuj</o> + <g>hate</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>eŋiruw</o> + <g>Engiruw</g> + </w> + </il> </example>
Tin kEsabiñ toñusuj tin kEngiruw. [tin kesabiɲ toɲusuj tin keŋiruw] tin the k- NOM esabiɲ Esabiny t- POS oɲusuj hate tin the k- NOM eŋiruw Engiruw “Esabiny hates Engiruw.” | (5) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner"> + <np type="owner_owned"> + <np 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"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np def="def" locus="number" role="owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np 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:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> <np def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np def="def" locus="number" role="owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det" def="def" locus="number" role="owner"/> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner"/> </np> <np def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for boy/noun/case/obligatoryGot NOM
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
<example id="posso1" translation="the boy's apple">
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det" def="def" locus="number" role="owner"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="boy" def="def" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np def="def" locus="number" role="owner"> + <flat> <word gloss="the" posp="det" def="def" locus="number" role="owner"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="boy" def="def" locus="number" role="owner"/> - </np> - <np def="def" locus="number" role="owned"> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" locus="number" role="owner" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner" ph="i l">il</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="a m a j a s">amajas</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owner" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="boy" def="def" locus="number" role="owner" ph="i l">il</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="a m a j a s">amajas</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="boy" def="def" locus="number" role="owner">il</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">amajas</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">il</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">amajas</span><br><span class="gls">apple</span></span></p> + <p>tin kil tin kamajas</p> + <p>tin kil tin kamajas</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>il</o> + <g>boy</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>amajas</o> + <g>apple</g> + </w> + </il> </example>
tin kil tin kamajas [tin kil tin kamajas] tin the k- NOM il boy tin the k- NOM amajas apple “the boy’s apple” | (6) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np type="owner_owned"> + <np def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np def="def" output="aspron" locus="number" role="owner"> - <word posp="noun" gloss="boy"/> + <np def="def" locus="number" role="owner"> + <word posp="pron" gloss="3"/> </np> <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen:
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">
<np def="def" locus="number" role="owner">
<word posp="pron" gloss="3"/>
</np>
<np 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:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> <np def="def" locus="number" role="owner"> <word posp="pron" gloss="3"/> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np def="def" locus="number" role="owner"> - <word posp="pron" gloss="3"/> + <word posp="pron" gloss="3" def="def" locus="number" role="owner"/> </np> <np def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for apple/noun/case/obligatoryGot NOM
<example id="posso1b" translation="his (the boy's) apple">
<np def="def" locus="number" role="owner">
<word posp="pron" gloss="3" def="def" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np def="def" locus="number" role="owner"> + <flat> <word posp="pron" gloss="3" def="def" locus="number" role="owner"/> - </np> - <np def="def" locus="number" role="owned"> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" gloss="3" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word posp="pron" gloss="3" def="def" locus="number" role="owner" ph="l e k">lek</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="a m a j a s">amajas</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" gloss="3" def="def" locus="number" role="owner" ph="l e k">lek</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="a m a j a s">amajas</word> + <word posp="pron" gloss="3" def="def" locus="number" role="owner">lek</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">amajas</word> </flat> + <p><span class="ilpair"><span class="mor">lek</span><br><span class="gls">3</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">amajas</span><br><span class="gls">apple</span></span></p> + <p>lek tin kamajas</p> + <p>lek tin kamajas</p> + <il> + <w> + <o>lek</o> + <g>3</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>amajas</o> + <g>apple</g> + </w> + </il> </example>
lek tin kamajas [lek tin kamajas] lek 3 tin the k- NOM amajas apple “his (the boy’s) apple” | (7) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb:
No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module simplifynumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="1excl" number="sing" posp="pron"/> + <np type="owner_owned"> + <np def="neither" locus="number" role="owner"> + <word person="1excl" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np def="neither" locus="number" role="owner">
<word person="1excl" posp="pron"/>
</np>
<np 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">
<np def="neither" locus="number" role="owner">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<np 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"> - <np def="neither" locus="number" role="owner"> + <np def="neither" locus="number" role="owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> <np def="neither" locus="number" role="owner" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np def="neither" locus="number" role="owner" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner"/> </np> <np def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for apple/noun/case/obligatoryGot NOM
<example id="posso2" translation="my apple">
<np def="neither" locus="number" role="owner" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="apple" def="def" locus="number" role="owned"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np def="neither" locus="number" role="owner" person="1excl"> + <flat> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner"/> - </np> - <np def="def" locus="number" role="owned"> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" ph="s e l">sel</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="a m a j a s">amajas</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner" ph="s e l">sel</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="apple" def="def" locus="number" role="owned" ph="a m a j a s">amajas</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" role="owner">sel</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="apple" def="def" locus="number" role="owned">amajas</word> </flat> + <p><span class="ilpair"><span class="mor">sel</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">amajas</span><br><span class="gls">apple</span></span></p> + <p>sel tin kamajas</p> + <p>sel tin kamajas</p> + <il> + <w> + <o>sel</o> + <g>1excl</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>amajas</o> + <g>apple</g> + </w> + </il> </example>
sel tin kamajas [sel tin kamajas] sel 1excl tin the k- NOM amajas apple “my apple” | (8) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kiss"/> + </vp> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> - <np type="owner_owned"> + <np role="subj" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <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 simplifynumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" number="sing"> - <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner"> + <np role="subj"> + <np type="owner_owned"> + <np 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"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="2" number="sing" posp="pron"/> + <np role="obj"> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np 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"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
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>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np def="neither" locus="number" role="owner">
<word person="2" posp="pron"/>
</np>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</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>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np def="neither" locus="number" role="owner">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2">
<word posp="verb" gloss="kiss"/>
</vp>
- <np role="obj">
+ <np role="obj" person="2">
<np type="owner_owned">
- <np type="owner_owned" role="owner">
- <np def="neither" locus="number" role="owner">
+ <np type="owner_owned" role="owner" person="2">
+ <np def="neither" locus="number" role="owner" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj">
<np type="owner_owned">
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2">
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" person="2">
<np type="owner_owned">
<np type="owner_owned" role="owner" person="2">
<np def="neither" locus="number" role="owner" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> - <np type="owner_owned"> + <np type="owner_owned" role="subj"> <np def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2"> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> - <np role="obj" person="2"> - <np type="owner_owned"> + <np type="owner_owned" role="obj" person="2"> <np type="owner_owned" role="owner" person="2"> <np def="neither" locus="number" role="owner" person="2"> <word person="2" posp="pron" gloss="2"/> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> </np> - </np> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" role="subj"> <np def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2"> <word posp="verb" gloss="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> - <np type="owner_owned" role="obj" person="2"> - <np type="owner_owned" role="owner" person="2"> <np def="neither" locus="number" role="owner" person="2"> <word person="2" posp="pron" gloss="2"/> </np> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" person="2"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> - </np> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" person="2"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2">
- <word posp="verb" gloss="kiss"/>
+ <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" locus="number" role="owner" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned" person="2">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/>
+ <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" person="2"/>
</np>
<np def="def" locus="number" role="owned" person="2">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/>
+ <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for hunter/noun/case/obligatoryGot NOM
About to call getSlotValue for daughter/noun/case/obligatory
Got NOM
About to call getSlotValue for kiss/verb/negation/obligatory
Got POS
About to call getSlotValue for kiss/verb/voice/optional
Got active
About to call getSlotValue for neighbour/noun/case/obligatory
Got NOM
About to call getSlotValue for son/noun/case/obligatory
Got NOM
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det" def="def" locus="number" role="owner"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" locus="number" role="owner" person="2">
<word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned" person="2">
<word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" person="2"/>
</np>
<np def="def" locus="number" role="owned" person="2">
<word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2"/>
</np>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np def="def" locus="number" role="owner"> + <flat> <word gloss="the" posp="det" def="def" locus="number" role="owner"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner"/> - </np> - <np def="def" locus="number" role="owned"> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="neither" locus="number" role="owner" person="2"> <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner"/> - </np> - <np def="def" locus="number" role="owned" person="2"> <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" person="2"/> - </np> - <np def="def" locus="number" role="owned" person="2"> <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" person="2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2"/> + <word gloss="the" posp="det" def="def" locus="number" role="owner" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" ph="o w a m a ɡ">owamaɡ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="a r">ar</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2" ph="e ɲ i ɲ i b">eɲiɲib</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" ph="t a b">tab</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" person="2" ph="a b i d i b">abidib</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2" ph="o f">of</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word gloss="the" posp="det" def="def" locus="number" role="owner" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" ph="o w a m a ɡ">owamaɡ</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="a r">ar</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2" ph="e ɲ i ɲ i b">eɲiɲib</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" ph="t a b">tab</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" person="2" ph="a b i d i b">abidib</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2" ph="o f">of</word> + <word gloss="the" posp="det" def="def" locus="number" role="owner">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner">owamaɡ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned">ar</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="2">eɲiɲib</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner">tab</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="neighbour" def="def" locus="number" role="owned" person="2">abidib</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2">of</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">owamaɡ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ar</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">eɲiɲib</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tab</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">abidib</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">of</span><br><span class="gls">son</span></span></p> + <p>tin kowamaɡ tin kar teɲiɲib ham tab tin kabidib tin kof</p> + <p>tin kowamag tin kar teñiñib ham tab tin kabidib tin kof</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>owamaɡ</o> + <g>hunter</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ar</o> + <g>daughter</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>eɲiɲib</o> + <g>kiss</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tab</o> + <g>2</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>abidib</o> + <g>neighbour</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>of</o> + <g>son</g> + </w> + </il> </example>
Tin kowamag tin kar teñiñib ham tab tin kabidib tin kof. [tin kowamaɡ tin kar teɲiɲib ham tab tin kabidib tin kof] tin the k- NOM owamaɡ hunter tin the k- NOM ar daughter t- POS eɲiɲib kiss ham PAST tab 2 tin the k- NOM abidib neighbour tin the k- NOM of son “The hunter’s daughter kissed your neighbour’s son.” | (9) |
Derivation
Unis has no derivational processes.
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb:
No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
No change.
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for lamb/noun/case/obligatoryGot NOM
<example id="lamb0" translation="a lamb">
<np tr="rheme" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="lamb" tr="rheme" locus="number"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np tr="rheme" locus="number"> + <flat> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="lamb" tr="rheme" locus="number"/> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="lamb" tr="rheme" locus="number" ph="e w i d a l">ewidal</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb0" translation="a lamb"> <flat> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="lamb" tr="rheme" locus="number" ph="e w i d a l">ewidal</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="lamb" tr="rheme" locus="number">ewidal</word> </flat> + <p><span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ewidal</span><br><span class="gls">lamb</span></span></p> + <p>kewidal</p> + <p>kewidal</p> + <il> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ewidal</o> + <g>lamb</g> + </w> + </il> </example>
kewidal [kewidal] k- NOM ewidal lamb “a lamb” | (10) |
Note how none show up here:
initial XML:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp tam="past-punct">
<verb>want</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>girl</noun>
</np>
<np role="obj">
<subs>
<vp tam="past-punct">
<verb>have</verb>
</vp>
<np def="indef" number="sing" tr="rheme" role="obj">
<noun>lamb</noun>
<adj>little</adj>
</np>
</subs>
</np>
</s>
</example>cleanup:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp tam="past-punct"> - <verb>want</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="want"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp tam="past-punct"> - <verb>have</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="have"/> </vp> - <np def="indef" number="sing" tr="rheme" role="obj"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </subs> </np> </s> </example>
module adj2verb:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
<np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <relp>
+ <vp tam="pres-state">
+ <word lexposp="adj" posp="verb" gloss="little"/>
+ </vp>
+ <np head="this" role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
- <word posp="adj" gloss="little"/>
</np>
+ </relp>
+ </np>
</subs>
</np>
</s>
</example>
module articles:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="have"/>
</vp>
- <np def="indef" number="sing" tr="rheme" role="obj" locus="number">
+ <np number="sing" tr="rheme" role="obj" locus="number">
<relp>
<vp tam="pres-state">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
<np head="this" role="subj" number="sing">
<word posp="noun" gloss="lamb"/>
</np>
</relp>
</np>
</subs>
</np>
</s>
</example>
module nonpastonly:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <np role="obj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <np number="sing" tr="rheme" role="obj" locus="number"> <relp> - <vp tam="pres-state"> + <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> <np head="this" role="subj" number="sing"> <word posp="noun" gloss="lamb"/> </np> </relp> </np> </subs> </np> </s> </example>
module noepistemic:
No change.
module NRel:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
- <np number="sing" tr="rheme" role="obj" locus="number">
- <relp>
+ <np locus="number" id="parent">
+ <np role="obj" number="sing" id="headnp" tr="rheme">
+ <word posp="noun" gloss="lamb"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
- <np head="this" role="subj" number="sing">
- <word posp="noun" gloss="lamb"/>
- </np>
</relp>
</np>
</subs>
</np>
</s>
</example>
module sentenceconnectors:
No change.
module complementise:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<np role="obj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<np locus="number" id="parent">
<np role="obj" number="sing" id="headnp" tr="rheme">
<word posp="noun" gloss="lamb"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</relp>
</np>
</subs>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="want"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="want"/> + </vp> <np role="obj"> <subs> - <word gloss="COMP" posp="pp"/> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> + <word gloss="COMP" posp="pp"/> <np locus="number" id="parent"> <np role="obj" number="sing" id="headnp" tr="rheme"> <word posp="noun" gloss="lamb"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </relp> </np> </subs> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number">
<word posp="noun" gloss="girl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="want"/>
</vp>
- <np role="obj">
+ <np role="obj" number="sing">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<word gloss="COMP" posp="pp"/>
- <np locus="number" id="parent">
+ <np locus="number" id="parent" number="sing">
<np role="obj" number="sing" id="headnp" tr="rheme">
<word posp="noun" gloss="lamb"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</relp>
</np>
</subs>
</np>
</s>
</example>
module simplifynumber:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> - <np role="obj" number="sing"> + <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <word gloss="COMP" posp="pp"/> - <np locus="number" id="parent" number="sing"> - <np role="obj" number="sing" id="headnp" tr="rheme"> + <np locus="number" id="parent"> + <np role="obj" id="headnp" tr="rheme"> <word posp="noun" gloss="lamb"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> + <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </relp> </np> </subs> </np> </s> </example>
createpronouns:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" tr="theme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="girl"/> + <np def="def" tr="theme" role="subj" locus="number"> + <word posp="pron" gloss="3"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="want"/> </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <word gloss="COMP" posp="pp"/> <np locus="number" id="parent"> <np role="obj" id="headnp" tr="rheme"> <word posp="noun" gloss="lamb"/> </np> <relp comma="after"> <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </relp> </np> </subs> </np> </s> </example>
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word posp="pron" gloss="3"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="want"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
</vp>
<word gloss="COMP" posp="pp"/>
<np locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
<word posp="noun" gloss="lamb"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
- <vp tam="pres-state" ta="PRES">
+ <vp tam="pres-state" ta="PRES" subj="3">
<word lexposp="adj" posp="verb" gloss="little"/>
</vp>
</relp>
</np>
</subs>
</np>
</s>
</example>
prodrop:
<example id="lamb3" translation="She wanted to have a little lamb."> <s> - <np def="def" tr="theme" role="subj" locus="number"> - <word posp="pron" gloss="3"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="want"/> </vp> <np role="obj"> <subs> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="have"/> </vp> <word gloss="COMP" posp="pp"/> <np locus="number" id="parent"> <np role="obj" id="headnp" tr="rheme"> <word posp="noun" gloss="lamb"/> </np> <relp comma="after"> <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp tam="pres-state" ta="PRES" subj="3"> <word lexposp="adj" posp="verb" gloss="little"/> </vp> </relp> </np> </subs> </np> </s> </example>
addclitics:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="want"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="have"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="COMP" posp="pp"/>
<np locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
<word posp="noun" gloss="lamb"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
<word lexposp="adj" posp="verb" gloss="little"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
</np>
</subs>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="want"/>
+ <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="have"/>
+ <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj"/>
<np locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
- <word posp="noun" gloss="lamb"/>
+ <word posp="noun" gloss="lamb" role="obj" id="headnp" tr="rheme"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
- <word lexposp="adj" posp="verb" gloss="little"/>
+ <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
</np>
</subs>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for negation/
defaultval: verb, negation
returning POS
addaffixes:
About to call getSlotValue for want/verb/negation/obligatoryGot POS
About to call getSlotValue for want/verb/voice/optional
Got active
About to call getSlotValue for have/verb/negation/obligatory
Got POS
About to call getSlotValue for have/verb/voice/optional
Got active
About to call getSlotValue for lamb/noun/case/obligatory
Got NOM
About to call getSlotValue for little/verb/negation/obligatory
Got POS
About to call getSlotValue for little/verb/voice/optional
<example id="lamb3" translation="She wanted to have a little lamb.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<word gloss="COMP" posp="pp" role="obj"/>
<np locus="number" id="parent">
<np role="obj" id="headnp" tr="rheme">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="lamb" role="obj" id="headnp" tr="rheme"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
</np>
</subs>
</np>
</s>
</example>
flatten:
<example id="lamb3" translation="She wanted to have a little lamb."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> + <flat> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np role="obj"> - <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> <word gloss="COMP" posp="pp" role="obj"/> - <np locus="number" id="parent"> - <np role="obj" id="headnp" tr="rheme"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="lamb" role="obj" id="headnp" tr="rheme"/> - </np> - <relp comma="after"> - <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3"/> + <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3" comma="after"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> - </np> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="COMP" posp="pp" role="obj"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="lamb" role="obj" id="headnp" tr="rheme"/> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3" comma="after"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="e t a k">etak</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="i ɲ a ɲ">iɲaɲ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="COMP" posp="pp" role="obj" ph="w i j u m">wijum</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="lamb" role="obj" id="headnp" tr="rheme" ph="e w i d a l">ewidal</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3" comma="after" ph="e n">en</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="lamb3" translation="She wanted to have a little lamb."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="e t a k">etak</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" ph="i ɲ a ɲ">iɲaɲ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="COMP" posp="pp" role="obj" ph="w i j u m">wijum</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="lamb" role="obj" id="headnp" tr="rheme" ph="e w i d a l">ewidal</word> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3" comma="after" ph="e n">en</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="want" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">etak</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="have" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">iɲaɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="COMP" posp="pp" role="obj">wijum</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="lamb" role="obj" id="headnp" tr="rheme">ewidal,</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word lexposp="adj" posp="verb" gloss="little" tam="pres-state" ta="PRES" subj="3" comma="after">en</word> </flat> + <p><span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">etak</span><br><span class="gls">want</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">iɲaɲ</span><br><span class="gls">have</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">wijum</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ewidal</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">en</span><br><span class="gls">little</span></span></p> + <p>tetak ham tiɲaɲ ham wijum kewidal, tiŋ ten</p> + <p>tetak ham tiñañ ham wijum kewidal, ting ten</p> + <il> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>etak</o> + <g>want</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>iɲaɲ</o> + <g>have</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>wijum</o> + <g>COMP</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ewidal</o> + <g>lamb</g> + </w> + <w> + <o>tiŋ</o> + <g>RELPRON</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>en</o> + <g>little</g> + </w> + </il> </example>
Tetak ham tiñañ ham wijum kewidal, ting ten. [tetak ham tiɲaɲ ham wijum kewidal, tiŋ ten] t- POS etak want ham PAST t- POS iɲaɲ have ham PAST wijum COMP k- NOM ewidal lamb tiŋ RELPRON t- POS en little “She wanted to have a little lamb.” | (11) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Unis are enclitics (placed finally), and there are three types: first, a clitic expressing ta, comprising ham /ham/ ‘PAST’; second, a clitic expressing mode, comprising kim /kim/ ‘imperative’, ngang /ŋaŋ/ ‘conditional’ and tar /tar/ ‘optative’; and finally, third, a clitic expressing question, comprising fung /fuŋ/ ‘Q’.
In addition, the verb is structured like this: first, an obligatory prefix expressing negation, comprising h- /h-/ ‘NEG’ and t- /t-/ ‘POS’; second, the root; and finally, third, an optional suffix expressing voice, comprising -awar /-awar/ ‘passive’.
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number"> + <word person="2" posp="pron"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="obj" locus="number"> + <np def="neither" role="obj" locus="number" person="2"> <word person="2" posp="pron" gloss="2"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <word posp="verb" gloss="love"/> </vp> - <np def="neither" role="obj" locus="number" person="2"> - <word person="2" posp="pron" gloss="2"/> - </np> </s> </example>
addclitics:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes:
About to call getSlotValue for love/verb/negation/obligatoryGot POS
About to call getSlotValue for love/verb/voice/optional
Got active
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> + <flat> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="o m u ɡ">omuɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="love" translation="I love you."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="o m u ɡ">omuɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">omuɡ</word> </flat> + <p><span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">omuɡ</span><br><span class="gls">love</span></span></p> + <p>tomuɡ</p> + <p>tomug</p> + <il> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>omuɡ</o> + <g>love</g> + </w> + </il> </example>
Tomug. [tomuɡ] t- POS omuɡ love “I love you.” | (12) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
+ <word gloss="in_surface" posp="pp"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
- <np def="def" number="sing" locus="number">
+ <np def="def" locus="number">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
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_surface" posp="pp"/>
<np def="def" locus="number">
- <word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="table"/>
</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:
No change.
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in_surface" posp="pp"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> <np def="def" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="table"/> + <word gloss="the" posp="det" def="def" locus="number"/> + <word posp="noun" gloss="table" def="def" locus="number"/> </np> </pp> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for table/noun/case/obligatoryGot NOM
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/>
<np def="def" locus="number">
<word gloss="the" posp="det" def="def" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="table" def="def" locus="number"/>
</np>
</pp>
</example>
flatten:
<example id="adpos1" translation="on the table"> - <pp p="in" location="surface" precise="yes"> + <flat> <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - <np def="def" locus="number"> <word gloss="the" posp="det" def="def" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="table" def="def" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes"/> - <word gloss="the" posp="det" def="def" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="table" def="def" locus="number"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes" ph="n i m">nim</word> + <word gloss="the" posp="det" def="def" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="table" def="def" locus="number" ph="u s a ɡ">usaɡ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes" ph="n i m">nim</word> - <word gloss="the" posp="det" def="def" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="table" def="def" locus="number" ph="u s a ɡ">usaɡ</word> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">nim</word> + <word gloss="the" posp="det" def="def" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="table" def="def" locus="number">usaɡ</word> </flat> + <p><span class="ilpair"><span class="mor">nim</span><br><span class="gls">in_surface</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">usaɡ</span><br><span class="gls">table</span></span></p> + <p>nim tin kusaɡ</p> + <p>nim tin kusag</p> + <il> + <w> + <o>nim</o> + <g>in_surface</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>usaɡ</o> + <g>table</g> + </w> + </il> </example>
nim tin kusag [nim tin kusaɡ] nim in_surface tin the k- NOM usaɡ table “on the table” | (13) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
+ <word gloss="to_inside" posp="pp"/>
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
- <np def="def" number="sing" locus="number">
+ <np def="def" locus="number">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
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_inside" posp="pp"/>
<np def="def" locus="number">
- <word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="box"/>
</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:
No change.
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to_inside" posp="pp"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> <np def="def" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="box"/> + <word gloss="the" posp="det" def="def" locus="number"/> + <word posp="noun" gloss="box" def="def" locus="number"/> </np> </pp> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for box/noun/case/obligatoryGot NOM
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/>
<np def="def" locus="number">
<word gloss="the" posp="det" def="def" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="box" def="def" locus="number"/>
</np>
</pp>
</example>
flatten:
<example id="adpos2" translation="into the box"> - <pp p="to" location="inside" precise="yes"> + <flat> <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - <np def="def" locus="number"> <word gloss="the" posp="det" def="def" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="box" def="def" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes"/> - <word gloss="the" posp="det" def="def" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="box" def="def" locus="number"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes" ph="w i l">wil</word> + <word gloss="the" posp="det" def="def" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="box" def="def" locus="number" ph="e l i d u ŋ">eliduŋ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes" ph="w i l">wil</word> - <word gloss="the" posp="det" def="def" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="box" def="def" locus="number" ph="e l i d u ŋ">eliduŋ</word> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">wil</word> + <word gloss="the" posp="det" def="def" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="box" def="def" locus="number">eliduŋ</word> </flat> + <p><span class="ilpair"><span class="mor">wil</span><br><span class="gls">to_inside</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">eliduŋ</span><br><span class="gls">box</span></span></p> + <p>wil tin keliduŋ</p> + <p>wil tin kelidung</p> + <il> + <w> + <o>wil</o> + <g>to_inside</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>eliduŋ</o> + <g>box</g> + </w> + </il> </example>
wil tin kelidung [wil tin keliduŋ] wil to_inside tin the k- NOM eliduŋ box “into the box” | (14) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb:
No change.
module articles:
No change.
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
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 propagatenumber:
No change.
module simplifynumber:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <np def="neither" locus="number">
+ <word person="1excl" posp="pron"/>
</np>
</pp>
</example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
No change.
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np def="neither" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np def="neither" locus="number">
+ <np def="neither" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</pp>
</example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp"/> + <word gloss="COMIT" posp="pp" role="comitative"/> <np def="neither" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> </np> </pp> </example>
addaffixes:
No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" role="comitative"/> - <np def="neither" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number"/> + <word gloss="COMIT" posp="pp" role="comitative" ph="l a n a l">lanal</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="s e l">sel</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative" ph="l a n a l">lanal</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number" ph="s e l">sel</word> + <word gloss="COMIT" posp="pp" role="comitative">lanal</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" locus="number">sel</word> </flat> + <p><span class="ilpair"><span class="mor">lanal</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">sel</span><br><span class="gls">1excl</span></span></p> + <p>lanal sel</p> + <p>lanal sel</p> + <il> + <w> + <o>lanal</o> + <g>COMIT</g> + </w> + <w> + <o>sel</o> + <g>1excl</g> + </w> + </il> </example>
lanal sel [lanal sel] lanal COMIT sel 1excl “with me” | (15) |
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.
Unis employs Subject–Verb–Object (SVO) as its basic word order. The subject is followed by the verb, with the object occurring in post-verbal position. This ordering is widely attested across the world’s languages.
The following examples illustrate the basic, unmarked, constituent order in Unis.
initial XML:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>jaguar</noun>
</np>
<np number="sing" def="def" role="obj">
<noun>hunter</noun>
</np>
</s>
</example>cleanup:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>jaguar</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np number="sing" def="def" role="obj"> - <noun>hunter</noun> + <np number="sing" def="def" role="obj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <np number="sing" def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="obj" locus="number"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="obj" locus="number">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" role="obj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number"/>
+ <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
+ <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for jaguar/noun/case/obligatoryGot NOM
About to call getSlotValue for kill/verb/negation/obligatory
Got POS
About to call getSlotValue for kill/verb/voice/optional
Got active
About to call getSlotValue for hunter/noun/case/obligatory
Got NOM
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np def="def" role="subj" locus="number">
<word gloss="the" posp="det" def="def" role="subj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
<word gloss="the" posp="det" def="def" role="obj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np def="def" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" role="subj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" locus="number"> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number"/> + <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" ph="u s a d a t">usadat</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="a s u j">asuj</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" ph="o w a m a ɡ">owamaɡ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number" ph="u s a d a t">usadat</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="a s u j">asuj</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="hunter" def="def" role="obj" locus="number" ph="o w a m a ɡ">owamaɡ</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="jaguar" def="def" role="subj" locus="number">usadat</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">asuj</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="hunter" def="def" role="obj" locus="number">owamaɡ</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">usadat</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">asuj</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">owamaɡ</span><br><span class="gls">hunter</span></span></p> + <p>tin kusadat tasuj ham tin kowamaɡ</p> + <p>tin kusadat tasuj ham tin kowamag</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>usadat</o> + <g>jaguar</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>asuj</o> + <g>kill</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>owamaɡ</o> + <g>hunter</g> + </w> + </il> </example>
Tin kusadat tasuj ham tin kowamag. [tin kusadat tasuj ham tin kowamaɡ] tin the k- NOM usadat jaguar t- POS asuj kill ham PAST tin the k- NOM owamaɡ hunter “The jaguar killed the hunter.” | (16) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="eat"/> + </vp> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np role="obj">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<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 simplifynumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="def" locus="number" role="owner"> + <np role="obj"> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np 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"> + <np 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"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
createpronouns:
No change.
module ngen:
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>
<np def="def" role="subj" locus="number">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owner">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
</np>
</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>
<np def="def" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj">
- <np type="owner_owned">
+ <np type="owner_owned" role="obj">
<np type="owner_owned" role="owner">
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np type="owner_owned" role="obj">
- <np type="owner_owned" role="owner">
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
- </np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="dog"/>
</np>
- </np>
</s>
</example>
movedowntoword:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" role="subj" locus="number"/>
+ <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owner"/>
+ <word posp="noun" gloss="hunter" def="def" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for lion/noun/case/obligatoryGot NOM
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/voice/optional
Got active
About to call getSlotValue for hunter/noun/case/obligatory
Got NOM
About to call getSlotValue for daughter/noun/case/obligatory
Got NOM
About to call getSlotValue for dog/noun/case/obligatory
Got NOM
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np def="def" role="subj" locus="number">
<word gloss="the" posp="det" def="def" role="subj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="lion" def="def" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="owner">
<word gloss="the" posp="det" def="def" locus="number" role="owner"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="hunter" def="def" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="dog" def="def" locus="number" role="owned"/>
</np>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np def="def" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" role="subj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" locus="number" role="owner"> <word gloss="the" posp="det" def="def" locus="number" role="owner"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="hunter" def="def" locus="number" role="owner"/> - </np> - <np def="def" locus="number" role="owned"> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/> - </np> - <np def="def" locus="number" role="owned"> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" def="def" role="subj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" locus="number" role="owner"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned"/> + <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number" ph="i w a m i s">iwamis</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="i n i t">init</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" ph="o w a m a ɡ">owamaɡ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="a r">ar</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="o j">oj</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" def="def" role="subj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="lion" def="def" role="subj" locus="number" ph="i w a m i s">iwamis</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="i n i t">init</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" locus="number" role="owner" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="hunter" def="def" locus="number" role="owner" ph="o w a m a ɡ">owamaɡ</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="daughter" def="def" locus="number" role="owned" ph="a r">ar</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="dog" def="def" locus="number" role="owned" ph="o j">oj</word> + <word gloss="the" posp="det" def="def" role="subj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="lion" def="def" role="subj" locus="number">iwamis</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">init</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="owner">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="hunter" def="def" locus="number" role="owner">owamaɡ</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="daughter" def="def" locus="number" role="owned">ar</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="dog" def="def" locus="number" role="owned">oj</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">iwamis</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">init</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">owamaɡ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ar</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">oj</span><br><span class="gls">dog</span></span></p> + <p>tin kiwamis tinit ham tin kowamaɡ tin kar tin koj</p> + <p>tin kiwamis tinit ham tin kowamag tin kar tin koj</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>iwamis</o> + <g>lion</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>init</o> + <g>eat</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>owamaɡ</o> + <g>hunter</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ar</o> + <g>daughter</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>oj</o> + <g>dog</g> + </w> + </il> </example>
Tin kiwamis tinit ham tin kowamag tin kar tin koj. [tin kiwamis tinit ham tin kowamaɡ tin kar tin koj] tin the k- NOM iwamis lion t- POS init eat ham PAST tin the k- NOM owamaɡ hunter tin the k- NOM ar daughter tin the k- NOM oj dog “The lion ate the hunter’s daughter’s dog.” | (17) |
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 Unis 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, Unis 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 adj2verb:
No change.
module articles:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="friend"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly:
No change.
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
No change.
module casemarking:
No change.
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner"> <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 simplifynumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> - <word person="2" number="sing" posp="pron"/> + <np type="owner_owned"> + <np type="owner_owned" role="owner"> + <np type="owner_owned" role="owner"> + <np def="neither" locus="number" role="owner"> + <word person="2" posp="pron"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np 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"> + <np def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
No change.
module ngen:
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">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np def="neither" locus="number" role="owner">
<word person="2" posp="pron"/>
</np>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
<np def="def" locus="number" role="owned">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
</np>
<np 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">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
<np def="neither" locus="number" role="owner">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np 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"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> - <np def="neither" locus="number" role="owner"> + <np type="owner_owned" role="owner" person="2"> + <np type="owner_owned" role="owner" person="2"> + <np def="neither" locus="number" role="owner" person="2"> <word person="2" posp="pron" gloss="2"/> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> </np> </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> </np> </np> </example>
prodrop:
No change.
addclitics:
No change.
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> - <np type="owner_owned" role="owner" person="2"> - <np type="owner_owned" role="owner" person="2"> <np def="neither" locus="number" role="owner" person="2"> <word person="2" posp="pron" gloss="2"/> </np> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" person="2"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> - <np def="def" locus="number" role="owned"> + <np def="def" locus="number" role="owned" person="2"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> </np> - </np> <np def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np def="neither" locus="number" role="owner" person="2"> - <word person="2" posp="pron" gloss="2"/> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner"/> </np> <np def="def" locus="number" role="owned" person="2"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="son"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2"/> </np> <np def="def" locus="number" role="owned" person="2"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="friend"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" person="2"/> </np> <np def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="book"/> + <word gloss="the" posp="det" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> </np> </example>calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for son/noun/case/obligatoryGot NOM
About to call getSlotValue for friend/noun/case/obligatory
Got NOM
About to call getSlotValue for book/noun/case/obligatory
Got NOM
<example id="poss3" translation="your son's friend's book">
<np def="neither" locus="number" role="owner" person="2">
<word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner"/>
</np>
<np def="def" locus="number" role="owned" person="2">
<word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2"/>
</np>
<np def="def" locus="number" role="owned" person="2">
<word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="friend" def="def" locus="number" role="owned" person="2"/>
</np>
<np def="def" locus="number" role="owned">
<word gloss="the" posp="det" def="def" locus="number" role="owned"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="book" def="def" locus="number" role="owned"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np def="neither" locus="number" role="owner" person="2"> + <flat> <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner"/> - </np> - <np def="def" locus="number" role="owned" person="2"> <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2"/> - </np> - <np def="def" locus="number" role="owned" person="2"> <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="friend" def="def" locus="number" role="owned" person="2"/> - </np> - <np def="def" locus="number" role="owned"> <word gloss="the" posp="det" def="def" locus="number" role="owned"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" person="2"/> - <word gloss="the" posp="det" def="def" locus="number" role="owned"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="book" def="def" locus="number" role="owned"/> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" ph="t a b">tab</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2" ph="o f">of</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" person="2" ph="o w">ow</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="book" def="def" locus="number" role="owned" ph="a ɡ">aɡ</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner" ph="t a b">tab</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2" ph="o f">of</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="friend" def="def" locus="number" role="owned" person="2" ph="o w">ow</word> - <word gloss="the" posp="det" def="def" locus="number" role="owned" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="book" def="def" locus="number" role="owned" ph="a ɡ">aɡ</word> + <word person="2" posp="pron" gloss="2" def="neither" locus="number" role="owner">tab</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="son" def="def" locus="number" role="owned" person="2">of</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned" person="2">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="friend" def="def" locus="number" role="owned" person="2">ow</word> + <word gloss="the" posp="det" def="def" locus="number" role="owned">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="book" def="def" locus="number" role="owned">aɡ</word> </flat> + <p><span class="ilpair"><span class="mor">tab</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">of</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ow</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">aɡ</span><br><span class="gls">book</span></span></p> + <p>tab tin kof tin kow tin kaɡ</p> + <p>tab tin kof tin kow tin kag</p> + <il> + <w> + <o>tab</o> + <g>2</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>of</o> + <g>son</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ow</o> + <g>friend</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>aɡ</o> + <g>book</g> + </w> + </il> </example>
tab tin kof tin kow tin kag [tab tin kof tin kow tin kaɡ] tab 2 tin the k- NOM of son tin the k- NOM ow friend tin the k- NOM aɡ book “your son’s friend’s book” | (18) |
Case Marking
Unis does not use case marking to distinguish the core participants of the clause. There is therefore no regular nominative, accusative, ergative, active or stative marking on subjects and objects. Instead, the roles of the participants are identified by other means, cf. the examples below.
initial XML:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp tam="pres-state">
<verb>sleep</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp tam="pres-state"> - <verb>sleep</verb> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="sleep"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="sleep"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="sleep"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="sleep"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="sleep"/> </vp> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot NOM
About to call getSlotValue for sleep/verb/negation/obligatory
Got POS
About to call getSlotValue for sleep/verb/voice/optional
Got active
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="a m">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="a l i n">alin</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="a m">am</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3" ph="a l i n">alin</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3">alin</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">am</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">alin</span><br><span class="gls">sleep</span></span></p> + <p>tin kam talin</p> + <p>tin kam talin</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>am</o> + <g>cat</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>alin</o> + <g>sleep</g> + </w> + </il> </example>
Tin kam talin. [tin kam talin] tin the k- NOM am cat t- POS alin sleep “The cat is sleeping.” | (19) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="run"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="run"/> + </vp> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot NOM
About to call getSlotValue for run/verb/negation/obligatory
Got POS
About to call getSlotValue for run/verb/voice/optional
<example id="intr_act" translation="The cat is running.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="a m">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="e d a l">edal</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="a m">am</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" ph="e d a l">edal</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3">edal</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">am</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">edal</span><br><span class="gls">run</span></span></p> + <p>tin kam tedal</p> + <p>tin kam tedal</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>am</o> + <g>cat</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>edal</o> + <g>run</g> + </w> + </il> </example>
Tin kam tedal. [tin kam tedal] tin the k- NOM am cat t- POS edal run “The cat is running.” | (20) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> + <word posp="verb" gloss="chase"/> + </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</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>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="chase"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot NOM
About to call getSlotValue for chase/verb/negation/obligatory
Got POS
About to call getSlotValue for chase/verb/voice/optional
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number"> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="a m">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="e ɡ i d a">eɡida</word> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="o h a ɡ a m">ohaɡam</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="a m">am</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3" ph="e ɡ i d a">eɡida</word> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="o h a ɡ a m">ohaɡam</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3" obj="3">eɡida</word> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">ohaɡam</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">am</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">eɡida</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ohaɡam</span><br><span class="gls">mouse</span></span></p> + <p>tin kam teɡida tin kohaɡam</p> + <p>tin kam tegida tin kohagam</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>am</o> + <g>cat</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>eɡida</o> + <g>chase</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ohaɡam</o> + <g>mouse</g> + </w> + </il> </example>
Tin kam tegida tin kohagam. [tin kam teɡida tin kohaɡam] tin the k- NOM am cat t- POS eɡida chase tin the k- NOM ohaɡam mouse “The cat is chasing the mouse.” | (21) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="catch"/> + </vp> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</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>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for cat/noun/case/obligatoryGot NOM
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" tr="rheme" locus="number"> <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number"/> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="a m">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="u ŋ i k">uŋik</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="o h a ɡ a m">ohaɡam</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number" ph="a m">am</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="u ŋ i k">uŋik</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number" ph="o h a ɡ a m">ohaɡam</word> + <word gloss="the" posp="det" def="def" role="subj" tr="theme" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cat" def="def" role="subj" tr="theme" locus="number">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">uŋik</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" tr="rheme" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" tr="rheme" locus="number">ohaɡam</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">am</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">uŋik</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ohaɡam</span><br><span class="gls">mouse</span></span></p> + <p>tin kam tuŋik ham tin kohaɡam</p> + <p>tin kam tungik ham tin kohagam</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>am</o> + <g>cat</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>uŋik</o> + <g>catch</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ohaɡam</o> + <g>mouse</g> + </w> + </il> </example>
Tin kam tungik ham tin kohagam. [tin kam tuŋik ham tin kohaɡam] tin the k- NOM am cat t- POS uŋik catch ham PAST tin the k- NOM ohaɡam mouse “The cat caught the mouse.” | (22) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="kill"/> + </vp> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module simplifynumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np role="obj" tr="rheme" number="plur"> + <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" locus="number">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" locus="number">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" locus="number">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
- <conjp conj="and">
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" locus="number">
+ <np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </conjp>
</np>
</s>
</example>
fixpronouns:
No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
<word posp="verb" gloss="kill"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" tr="rheme">
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
- </np>
</s>
</example>
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="kill"/>
+ <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for hunter/noun/case/obligatoryGot NOM
About to call getSlotValue for kill/verb/negation/obligatory
Got POS
About to call getSlotValue for kill/verb/voice/optional
Got active
About to call getSlotValue for jaguar/noun/case/obligatory
Got NOM
About to call getSlotValue for tiger/noun/case/obligatory
Got NOM
About to call getSlotValue for lion/noun/case/obligatory
Got NOM
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/>
</np>
</s>
</example>
flatten:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme"/> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" ph="o w a m a ɡ">owamaɡ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="a s u j">asuj</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="u s a d a t">usadat</word> + <word posp="conj" gloss="and" ph="n a r">nar</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="o s i b i b">osibib</word> + <word posp="conj" gloss="and" ph="n a r">nar</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="i w a m i s">iwamis</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number" ph="o w a m a ɡ">owamaɡ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="a s u j">asuj</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme" ph="u s a d a t">usadat</word> - <word posp="conj" gloss="and" ph="n a r">nar</word> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme" ph="o s i b i b">osibib</word> - <word posp="conj" gloss="and" ph="n a r">nar</word> - <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme" ph="i w a m i s">iwamis</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="hunter" def="def" tr="theme" role="subj" locus="number">owamaɡ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">asuj</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="jaguar" def="def" locus="number" role="obj" tr="rheme">usadat</word> + <word posp="conj" gloss="and">nar</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="tiger" def="def" locus="number" role="obj" tr="rheme">osibib</word> + <word posp="conj" gloss="and">nar</word> + <word gloss="the" posp="det" def="def" locus="number" role="obj" tr="rheme">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="lion" def="def" locus="number" role="obj" tr="rheme">iwamis</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">owamaɡ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">asuj</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">usadat</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">osibib</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">nar</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">iwamis</span><br><span class="gls">lion</span></span></p> + <p>tin kowamaɡ tasuj ham tin kusadat nar tin kosibib nar tin kiwamis</p> + <p>tin kowamag tasuj ham tin kusadat nar tin kosibib nar tin kiwamis</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>owamaɡ</o> + <g>hunter</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>asuj</o> + <g>kill</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>usadat</o> + <g>jaguar</g> + </w> + <w> + <o>nar</o> + <g>and</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>osibib</o> + <g>tiger</g> + </w> + <w> + <o>nar</o> + <g>and</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>iwamis</o> + <g>lion</g> + </w> + </il> </example>
Tin kowamag tasuj ham tin kusadat nar tin kosibib nar tin kiwamis. [tin kowamaɡ tasuj ham tin kusadat nar tin kosibib nar tin kiwamis] tin the k- NOM owamaɡ hunter t- POS asuj kill ham PAST tin the k- NOM usadat jaguar nar and tin the k- NOM osibib tiger nar and tin the k- NOM iwamis lion “The hunter killed the jaguars, the tigers and the lions.” | (23) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Unis 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
Unis 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 adj2verb:
No change.
module articles:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
No change.
module simplifynumber:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number">
<word person="1excl" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
</s>
</example>
module conjp:
No change.
flattenconjp:
No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np def="def" tr="rheme" role="obj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> <word posp="verb" gloss="pat"/> </vp> <np def="def" tr="rheme" role="obj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> </s> </example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<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" subj="1excl" obj="3">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/>
+ <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for pat/verb/negation/obligatoryGot POS
About to call getSlotValue for pat/verb/voice/optional
Got active
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"> + <flat> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="rheme" role="obj" locus="number"> <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number"/> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="u m i s a">umisa</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" ph="a m">am</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3" ph="u m i s a">umisa</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number" ph="a m">am</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" obj="3">umisa</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" tr="rheme" role="obj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cat" def="def" tr="rheme" role="obj" locus="number">am</word> </flat> + <p><span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">umisa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">am</span><br><span class="gls">cat</span></span></p> + <p>tumisa ham tin kam</p> + <p>tumisa ham tin kam</p> + <il> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>umisa</o> + <g>pat</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>am</o> + <g>cat</g> + </w> + </il> </example>
Tumisa ham tin kam. [tumisa ham tin kam] t- POS umisa pat ham PAST tin the k- NOM am cat “I patted the cat.” | (24) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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 complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <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 casemarking:
No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np 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">
<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 simplifynumber:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent"> + <np def="def" 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" 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"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
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>
<np def="neither" role="subj" locus="number">
<word person="1excl" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent">
<np def="def" 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" 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" role="obj" locus="number">
- <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>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" 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" role="obj" locus="number">
<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> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" 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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="obj" locus="number"> <word 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> - <np def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" 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" subj="3" obj="3"> <word posp="verb" gloss="catch"/> </vp> <np def="def" role="obj" locus="number"> <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">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" 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" subj="3" obj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
<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">
- <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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/>
</np>
</relp>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for pat/verb/negation/obligatoryGot POS
About to call getSlotValue for pat/verb/voice/optional
Got active
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
<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">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
<word gloss="the" posp="det" def="def" role="obj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/>
</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"> + <flat> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent"> - <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" locus="number"> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number"/> - </np> - </relp> - </np> - </s> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" comma="after"/> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" comma="after"/> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" ph="u m i s a">umisa</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp" ph="a m">am</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="u ŋ i k">uŋik</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" comma="after" ph="o h a ɡ a m">ohaɡam</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" ph="u m i s a">umisa</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp" ph="a m">am</word> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="u ŋ i k">uŋik</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" comma="after" ph="o h a ɡ a m">ohaɡam</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl">umisa</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp">am,</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">uŋik</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" comma="after">ohaɡam</word> </flat> + <p><span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">umisa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">am</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">uŋik</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ohaɡam</span><br><span class="gls">mouse</span></span></p> + <p>tumisa ham tin kam, tiŋ tuŋik ham tin kohaɡam</p> + <p>tumisa ham tin kam, ting tungik ham tin kohagam</p> + <il> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>umisa</o> + <g>pat</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>am</o> + <g>cat</g> + </w> + <w> + <o>tiŋ</o> + <g>RELPRON</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>uŋik</o> + <g>catch</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ohaɡam</o> + <g>mouse</g> + </w> + </il> </example>
Tumisa ham tin kam, ting tungik ham tin kohagam. [tumisa ham tin kam, tiŋ tuŋik ham tin kohaɡam] t- POS umisa pat ham PAST tin the k- NOM am cat tiŋ RELPRON t- POS uŋik catch ham PAST tin the k- NOM ohaɡam mouse “I patted the cat that caught the mouse.” | (25) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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 complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <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 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 casemarking:
No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np 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">
<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">
<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 simplifynumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent"> + <np def="def" 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" 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 id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent"> + <np def="def" 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" 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"> + <np def="def" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
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>
<np def="neither" role="subj" locus="number">
<word person="1excl" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent">
<np def="def" 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" 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 id="parent">
<np def="def" 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" 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" role="obj" locus="number">
- <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>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" 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 id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" 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" role="obj" locus="number">
<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> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" 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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" 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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="obj" locus="number"> <word 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> - <np def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" 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" subj="3"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" 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" subj="3" obj="3"> <word posp="verb" gloss="eat"/> </vp> <np def="def" role="obj" locus="number"> <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">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" 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" subj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" 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" subj="3" obj="3">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl">
- <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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for pat/verb/negation/obligatoryGot POS
About to call getSlotValue for pat/verb/voice/optional
Got active
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/voice/optional
Got active
About to call getSlotValue for cheese/noun/case/obligatory
Got NOM
<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">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="obj" locus="number">
<word gloss="the" posp="det" def="def" role="obj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/>
</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"> + <flat> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent"> - <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent"> - <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="obj" locus="number"> <word gloss="the" posp="det" def="def" role="obj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number"/> - </np> - </relp> - </np> - </relp> - </np> - </s> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" comma="after"/> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" comma="after"/> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" ph="u m i s a">umisa</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp" ph="a m">am</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" ph="u ŋ i k">uŋik</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp" ph="o h a ɡ a m">ohaɡam</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="i n i t">init</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" comma="after" ph="i b i b a w">ibibaw</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" ph="u m i s a">umisa</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp" ph="a m">am</word> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" ph="u ŋ i k">uŋik</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp" ph="o h a ɡ a m">ohaɡam</word> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3" ph="i n i t">init</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" comma="after" ph="i b i b a w">ibibaw</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl">umisa</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp">am,</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">uŋik</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp">ohaɡam,</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" obj="3">init</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" comma="after">ibibaw</word> </flat> + <p><span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">umisa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">am</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">uŋik</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ohaɡam</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">init</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ibibaw</span><br><span class="gls">cheese</span></span></p> + <p>tumisa ham tin kam, tiŋ tuŋik ham tin kohaɡam, tiŋ tinit ham tin kibibaw</p> + <p>tumisa ham tin kam, ting tungik ham tin kohagam, ting tinit ham tin kibibaw</p> + <il> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>umisa</o> + <g>pat</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>am</o> + <g>cat</g> + </w> + <w> + <o>tiŋ</o> + <g>RELPRON</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>uŋik</o> + <g>catch</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ohaɡam</o> + <g>mouse</g> + </w> + <w> + <o>tiŋ</o> + <g>RELPRON</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>init</o> + <g>eat</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ibibaw</o> + <g>cheese</g> + </w> + </il> </example>
Tumisa ham tin kam, ting tungik ham tin kohagam, ting tinit ham tin kibibaw. [tumisa ham tin kam, tiŋ tuŋik ham tin kohaɡam, tiŋ tinit ham tin kibibaw] t- POS umisa pat ham PAST tin the k- NOM am cat tiŋ RELPRON t- POS uŋik catch ham PAST tin the k- NOM ohaɡam mouse tiŋ RELPRON t- POS init eat ham PAST tin the k- NOM ibibaw cheese “I patted the cat that caught the mouse that ate the cheese.” | (26) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic:
No change.
module 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 complementise:
No change.
module adpositions:
No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="pat"/> + </vp> <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 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 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"> <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> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
- <np 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">
<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">
<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">
<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>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module simplifynumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent"> + <np def="def" 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" 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 id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent"> + <np def="def" 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" 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 id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent"> + <np def="def" 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" 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 def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
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>
<np def="neither" role="subj" locus="number">
<word person="1excl" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent">
<np def="def" 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" 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 id="parent">
<np def="def" 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" 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 id="parent">
<np def="def" 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" 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 def="neither" role="subj" locus="number">
<word person="1excl" 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>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" 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 id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" 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 id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" 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 def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</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> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" 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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" 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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"> <word posp="verb" gloss="eat"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <relp comma="after"> <np id="relnp" 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"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl"> <word posp="verb" gloss="buy"/> </vp> - <np def="neither" role="subj" locus="number"> + <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </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> - <np def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"> <word posp="verb" gloss="pat"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" 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" subj="3"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" 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" subj="3"> <word posp="verb" gloss="eat"/> </vp> <np id="parent"> <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <relp comma="after"> <np id="relnp" 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" obj="3" subj="1excl"> <word posp="verb" gloss="buy"/> </vp> <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl"/> </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">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" 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" subj="3">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" 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" subj="3">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" 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" obj="3" subj="1excl">
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl">
- <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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="obj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="obj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl">
- <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" subj="1excl"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for pat/verb/negation/obligatoryGot POS
About to call getSlotValue for pat/verb/voice/optional
Got active
About to call getSlotValue for cat/noun/case/obligatory
Got NOM
About to call getSlotValue for catch/verb/negation/obligatory
Got POS
About to call getSlotValue for catch/verb/voice/optional
Got active
About to call getSlotValue for mouse/noun/case/obligatory
Got NOM
About to call getSlotValue for eat/verb/negation/obligatory
Got POS
About to call getSlotValue for eat/verb/voice/optional
Got active
About to call getSlotValue for cheese/noun/case/obligatory
Got NOM
About to call getSlotValue for buy/verb/negation/obligatory
Got POS
About to call getSlotValue for buy/verb/voice/optional
Got active
<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">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent">
<np def="def" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="cheese" def="def" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" def="neither" role="obj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="obj" comma="before"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</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"> + <flat> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent"> - <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent"> - <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent"> - <np def="def" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" id="headnp"/> - </np> - <relp comma="after"> - <np id="relnp" def="neither" role="obj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="obj" comma="before"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - </relp> - </np> - </relp> - </np> - </relp> - </np> - </s> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" 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> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" id="headnp"/> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="obj" comma="before"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" comma="after"/> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" ph="u m i s a">umisa</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp" ph="a m">am</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" ph="u ŋ i k">uŋik</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp" ph="o h a ɡ a m">ohaɡam</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" ph="i n i t">init</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" id="headnp" ph="i b i b a w">ibibaw</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="obj" comma="before" ph="t i ŋ">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl" ph="i s u ɲ">isuɲ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" comma="after" ph="s e l">sel</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> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl" ph="u m i s a">umisa</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp" ph="a m">am</word> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" ph="u ŋ i k">uŋik</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp" ph="o h a ɡ a m">ohaɡam</word> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before" ph="t i ŋ">tiŋ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" ph="i n i t">init</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" id="headnp" ph="i b i b a w">ibibaw</word> - <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="obj" comma="before" ph="t i ŋ">tiŋ</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl" ph="i s u ɲ">isuɲ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" comma="after" ph="s e l">sel</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl">umisa</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cat" def="def" role="obj" locus="number" id="headnp">am,</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">uŋik</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="mouse" def="def" role="obj" locus="number" id="headnp">ohaɡam,</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="subj" comma="before">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3">init</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="obj" locus="number" id="headnp">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="cheese" def="def" role="obj" locus="number" id="headnp">ibibaw,</word> + <word posp="pron" gloss="RELPRON" id="relnp" def="neither" role="obj" comma="before">tiŋ</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3" subj="1excl">isuɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" comma="after">sel</word> </flat> + <p><span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">umisa</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">am</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">uŋik</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ohaɡam</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">init</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ibibaw</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">tiŋ</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">isuɲ</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">sel</span><br><span class="gls">1excl</span></span></p> + <p>tumisa ham tin kam, tiŋ tuŋik ham tin kohaɡam, tiŋ tinit ham tin kibibaw, tiŋ tisuɲ ham sel</p> + <p>tumisa ham tin kam, ting tungik ham tin kohagam, ting tinit ham tin kibibaw, ting tisuñ ham sel</p> + <il> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>umisa</o> + <g>pat</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>am</o> + <g>cat</g> + </w> + <w> + <o>tiŋ</o> + <g>RELPRON</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>uŋik</o> + <g>catch</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ohaɡam</o> + <g>mouse</g> + </w> + <w> + <o>tiŋ</o> + <g>RELPRON</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>init</o> + <g>eat</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ibibaw</o> + <g>cheese</g> + </w> + <w> + <o>tiŋ</o> + <g>RELPRON</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>isuɲ</o> + <g>buy</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>sel</o> + <g>1excl</g> + </w> + </il> </example>
Tumisa ham tin kam, ting tungik ham tin kohagam, ting tinit ham tin kibibaw, ting tisuñ ham sel. [tumisa ham tin kam, tiŋ tuŋik ham tin kohaɡam, tiŋ tinit ham tin kibibaw, tiŋ tisuɲ ham sel] t- POS umisa pat ham PAST tin the k- NOM am cat tiŋ RELPRON t- POS uŋik catch ham PAST tin the k- NOM ohaɡam mouse tiŋ RELPRON t- POS init eat ham PAST tin the k- NOM ibibaw cheese tiŋ RELPRON t- POS isuɲ buy ham PAST sel 1excl “I patted the cat that caught the mouse that ate the cheese that I bought.” | (27) |
Complementation Strategies
Unis introduces complement clauses with a dedicated complementiser, similar to English that. The complementiser appears at the beginning of the embedded clause and signals that the clause functions as a syntactic argument. The embedded clause is fully finite and displays the same tense, aspect and agreement patterns as independent clauses.
The following example illustrate how complement clauses function:
initial XML:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp tam="past-punct">
<verb>surprise</verb>
</vp>
<np role="subj">
<subs>
<vp tam="past-punct">
<verb>give</verb>
</vp>
<np number="sing" def="def" head="this" role="subj">
<noun>boy</noun>
</np>
<np number="sing" def="indef" role="obj">
<noun>apple</noun>
</np>
<np number="sing" def="def" role="indobj" tr="rheme">
<noun>girl</noun>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj">
<noun>teacher</noun>
</np>
</s>
</example>cleanup:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp tam="past-punct"> - <verb>surprise</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp tam="past-punct"> - <verb>give</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" head="this" role="subj"> - <noun>boy</noun> + <np number="sing" def="def" head="this" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="indef" role="obj"> - <noun>apple</noun> + <np number="sing" def="indef" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> </np> - <np number="sing" def="def" role="indobj" tr="rheme"> - <noun>girl</noun> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <word posp="noun" gloss="girl"/> </np> </subs> </np> - <np number="sing" def="def" role="indobj"> - <noun>teacher</noun> + <np number="sing" def="def" role="indobj" locus="number"> + <word posp="noun" gloss="teacher"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
- <np number="sing" def="indef" role="obj" locus="number">
+ <np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np role="subj"> <subs> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </subs> </np> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np role="subj">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</subs>
</np>
<np number="sing" def="def" role="indobj" locus="number">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> <np role="subj"> <subs> - <word gloss="COMP" posp="pp"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="give"/> - </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> - <word posp="noun" gloss="apple"/> - </np> + <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" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> + <np number="sing" role="obj" locus="number"> + <word posp="noun" gloss="apple"/> + </np> + <word gloss="COMP" posp="pp"/> </subs> </np> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <word posp="verb" gloss="surprise"/> + </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" number="sing"> <subs> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> <np number="sing" def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module simplifynumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" number="sing"> + <np role="subj"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <np def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np def="def" role="indobj" tr="rheme" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> + <np role="obj" locus="number"> <word posp="noun" gloss="apple"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np number="sing" def="def" role="indobj" locus="number"> + <np def="def" role="indobj" locus="number"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns:
No change.
module ngen:
No change.
module wordorder:
No change.
module wordorder:
No change.
module wordorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np def="def" head="this" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="surprise"/>
</vp>
<np def="def" role="indobj" locus="number">
- <word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher"/>
</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>
<np role="subj">
<subs>
<np def="def" head="this" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3">
<word posp="verb" gloss="give"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<word posp="verb" gloss="surprise"/>
</vp>
<np def="def" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np def="def" head="this" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3">
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" locus="number">
<word posp="noun" gloss="apple"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="teacher"/>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np def="def" head="this" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/>
+ <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3">
- <word posp="verb" gloss="give"/>
+ <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np role="obj" locus="number">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" role="obj" locus="number"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="subj"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
- <word posp="verb" gloss="surprise"/>
+ <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det" def="def" role="indobj" locus="number"/>
+ <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for boy/noun/case/obligatoryGot NOM
About to call getSlotValue for give/verb/negation/obligatory
Got POS
About to call getSlotValue for give/verb/voice/optional
Got active
About to call getSlotValue for girl/noun/case/obligatory
Got NOM
About to call getSlotValue for apple/noun/case/obligatory
Got NOM
About to call getSlotValue for surprise/verb/negation/obligatory
Got POS
About to call getSlotValue for surprise/verb/voice/optional
Got active
About to call getSlotValue for teacher/noun/case/obligatory
Got NOM
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj">
<subs>
<np def="def" head="this" role="subj" locus="number">
<word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" tr="rheme" locus="number">
<word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np role="obj" locus="number">
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="apple" role="obj" locus="number"/>
</np>
<word gloss="COMP" posp="pp" role="subj"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" role="indobj" locus="number">
<word gloss="the" posp="det" def="def" role="indobj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/>
</np>
</s>
</example>
flatten:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> - <s> - <np role="subj"> - <subs> - <np def="def" head="this" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="indobj" tr="rheme" locus="number"> <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/> - </np> - <np role="obj" locus="number"> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="apple" role="obj" locus="number"/> - </np> <word gloss="COMP" posp="pp" role="subj"/> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" role="indobj" locus="number"> <word gloss="the" posp="det" def="def" role="indobj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="apple" role="obj" locus="number"/> - <word gloss="COMP" posp="pp" role="subj"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" role="indobj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number"/> + <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" ph="i l">il</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3" ph="e r i ɲ">eriɲ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="a b">ab</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="apple" role="obj" locus="number" ph="a m a j a s">amajas</word> + <word gloss="COMP" posp="pp" role="subj" ph="w i j u m">wijum</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" ph="a t i n a d">atinad</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" role="indobj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="i t u ɡ i w">ituɡiw</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 gloss="the" posp="det" def="def" head="this" role="subj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number" ph="i l">il</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3" ph="e r i ɲ">eriɲ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number" ph="a b">ab</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="apple" role="obj" locus="number" ph="a m a j a s">amajas</word> - <word gloss="COMP" posp="pp" role="subj" ph="w i j u m">wijum</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" ph="a t i n a d">atinad</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" role="indobj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number" ph="i t u ɡ i w">ituɡiw</word> + <word gloss="the" posp="det" def="def" head="this" role="subj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="boy" def="def" head="this" role="subj" locus="number">il</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="3">eriɲ</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="indobj" tr="rheme" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="girl" def="def" role="indobj" tr="rheme" locus="number">ab</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="apple" role="obj" locus="number">amajas</word> + <word gloss="COMP" posp="pp" role="subj">wijum</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3">atinad</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" role="indobj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="teacher" def="def" role="indobj" locus="number">ituɡiw</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">il</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">eriɲ</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ab</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">amajas</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">wijum</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">atinad</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ituɡiw</span><br><span class="gls">teacher</span></span></p> + <p>tin kil teriɲ ham tin kab kamajas wijum tatinad ham tin kituɡiw</p> + <p>tin kil teriñ ham tin kab kamajas wijum tatinad ham tin kitugiw</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>il</o> + <g>boy</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>eriɲ</o> + <g>give</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ab</o> + <g>girl</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>amajas</o> + <g>apple</g> + </w> + <w> + <o>wijum</o> + <g>COMP</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>atinad</o> + <g>surprise</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ituɡiw</o> + <g>teacher</g> + </w> + </il> </example>
Tin kil teriñ ham tin kab kamajas wijum tatinad ham tin kitugiw. [tin kil teriɲ ham tin kab kamajas wijum tatinad ham tin kituɡiw] tin the k- NOM il boy t- POS eriɲ give ham PAST tin the k- NOM ab girl k- NOM amajas apple wijum COMP t- POS atinad surprise ham PAST tin the k- NOM ituɡiw teacher “It surprised the teacher that the boy had given the girl an apple.” | (28) |
Quotes
Unis expresses quoted or reported speech without a dedicated quotative particle. Quotations appear as ordinary clauses, distinguished only by the surrounding syntactic context or by the use of verbs of speaking.
Here is an example of how quotations are expressed:
initial XML:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp tam="past-punct">
<verb>tell</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>boy</noun>
</np>
<np role="obj" tr="rheme">
<subs>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp tam="past-punct"> - <verb>tell</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> </np> <np role="obj" tr="rheme"> <subs> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb:
No change.
module articles:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </subs> </np> <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic:
No change.
module NRel:
No change.
module sentenceconnectors:
No change.
module complementise:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<subs>
+ <word gloss="COMP" posp="pp"/>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
</subs>
</np>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
module adpositions:
No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det"/> + </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <subs> - <word gloss="COMP" posp="pp"/> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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> + <word gloss="COMP" posp="pp"/> </subs> </np> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> - <word posp="noun" gloss="girl"/> - <word gloss="the" posp="det"/> - </np> </s> </example>
module casemarking:
No change.
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number">
<word person="2" number="sing" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
module simplifynumber:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <np def="def" tr="theme" role="indobj" locus="number"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" number="sing"> + <np role="obj" tr="rheme"> <subs> - <np number="sing" def="neither" role="subj" locus="number"> - <word person="1excl" number="sing" posp="pron"/> + <np def="neither" role="subj" locus="number"> + <word person="1excl" posp="pron"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> - <word person="2" number="sing" posp="pron"/> + <np def="neither" role="obj" locus="number"> + <word person="2" posp="pron"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
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>
<np def="def" tr="theme" role="subj" locus="number">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
- <word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme">
<subs>
<np def="neither" role="subj" locus="number">
<word person="1excl" posp="pron"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number">
<word person="2" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</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>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme">
<subs>
<np def="neither" role="subj" locus="number">
- <word person="1excl" posp="pron"/>
+ <word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
<word posp="verb" gloss="love"/>
</vp>
<np def="neither" role="obj" locus="number">
- <word person="2" posp="pron"/>
+ <word person="2" posp="pron" gloss="2"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
copyuptophrase:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
- <np role="obj" tr="rheme">
+ <np role="obj" tr="rheme" person="1excl">
<subs>
- <np def="neither" role="subj" locus="number">
+ <np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<word posp="verb" gloss="love"/>
</vp>
- <np def="neither" role="obj" locus="number">
+ <np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
prodrop:
No change.
addclitics:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="boy"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
propagateArgumentCase:
No change.
unwrapArgumentNPs:
No change.
unwrapOwnerOwned:
No change.
movedowntoword:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
- <word posp="verb" gloss="tell"/>
+ <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/>
+ <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/>
</np>
<np role="obj" tr="rheme" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" posp="pron" gloss="1excl"/>
+ <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
- <word person="2" posp="pron" gloss="2"/>
+ <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" tr="rheme" person="1excl"/>
</subs>
</np>
</s>
</example>
calling defaultval for case/defaultval: noun, case
returning NOM
calling defaultval for case/
defaultval: noun, case
returning NOM
addaffixes:
About to call getSlotValue for boy/noun/case/obligatoryGot NOM
About to call getSlotValue for tell/verb/negation/obligatory
Got POS
About to call getSlotValue for tell/verb/voice/optional
Got active
About to call getSlotValue for girl/noun/case/obligatory
Got NOM
About to call getSlotValue for love/verb/negation/obligatory
Got POS
About to call getSlotValue for love/verb/voice/optional
Got active
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/>
+ <thingy type="nouncase" function="prefix" gloss="NOM"/>
<word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/>
</np>
<np role="obj" tr="rheme" person="1excl">
<subs>
<np def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">
+ <thingy type="verbnegation" function="prefix" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/>
+ <thingy type="verbvoice" function="suffix" gloss="active"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="neither" role="obj" locus="number" person="2">
<word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/>
</np>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" person="1excl"/>
</subs>
</np>
</s>
</example>
flatten:
<example id="quot1" translation="The boy told the girl that he loved her."> - <s> - <np def="def" tr="theme" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" tr="theme" role="indobj" locus="number"> <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/> <thingy type="nouncase" function="prefix" gloss="NOM"/> <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/> - </np> - <np role="obj" tr="rheme" person="1excl"> - <subs> - <np def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"> <thingy type="verbnegation" function="prefix" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> <thingy type="verbvoice" function="suffix" gloss="active"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="neither" role="obj" locus="number" person="2"> <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> - </np> <word gloss="COMP" posp="pp" role="obj" tr="rheme" person="1excl"/> - </subs> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number"/> - <thingy type="nouncase" function="prefix" gloss="NOM"/> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number"/> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number"/> - <thingy type="verbnegation" function="prefix" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2"/> - <thingy type="verbvoice" function="suffix" gloss="active"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number"/> - <word gloss="COMP" posp="pp" role="obj" tr="rheme" person="1excl"/> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" ph="i l">il</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl" ph="i r a r">irar</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" ph="t i n">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="a b">ab</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="s e l">sel</word> + <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="o m u ɡ">omuɡ</word> + <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> + <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="t a b">tab</word> + <word gloss="COMP" posp="pp" role="obj" tr="rheme" person="1excl" ph="w i j u m">wijum</word> </flat> </example>
vowelharmony:
No change.
removetags:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number" ph="i l">il</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl" ph="i r a r">irar</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PAST" ph="h a m">ham</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number" ph="t i n">tin</word> - <thingy type="nouncase" function="prefix" gloss="NOM" attach="prefix" ph="k">k</thingy> - <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number" ph="a b">ab</word> - <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number" ph="s e l">sel</word> - <thingy type="verbnegation" function="prefix" gloss="POS" attach="prefix" ph="t">t</thingy> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2" ph="o m u ɡ">omuɡ</word> - <thingy type="verbvoice" function="suffix" gloss="active" attach="suffix" ph=""></thingy> - <thingy type="vpta" function="enclitic" gloss="PRES" ph=""></thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative" ph=""></thingy> - <thingy type="vpquestion" function="enclitic" gloss="not.Q" ph=""></thingy> - <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number" ph="t a b">tab</word> - <word gloss="COMP" posp="pp" role="obj" tr="rheme" person="1excl" ph="w i j u m">wijum</word> + <word gloss="the" posp="det" def="def" tr="theme" role="subj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="boy" def="def" tr="theme" role="subj" locus="number">il</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3" indobj="3" obj="1excl">irar</word> + <thingy type="vpta" function="enclitic" gloss="PAST">ham</thingy> + <word gloss="the" posp="det" def="def" tr="theme" role="indobj" locus="number">tin</word> + <thingy type="nouncase" function="prefix" gloss="NOM">k</thingy> + <word posp="noun" gloss="girl" def="def" tr="theme" role="indobj" locus="number">ab</word> + <word person="1excl" posp="pron" gloss="1excl" def="neither" role="subj" locus="number">sel</word> + <thingy type="verbnegation" function="prefix" gloss="POS">t</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl" obj="2">omuɡ</word> + <word person="2" posp="pron" gloss="2" def="neither" role="obj" locus="number">tab</word> + <word gloss="COMP" posp="pp" role="obj" tr="rheme" person="1excl">wijum</word> </flat> + <p><span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">il</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">irar</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">ham</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">tin</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">k-</span><br><span class="gls"><span class="glssc">NOM</span></span></span> <span class="ilpair"><span class="mor">ab</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">sel</span><br><span class="gls">1excl</span></span> <span class="ilpair"><span class="mor">t-</span><br><span class="gls"><span class="glssc">POS</span></span></span> <span class="ilpair"><span class="mor">omuɡ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">tab</span><br><span class="gls">2</span></span> <span class="ilpair"><span class="mor">wijum</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p> + <p>tin kil tirar ham tin kab sel tomuɡ tab wijum</p> + <p>tin kil tirar ham tin kab sel tomug tab wijum</p> + <il> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>il</o> + <g>boy</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>irar</o> + <g>tell</g> + </w> + <w> + <o>ham</o> + <g>PAST</g> + </w> + <w> + <o>tin</o> + <g>the</g> + </w> + <w> + <o>k-</o> + <g>NOM</g> + </w> + <w> + <o>ab</o> + <g>girl</g> + </w> + <w> + <o>sel</o> + <g>1excl</g> + </w> + <w> + <o>t-</o> + <g>POS</g> + </w> + <w> + <o>omuɡ</o> + <g>love</g> + </w> + <w> + <o>tab</o> + <g>2</g> + </w> + <w> + <o>wijum</o> + <g>COMP</g> + </w> + </il> </example>
Tin kil tirar ham tin kab sel tomug tab wijum. [tin kil tirar ham tin kab sel tomuɡ tab wijum] tin the k- NOM il boy t- POS irar tell ham PAST tin the k- NOM ab girl sel 1excl t- POS omuɡ love tab 2 wijum COMP “The boy told the girl that he loved her.” | (29) |
How to cite this grammar
Language Creator. 2026. A Grammar of Unis. Generated by the Language Creator, version 0.92, on 24 June 2026. https://languagecreator.org/grammar/57BMW
In BibTeX format:
@misc{LC-57BMW,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Unis}},
howpublished = {\url{https://languagecreator.org/grammar/57BMW}},
note = {Generated by the Language Creator, version 0.92, on 24 June 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Unis / Unis–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/57BMW
Behind the scenes, the Language Creator stores the generated language in a JSON-based format known as ELD. The corresponding ELD file may be downloaded, edited as required, and reuploaded in order to regenerate the grammar, dictionary and texts.
Language creation took 0.03 seconds; writing the grammar 0.06 seconds.