A Grammar of Dang
Introduction
Scope and Purpose
This grammar provides a systematic description of the Dang language (the 255th 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 Dang.
Typological Profile
It has has no interesting typological features.Phonology
Phoneme Inventory
Consonants
Dang has 19 consonant phonemes, a size that falls within a broadly average range.
It has a strongly reduced sibilant system.The table below presents the full inventory of consonant phonemes in Dang. The chart lists all places and manners of articulation attested in the language.
| labial | alveolar | postalveolar | lateral | palatal | velar | glottal | |
|---|---|---|---|---|---|---|---|
| stop | p b | d t | k ɡ | ||||
| nasal | m | n | ɲ | ŋ | |||
| trill/tap/flap | r | ||||||
| fricative | f | s | h | ||||
| approximant | ʋ | l | j | ||||
| affricate | t͡ʃ |
Vowels
Dang has 8 vowel qualities, forming a relatively large inventory. The system distinguishes several vowel categories, as indicated in the chart, offering a wide range of vocalic contrasts.
It has a strongly reduced vowel system in unstressed syllables.The table below presents the full inventory of vowel phonemes in Dang. 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
Dang 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
Dang is an unwritten language. For that reason, all examples in this grammar are given exclusively in the International Phonetic Alphabet (IPA), which offers a precise and widely recognised means of recording its sounds.
Orthography
Dangis an unwritten language, so it does not make any sense to discuss its orthography.
Word Classes and Morphology
Number and Gender
Number
Dang does not have grammatical number.
Gender
Dang does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Dang 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.
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np role="subj" number="sing" def="def" locus="number">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
+ <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: No change.
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" 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" number="plur">
<np role="obj" number="plur" 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" 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 wordorder:
<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"/>
+ <word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
- <word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<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">
+ <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" 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 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" number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" 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" number="plur" 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.plur">
<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" number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="woman"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="knife"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" 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" number="plur" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
</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" number="sing" def="def" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="woman"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp"/>
+ <word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="def" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="knife"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number"/>
+ <word posp="noun" gloss="knife" number="sing" 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.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" 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" number="plur" id="headnp" tr="rheme"/>
+ <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme"/>
+ <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
- <word lexposp="adj" posp="verb" gloss="blind"/>
+ <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur"/>
</vp>
</relp>
</np>
</s>
</example>
About to call getSlotValue for woman/noun/case/optionalAbout to call getSlotValue for woman/noun/number/obligatory
Got sing
About to call getSlotValue for knife/noun/case/optional
About to call getSlotValue for knife/noun/number/obligatory
Got sing
About to call getSlotValue for catch/verb/ta/optional
Got PAST
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for mouse/noun/number/obligatory
Got plur
About to call getSlotValue for RELPRON/pron/number/optional
Got plur
About to call getSlotValue for blind/verb/ta/optional
Got PRES
About to call getSlotValue for blind/verb/question/obligatory
calling defaultval for question/
defaultval: verb, question
returning not.Q
Got not.Q
addaffixes:
<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 gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="def" locus="number">
<word gloss="the" posp="det" number="sing" def="def" locus="number"/>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</pp>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" locus="number" id="parent" number="plur">
<np role="obj" number="plur" id="headnp" tr="rheme">
<word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme"/>
<word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme"/>
<word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before"/>
+ <thingy type="pronnumber" function="suffix" gloss="plur"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
</vp>
</relp>
</np>
</s>
</example>
flatten:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> - <s> - <np role="subj" number="sing" def="def" locus="number"> + <flat> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number"/> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" role="comitative"/> - <np number="sing" def="def" locus="number"> <word gloss="the" posp="det" number="sing" def="def" locus="number"/> <word posp="noun" gloss="knife" number="sing" def="def" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </pp> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" locus="number" id="parent" number="plur"> - <np role="obj" number="plur" id="headnp" tr="rheme"> <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme"/> <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme"/> <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - </np> - <relp comma="after"> - <np id="relnp" number="plur" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="plur"/> - </np> - <vp tam="pres-state" ta="PRES" subj="3.plur"> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur"/> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - </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" number="sing" def="def" locus="number"/> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme"/> - <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme"/> - <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="plur"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number">|n|o|</word> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number">|m|eː|ʋ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="COMIT" posp="pp" role="comitative">|b|ə|t|uː|</word> + <word gloss="the" posp="det" number="sing" def="def" locus="number">|n|o|</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number">|k|au|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|m|a|k|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme">|ŋ|uː|</word> + <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme">|p|u|</word> + <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme">|r|ə|t͡ʃ|iː|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="plur">-|m|ə|</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|ŋ|a|r|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |m|eː|ʋ|
#-> meːʋ
### |m|eː|ʋ|
#-> meːʋ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |b|ə|t|uː|
#-> bətuː
### |b|ə|t|uː|
#-> bətuː
### |n|o|
#-> no
### |n|o|
#-> no
### |k|au|p|
#-> kaup
### |k|au|p|
#-> kaup
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |m|a|k|
#-> mak
### |m|a|k|
#-> mak
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |ŋ|uː|
#-> ŋuː
### |ŋ|uː|
#-> ŋuː
### |p|u|
#-> pu
### |p|u|
#-> pu
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### -|ə|t͡ʃ|ə|,
#-> -ət͡ʃə,
### -|ə|t͡ʃ|ə|,
#-> -ət͡ʃə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### -|m|ə|
#-> -mə
### -|m|ə|
#-> -mə
### |ŋ|a|r|
#-> ŋar
### |ŋ|a|r|
#-> ŋar
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o| |m|eː|ʋ||ə|p|ə| |b|ə|t|uː| |n|o| |k|au|p||ə|p|ə| |m|a|k||ə|t͡ʃ||ə|s|ə| |ŋ|uː| |p|u| |r|ə|t͡ʃ|iː|ɲ||ə|t͡ʃ|ə|, |j|a||m|ə| |ŋ|a|r||ə|s|ə|
#-> no meːʋəpə bətuː no kaupəpə makət͡ʃəsə ŋuː pu rət͡ʃiːɲət͡ʃə, jamə ŋarəsə
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number">|n|o|</word>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number">|m|eː|ʋ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="COMIT" posp="pp" role="comitative">|b|ə|t|uː|</word>
<word gloss="the" posp="det" number="sing" def="def" locus="number">|n|o|</word>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number">|k|au|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|m|a|k|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme">|ŋ|uː|</word>
<word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme">|p|u|</word>
<word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme">|r|ə|t͡ʃ|iː|ɲ|</word>
- <thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy>
+ <thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|,</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before">|j|a|</word>
<thingy type="pronnumber" function="suffix" gloss="plur">-|m|ə|</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|ŋ|a|r|</word>
- <thingy type="verbta" function="suffix" gloss="PRES">-</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">meːʋ</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">bətuː</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kaup</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mak</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ŋuː</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">pu</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">rət͡ʃiːɲ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ət͡ʃə,</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">-mə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">ŋar</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span></p>
+ <p>no meːʋəpə bətuː no kaupəpə makət͡ʃəsə ŋuː pu rət͡ʃiːɲət͡ʃə, jamə ŋarəsə</p>
+ <p>no meːʋəpə bətuː no kaupəpə makət͡ʃəsə ŋuː pu rət͡ʃiːɲət͡ʃə, jamə ŋarəsə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>meːʋ</o>
+ <g>woman</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>bətuː</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>kaup</o>
+ <g>knife</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mak</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>ŋuː</o>
+ <g>yon</g>
+ </w>
+ <w>
+ <o>pu</o>
+ <g>three</g>
+ </w>
+ <w>
+ <o>rət͡ʃiːɲ</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ət͡ʃə,</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>ja</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>-mə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>ŋar</o>
+ <g>blind</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ </il>
</example>
### no meːʋəpə bətuː no kaupəpə makət͡ʃəsə ŋuː pu rət͡ʃiːɲət͡ʃə, jamə ŋarəsə#-> no meːʋəpə bətuː no kaupəpə makət͡ʃəsə ŋuː pu rət͡ʃiːɲət͡ʃə, jamə ŋarəsə
[no meːʋəpə bətuː no kaupəpə makət͡ʃəsə ŋuː pu rət͡ʃiːɲət͡ʃə, jamə ŋarəsə] no the meːʋ woman -əpə sing bətuː COMIT no the kaup knife -əpə sing mak catch -ət͡ʃ PAST -əsə not.Q ŋuː yon pu three rət͡ʃiːɲ mouse -ət͡ʃə, plur ja RELPRON -mə plur ŋar blind -əsə not.Q “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 Dang consists of first, an optional prefix expressing case, comprising tə- ‘DAT’, ʋə- ‘INS’, lə- ‘VOC’, fə- ‘ALL’, nə- ‘LOC’, rə- ‘ABL’ and ŋə- ‘PART’; second, the root; and finally, third, an obligatory suffix expressing number, comprising -əpə ‘sing’ and -ət͡ʃə ‘plur’.
The noun displays the following derivational morphology: two suffixes, namely -əsəd ‘little’ and -əfək ‘big’
The Adjective
In Dang, the adjective has the following structure: the root followed by an obligatory suffix expressing case, comprising -əʋə ‘NOM’, -əɲə ‘DAT’, -əmə ‘INS’, -əhə ‘VOC’, -əpə ‘ALL’, -əŋə ‘LOC’, -əɡə ‘ABL’ and -ələ ‘PART’.
Numerals
The numeral in Dang stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Dang stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Dang has the following structure: the root followed by an optional suffix expressing number, comprising -mə ‘plur’.
In Dang, subject pronouns (but not object pronouns ones) are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <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: No change.
createpronouns:
<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"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </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 def="def" number="sing" tr="theme" role="obj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</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.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
prodrop:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> - <word posp="pron" number="sing" gloss="3.sing"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="obj" locus="number"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
addclitics:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/ta/optionalGot PRES
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for 3.sing/pron/number/optional
Got sing
addaffixes:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="love2" translation="He (the boy) loves her (the girl)."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|ɲ|a|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">|ʋ|u|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> </flat> </example>
vowelharmony: No change.
### |ɲ|a|ɡ|#-> ɲaɡ
### |ɲ|a|ɡ|
#-> ɲaɡ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |ʋ|u|
#-> ʋu
### |ʋ|u|
#-> ʋu
### |ɲ|a|ɡ||ə|s|ə| |ʋ|u|
#-> ɲaɡəsə ʋu
removetags:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|ɲ|a|ɡ|</word> - <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">|ʋ|u|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɲaɡ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ʋu</span><br><span class="gls">3.sing</span></span></p> + <p>ɲaɡəsə ʋu</p> + <p>ɲaɡəsə ʋu</p> + <il> + <w> + <o>ɲaɡ</o> + <g>love</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>ʋu</o> + <g>3.sing</g> + </w> + </il> </example>### ɲaɡəsə ʋu
#-> ɲaɡəsə ʋu
[ɲaɡəsə ʋu] ɲaɡ love -əsə not.Q ʋu 3.sing “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he (i.e., the subject) is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module 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.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <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: No change.
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </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 def="def" number="sing" tr="theme" role="obj" locus="number"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</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.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for 3.sing/pron/number/optionalGot sing
About to call getSlotValue for love/verb/ta/optional
Got PRES
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for 3.sing/pron/number/optional
Got sing
addaffixes:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="obj" locus="number">
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" number="sing" tr="theme" role="obj" locus="number"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2he" translation="*He* loves her."> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number">|ʋ|u|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|ɲ|a|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">|ʋ|u|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> </flat> </example>
vowelharmony: No change.
### |ʋ|u|#-> ʋu
### |ʋ|u|
#-> ʋu
### |ɲ|a|ɡ|
#-> ɲaɡ
### |ɲ|a|ɡ|
#-> ɲaɡ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |ʋ|u|
#-> ʋu
### |ʋ|u|
#-> ʋu
### |ʋ|u| |ɲ|a|ɡ||ə|s|ə| |ʋ|u|
#-> ʋu ɲaɡəsə ʋu
removetags:
<example id="love2he" translation="*He* loves her.">
<flat>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number">|ʋ|u|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|ɲ|a|ɡ|</word>
- <thingy type="verbta" function="suffix" gloss="PRES">-</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="theme" role="obj" locus="number">|ʋ|u|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ʋu</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ɲaɡ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">ʋu</span><br><span class="gls">3.sing</span></span></p>
+ <p>ʋu ɲaɡəsə ʋu</p>
+ <p>ʋu ɲaɡəsə ʋu</p>
+ <il>
+ <w>
+ <o>ʋu</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>ɲaɡ</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>ʋu</o>
+ <g>3.sing</g>
+ </w>
+ </il>
</example>
### ʋu ɲaɡəsə ʋu#-> ʋu ɲaɡəsə ʋu
[ʋu ɲaɡəsə ʋu] ʋu 3.sing ɲaɡ love -əsə not.Q ʋu 3.sing “He loves her.” | (3) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module 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.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="hate"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" 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" number="sing" 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" number="sing" 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.sing" obj="3.sing">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" 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" number="sing" 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.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="hate"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" 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" number="sing" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for NN1/noun/case/optionalAbout to call getSlotValue for NN1/noun/number/obligatory
Got sing
About to call getSlotValue for hate/verb/ta/optional
Got PRES
About to call getSlotValue for hate/verb/question/obligatory
Got not.Q
About to call getSlotValue for NN2/noun/case/optional
About to call getSlotValue for NN2/noun/number/obligatory
Got sing
addaffixes:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Yaluy hates Kanyauny."> <flat> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">|n|o|</word> + <word posp="noun" gloss="Yaluy" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes">|j|ə|l|u|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|t|ə|d|e|n|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">|n|o|</word> + <word posp="noun" gloss="Kanyauny" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes">|k|ə|ɲ|au|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |j|ə|l|u|j|
#-> jəluj
### |j|ə|l|u|j|
#-> jəluj
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |t|ə|d|e|n|
#-> təden
### |t|ə|d|e|n|
#-> təden
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |k|ə|ɲ|au|ɲ|
#-> kəɲauɲ
### |k|ə|ɲ|au|ɲ|
#-> kəɲauɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o| |j|ə|l|u|j||ə|p|ə| |t|ə|d|e|n||ə|s|ə| |n|o| |k|ə|ɲ|au|ɲ||ə|p|ə|
#-> no jəlujəpə tədenəsə no kəɲauɲəpə
removetags:
<example id="loveprop" translation="Yaluy hates Kanyauny.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">|n|o|</word>
<word posp="noun" gloss="Yaluy" def="def" number="sing" tr="theme" role="subj" locus="number" propernoun="yes">|j|ə|l|u|j|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|t|ə|d|e|n|</word>
- <thingy type="verbta" function="suffix" gloss="PRES">-</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">|n|o|</word>
<word posp="noun" gloss="Kanyauny" def="def" number="sing" tr="rheme" role="obj" locus="number" propernoun="yes">|k|ə|ɲ|au|ɲ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jəluj</span><br><span class="gls">Yaluy</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">təden</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kəɲauɲ</span><br><span class="gls">Kanyauny</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>no jəlujəpə tədenəsə no kəɲauɲəpə</p>
+ <p>no Jəlujəpə tədenəsə no Kəɲauɲəpə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>jəluj</o>
+ <g>Yaluy</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>təden</o>
+ <g>hate</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>kəɲauɲ</o>
+ <g>Kanyauny</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### no jəlujəpə tədenəsə no kəɲauɲəpə#-> no jəlujəpə tədenəsə no kəɲauɲəpə
[no jəlujəpə tədenəsə no kəɲauɲəpə] no the jəluj Yaluy -əpə sing təden hate -əsə not.Q no the kəɲauɲ Kanyauny -əpə sing “Yaluy hates Kanyauny.” | (4) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: 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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
- <word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="boy"/> </np> <np number="sing" 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 number="sing" def="def" locus="number" role="owner"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="boy"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> </np> </example>About to call getSlotValue for boy/noun/case/optional
About to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/optional
About to call getSlotValue for apple/noun/number/obligatory
Got sing
addaffixes:
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|n|o|</word> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner">|ɡ|a|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">|s|ə|k|ai|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |ɡ|a|p|
#-> ɡap
### |ɡ|a|p|
#-> ɡap
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o|
#-> no
### |n|o|
#-> no
### |s|ə|k|ai|d|
#-> səkaid
### |s|ə|k|ai|d|
#-> səkaid
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o| |ɡ|a|p||ə|p|ə| |n|o| |s|ə|k|ai|d||ə|p|ə|
#-> no ɡapəpə no səkaidəpə
removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|n|o|</word>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner">|ɡ|a|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">|s|ə|k|ai|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡap</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">səkaid</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>no ɡapəpə no səkaidəpə</p>
+ <p>no ɡapəpə no səkaidəpə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɡap</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>səkaid</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### no ɡapəpə no səkaidəpə#-> no ɡapəpə no səkaidəpə
[no ɡapəpə no səkaidəpə] no the ɡap boy -əpə sing no the səkaid apple -əpə sing “the boy’s apple” | (5) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: 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: No change.
createpronouns:
<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"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="apple"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" 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 number="sing" def="def" locus="number" role="owner"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> </np> </example>About to call getSlotValue for 3.sing/pron/number/optional
Got sing
About to call getSlotValue for apple/noun/case/optional
About to call getSlotValue for apple/noun/number/obligatory
Got sing
addaffixes:
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owner">
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso1b" translation="his (the boy's) apple"> <flat> - <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner">|ʋ|u|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">|s|ə|k|ai|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |ʋ|u|#-> ʋu
### |ʋ|u|
#-> ʋu
### |n|o|
#-> no
### |n|o|
#-> no
### |s|ə|k|ai|d|
#-> səkaid
### |s|ə|k|ai|d|
#-> səkaid
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |ʋ|u| |n|o| |s|ə|k|ai|d||ə|p|ə|
#-> ʋu no səkaidəpə
removetags:
<example id="posso1b" translation="his (the boy's) apple">
<flat>
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner">|ʋ|u|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">|s|ə|k|ai|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ʋu</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">səkaid</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>ʋu no səkaidəpə</p>
+ <p>ʋu no səkaidəpə</p>
+ <il>
+ <w>
+ <o>ʋu</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>səkaid</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### ʋu no səkaidəpə#-> ʋu no səkaidəpə
[ʋu no səkaidəpə] ʋu 3.sing no the səkaid apple -əpə sing “his (the boy’s) apple” | (6) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: 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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso2" translation="my apple">
<np type="owner_owned" 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"/>
+ <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" number="sing">
<np number="sing" def="neither" locus="number" role="owner">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="apple"/>
</np>
</np>
</example>
copyuptophrase:
<example id="posso2" translation="my apple"> <np type="owner_owned" number="sing"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> </np> </example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="apple"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="neither" locus="number" role="owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="apple"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> </np> </example>About to call getSlotValue for 1excl.sing/pron/number/optional
Got sing
About to call getSlotValue for apple/noun/case/optional
About to call getSlotValue for apple/noun/number/obligatory
Got sing
addaffixes:
<example id="posso2" translation="my apple">
<np number="sing" def="neither" locus="number" role="owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="neither" locus="number" role="owner" person="1excl"> + <flat> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner">|d|uː|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">|s|ə|k|ai|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |d|uː|#-> duː
### |d|uː|
#-> duː
### |n|o|
#-> no
### |n|o|
#-> no
### |s|ə|k|ai|d|
#-> səkaid
### |s|ə|k|ai|d|
#-> səkaid
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |d|uː| |n|o| |s|ə|k|ai|d||ə|p|ə|
#-> duː no səkaidəpə
removetags:
<example id="posso2" translation="my apple">
<flat>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" role="owner">|d|uː|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned">|s|ə|k|ai|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">duː</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">səkaid</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>duː no səkaidəpə</p>
+ <p>duː no səkaidəpə</p>
+ <il>
+ <w>
+ <o>duː</o>
+ <g>1excl.sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>səkaid</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### duː no səkaidəpə#-> duː no səkaidəpə
[duː no səkaidəpə] duː 1excl.sing no the səkaid apple -əpə sing “my apple” | (7) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kiss"/> - </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<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"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<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>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
</np>
</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" number="sing">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<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"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
copyuptophrase:
<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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="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">
+ <np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kiss"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</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" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="neighbour"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<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 type="owner_owned" number="sing" role="subj"> <np number="sing" def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="kiss"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> </vp> - <np role="obj" number="sing"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj"> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> </np> - </np> </s> </example>
unwrapOwnerOwned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np type="owner_owned" number="sing" role="subj"> <np number="sing" def="def" locus="number" role="owner"> <word gloss="the" posp="det"/> <word posp="noun" gloss="hunter"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="daughter"/> </np> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="kiss"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> </vp> - <np type="owner_owned" number="sing" role="obj"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="neighbour"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> </s> </example>
movedowntoword:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="daughter" number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" locus="number" role="owner" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
</np>
</s>
</example>
About to call getSlotValue for hunter/noun/case/optionalAbout to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/optional
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for kiss/verb/ta/optional
Got PAST
About to call getSlotValue for kiss/verb/question/obligatory
Got not.Q
About to call getSlotValue for 2.sing/pron/number/optional
Got sing
About to call getSlotValue for neighbour/noun/case/optional
About to call getSlotValue for neighbour/noun/number/obligatory
Got sing
About to call getSlotValue for son/noun/case/optional
About to call getSlotValue for son/noun/number/obligatory
Got sing
addaffixes:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> - <s> - <np number="sing" def="def" locus="number" role="owner"> + <flat> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="neither" locus="number" role="owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|n|o|</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">|f|ə|j|o|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">|j|u|ɡ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|ə|ɲ|a|ŋ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">|m|u|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned">|t|ə|n|u|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">|h|aː|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |f|ə|j|o|ɲ|
#-> fəjoɲ
### |f|ə|j|o|ɲ|
#-> fəjoɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o|
#-> no
### |n|o|
#-> no
### |j|u|ɡ|
#-> juɡ
### |j|u|ɡ|
#-> juɡ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |p|ə|ɲ|a|ŋ|
#-> pəɲaŋ
### |p|ə|ɲ|a|ŋ|
#-> pəɲaŋ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |m|u|
#-> mu
### |m|u|
#-> mu
### |n|o|
#-> no
### |n|o|
#-> no
### |t|ə|n|u|b|
#-> tənub
### |t|ə|n|u|b|
#-> tənub
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o|
#-> no
### |n|o|
#-> no
### |h|aː|b|
#-> haːb
### |h|aː|b|
#-> haːb
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o| |f|ə|j|o|ɲ||ə|p|ə| |n|o| |j|u|ɡ||ə|p|ə| |p|ə|ɲ|a|ŋ||ə|t͡ʃ||ə|s|ə| |m|u| |n|o| |t|ə|n|u|b||ə|p|ə| |n|o| |h|aː|b||ə|p|ə|
#-> no fəjoɲəpə no juɡəpə pəɲaŋət͡ʃəsə mu no tənubəpə no haːbəpə
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|n|o|</word>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">|f|ə|j|o|ɲ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">|j|u|ɡ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="kiss" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|ə|ɲ|a|ŋ|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">|m|u|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned">|t|ə|n|u|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">|h|aː|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">fəjoɲ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">juɡ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">pəɲaŋ</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tənub</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">haːb</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>no fəjoɲəpə no juɡəpə pəɲaŋət͡ʃəsə mu no tənubəpə no haːbəpə</p>
+ <p>no fəjoɲəpə no juɡəpə pəɲaŋət͡ʃəsə mu no tənubəpə no haːbəpə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>fəjoɲ</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>juɡ</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>pəɲaŋ</o>
+ <g>kiss</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>tənub</o>
+ <g>neighbour</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>haːb</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### no fəjoɲəpə no juɡəpə pəɲaŋət͡ʃəsə mu no tənubəpə no haːbəpə#-> no fəjoɲəpə no juɡəpə pəɲaŋət͡ʃəsə mu no tənubəpə no haːbəpə
[no fəjoɲəpə no juɡəpə pəɲaŋət͡ʃəsə mu no tənubəpə no haːbəpə] no the fəjoɲ hunter -əpə sing no the juɡ daughter -əpə sing pəɲaŋ kiss -ət͡ʃ PAST -əsə not.Q mu 2.sing no the tənub neighbour -əpə sing no the haːb son -əpə sing “The hunter’s daughter kissed your neighbour’s son.” | (8) |
Derivation
Dang has a few derivational processes. To illustrate this, let us start with a simple noun phrase:
initial XML:
<example id="lamb0" translation="a lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
</np>
</example>cleanup:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> </np> </example>
module adj2verb: No change.
module articles:
<example id="lamb0" translation="a lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> </np> </example>About to call getSlotValue for lamb/noun/case/optional
About to call getSlotValue for lamb/noun/number/obligatory
Got sing
addaffixes:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number">
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <flat> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number">|n|ə|ŋ|eː|t|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|ə|ŋ|eː|t|#-> nəŋeːt
### |n|ə|ŋ|eː|t|
#-> nəŋeːt
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|ə|ŋ|eː|t||ə|p|ə|
#-> nəŋeːtəpə
removetags:
<example id="lamb0" translation="a lamb">
<flat>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number">|n|ə|ŋ|eː|t|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">nəŋeːt</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>nəŋeːtəpə</p>
+ <p>nəŋeːtəpə</p>
+ <il>
+ <w>
+ <o>nəŋeːt</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### nəŋeːtəpə#-> nəŋeːtəpə
[nəŋeːtəpə] nəŋeːt lamb -əpə sing “a lamb” | (9) |
In the following, the word for little becomes an affix attached to lamb:
initial XML:
<example id="lamb1" translation="a little lamb">
<np def="indef" number="sing" tr="rheme">
<noun>lamb</noun>
<adj>little</adj>
</np>
</example>cleanup:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme"> - <noun>lamb</noun> - <adj>little</adj> + <np def="indef" number="sing" tr="rheme" locus="number"> + <word posp="noun" gloss="lamb"/> + <word posp="adj" gloss="little"/> </np> </example>The adjective 'little' will be incorporated. Resistance is useless.
module adj2verb: No change.
module articles:
<example id="lamb1" translation="a little lamb"> - <np def="indef" number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number"> <word posp="noun" gloss="lamb"/> <word posp="adj" gloss="little"/> </np> </example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
submodule transform_adj<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
</np>
</example>module affixdensity:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word posp="noun" gloss="lamb"/> - <word posp="adj" gloss="little"/> + <word gloss="lamb" lexposp="noun" posp="noun"> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> + </word> </np> </example>
module adpositions: No change.
module constorder: No change.
module casemarking: No change.
module propagatenumber: No change.
module simplifynumber: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>About to call getSlotValue for lamb/noun/case/optional
About to call getSlotValue for lamb/noun/number/obligatory
Got sing
addaffixes:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number">
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"> + <flat> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number">|n|ə|ŋ|eː|t|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|ə||||s||ə||||d|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|ə|ŋ|eː|t|#-> nəŋeːt
### |n|ə|ŋ|eː|t|
#-> nəŋeːt
### -|ə||||s||ə||||d|
#-> -əsəd
### -|ə||||s||ə||||d|
#-> -əsəd
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|ə|ŋ|eː|t||ə||||s||ə||||d||ə|p|ə|
#-> nəŋeːtəsədəpə
removetags:
<example id="lamb1" translation="a little lamb"> <flat> - <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy> <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number">|n|ə|ŋ|eː|t|</word> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|ə||||s||ə||||d|</thingy> <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> + <p><span class="ilpair"><span class="mor">nəŋeːt</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-əsəd</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p> + <p>nəŋeːtəsədəpə</p> + <p>nəŋeːtəsədəpə</p> + <il> + <w> + <o>nəŋeːt</o> + <g>lamb</g> + </w> + <w> + <o>-əsəd</o> + <g>little</g> + </w> + <w> + <o>-əpə</o> + <g>sing</g> + </w> + </il> </example>### nəŋeːtəsədəpə
#-> nəŋeːtəsədəpə
[nəŋeːtəsədəpə] nəŋeːt lamb -əsəd little -əpə sing “a little lamb” | (10) |
Compounding
Verbs
Inflectional Categories
The verbal phrase clitics in Dang fall into two categories, proclitics and enclitics: first, a clitic expressing negation, comprising rə ‘NEG’; second, a clitic expressing mode, comprising fə ‘imperative’, nə ‘conditional’ and rə ‘optative’; and finally, third, a clitic expressing voice, comprising fə ‘passive’.
In addition, the verb is structured like this: first, the root; second, an optional suffix expressing ta, comprising -ət͡ʃ ‘PAST’; and finally, third, an obligatory suffix expressing question, comprising -əpə ‘Q’ and -əsə ‘not.Q’.
The verb displays the following derivational morphology: two suffixes, namely -əŋək ‘begin’ and -əpəj ‘stop’
initial XML:
<example id="love" translation="I love you.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="neither" role="obj">
<pron person="2" number="sing"/>
</np>
</s>
</example>cleanup:
<example id="love" translation="I love you."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="neither" role="obj"> - <pron person="2" number="sing"/> + <np number="sing" def="neither" role="obj" locus="number"> + <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="neither" role="obj" locus="number"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love" translation="I love you."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</s>
</example>
copyuptophrase:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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.sing" obj="2.sing"> <word posp="verb" gloss="love"/> </vp> - <np number="sing" def="neither" role="obj" locus="number"> + <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> </s> </example>
prodrop:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> <word posp="verb" gloss="love"/> </vp> <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> </s> </example>
addclitics:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" obj="2.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for love/verb/ta/optionalGot PRES
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for 2.sing/pron/number/optional
Got sing
addaffixes:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="love" translation="I love you."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">|ɲ|a|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">|m|u|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> </flat> </example>
vowelharmony: No change.
### |ɲ|a|ɡ|#-> ɲaɡ
### |ɲ|a|ɡ|
#-> ɲaɡ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |m|u|
#-> mu
### |m|u|
#-> mu
### |ɲ|a|ɡ||ə|s|ə| |m|u|
#-> ɲaɡəsə mu
removetags:
<example id="love" translation="I love you."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">|ɲ|a|ɡ|</word> - <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">|m|u|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> </flat> + <p><span class="ilpair"><span class="mor">ɲaɡ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">2.sing</span></span></p> + <p>ɲaɡəsə mu</p> + <p>ɲaɡəsə mu</p> + <il> + <w> + <o>ɲaɡ</o> + <g>love</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>mu</o> + <g>2.sing</g> + </w> + </il> </example>### ɲaɡəsə mu
#-> ɲaɡəsə mu
[ɲaɡəsə mu] ɲaɡ love -əsə not.Q mu 2.sing “I love you.” | (11) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module 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 affixdensity: 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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp"/>
<np def="def" number="sing" 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" number="sing" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="table"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> </np> </pp> </example>About to call getSlotValue for table/noun/case/optional
About to call getSlotValue for table/noun/number/obligatory
Got sing
addaffixes:
<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" number="sing" locus="number">
<word gloss="the" posp="det" def="def" number="sing" locus="number"/>
<word posp="noun" gloss="table" def="def" number="sing" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</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" number="sing" locus="number"> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </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" number="sing" locus="number"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">|f|eː|</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">|n|o|</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number">|l|u|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |f|eː|#-> feː
### |f|eː|
#-> feː
### |n|o|
#-> no
### |n|o|
#-> no
### |l|u|b|
#-> lub
### |l|u|b|
#-> lub
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |f|eː| |n|o| |l|u|b||ə|p|ə|
#-> feː no lubəpə
removetags:
<example id="adpos1" translation="on the table">
<flat>
<word gloss="in_surface" posp="pp" p="in" location="surface" precise="yes">|f|eː|</word>
<word gloss="the" posp="det" def="def" number="sing" locus="number">|n|o|</word>
<word posp="noun" gloss="table" def="def" number="sing" locus="number">|l|u|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">feː</span><br><span class="gls">in_surface</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lub</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>feː no lubəpə</p>
+ <p>feː no lubəpə</p>
+ <il>
+ <w>
+ <o>feː</o>
+ <g>in_surface</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>lub</o>
+ <g>table</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### feː no lubəpə#-> feː no lubəpə
[feː no lubəpə] feː in_surface no the lub table -əpə sing “on the table” | (12) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
+ <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp"/>
<np def="def" number="sing" 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" number="sing" locus="number"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="box"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number"/> + <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> </np> </pp> </example>About to call getSlotValue for box/noun/case/optional
About to call getSlotValue for box/noun/number/obligatory
Got sing
addaffixes:
<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" number="sing" locus="number">
<word gloss="the" posp="det" def="def" number="sing" locus="number"/>
<word posp="noun" gloss="box" def="def" number="sing" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</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" number="sing" locus="number"> <word gloss="the" posp="det" def="def" number="sing" locus="number"/> <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </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" number="sing" locus="number"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">|h|u|</word> + <word gloss="the" posp="det" def="def" number="sing" locus="number">|n|o|</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number">|k|ə|p|ai|s|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |h|u|#-> hu
### |h|u|
#-> hu
### |n|o|
#-> no
### |n|o|
#-> no
### |k|ə|p|ai|s|
#-> kəpais
### |k|ə|p|ai|s|
#-> kəpais
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |h|u| |n|o| |k|ə|p|ai|s||ə|p|ə|
#-> hu no kəpaisəpə
removetags:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to_inside" posp="pp" p="to" location="inside" precise="yes">|h|u|</word>
<word gloss="the" posp="det" def="def" number="sing" locus="number">|n|o|</word>
<word posp="noun" gloss="box" def="def" number="sing" locus="number">|k|ə|p|ai|s|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">hu</span><br><span class="gls">to_inside</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kəpais</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>hu no kəpaisəpə</p>
+ <p>hu no kəpaisəpə</p>
+ <il>
+ <w>
+ <o>hu</o>
+ <g>to_inside</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>kəpais</o>
+ <g>box</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### hu no kəpaisəpə#-> hu no kəpaisəpə
[hu no kəpaisəpə] hu to_inside no the kəpais box -əpə sing “into the box” | (13) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
+ <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
<np number="sing" def="neither" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
copyuptophrase:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp"/>
- <np number="sing" def="neither" locus="number">
+ <np number="sing" def="neither" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp"/> + <word gloss="COMIT" posp="pp" role="comitative"/> <np number="sing" def="neither" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> </np> </pp> </example>About to call getSlotValue for 1excl.sing/pron/number/optional
Got sing
addaffixes:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" role="comitative"/>
<np number="sing" def="neither" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
</pp>
</example>
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" role="comitative"/> - <np number="sing" def="neither" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" role="comitative"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> + <word gloss="COMIT" posp="pp" role="comitative">|b|ə|t|uː|</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number">|d|uː|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> </flat> </example>
vowelharmony: No change.
### |b|ə|t|uː|#-> bətuː
### |b|ə|t|uː|
#-> bətuː
### |d|uː|
#-> duː
### |d|uː|
#-> duː
### |b|ə|t|uː| |d|uː|
#-> bətuː duː
removetags:
<example id="adpos3" translation="with me">
<flat>
<word gloss="COMIT" posp="pp" role="comitative">|b|ə|t|uː|</word>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number">|d|uː|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">bətuː</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">duː</span><br><span class="gls">1excl.sing</span></span></p>
+ <p>bətuː duː</p>
+ <p>bətuː duː</p>
+ <il>
+ <w>
+ <o>bətuː</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>duː</o>
+ <g>1excl.sing</g>
+ </w>
+ </il>
</example>
### bətuː duː#-> bətuː duː
[bətuː duː] bətuː COMIT duː 1excl.sing “with me” | (14) |
Syntax
Basic Clause Structure
Constituent Order
Constituent order describes the typical arrangement of the subject (S), verb (V) and object (O) in simple declarative clauses. It is a fundamental parameter in grammatical description and forms one of the clearest ways of characterising the overall structure of a language’s clause system.
Dang 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 Dang.
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.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" 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 number="sing" 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 number="sing" 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.sing" obj="3.sing">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" 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 number="sing" 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.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" 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 number="sing" def="def" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
+ <word posp="noun" gloss="jaguar" number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for jaguar/noun/case/optionalAbout to call getSlotValue for jaguar/noun/number/obligatory
Got sing
About to call getSlotValue for kill/verb/ta/optional
Got PAST
About to call getSlotValue for kill/verb/question/obligatory
Got not.Q
About to call getSlotValue for hunter/noun/case/optional
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
addaffixes:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="obj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="def" role="obj" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">|n|o|</word> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number">|ʋ|ə|b|iː|m|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|e|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number">|n|o|</word> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number">|f|ə|j|o|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |ʋ|ə|b|iː|m|
#-> ʋəbiːm
### |ʋ|ə|b|iː|m|
#-> ʋəbiːm
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |p|e|ɡ|
#-> peɡ
### |p|e|ɡ|
#-> peɡ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |f|ə|j|o|ɲ|
#-> fəjoɲ
### |f|ə|j|o|ɲ|
#-> fəjoɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o| |ʋ|ə|b|iː|m||ə|p|ə| |p|e|ɡ||ə|t͡ʃ||ə|s|ə| |n|o| |f|ə|j|o|ɲ||ə|p|ə|
#-> no ʋəbiːməpə peɡət͡ʃəsə no fəjoɲəpə
removetags:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">|n|o|</word>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number">|ʋ|ə|b|iː|m|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|e|ɡ|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number">|n|o|</word>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number">|f|ə|j|o|ɲ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋəbiːm</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">peɡ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">fəjoɲ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>no ʋəbiːməpə peɡət͡ʃəsə no fəjoɲəpə</p>
+ <p>no ʋəbiːməpə peɡət͡ʃəsə no fəjoɲəpə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʋəbiːm</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>peɡ</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>fəjoɲ</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### no ʋəbiːməpə peɡət͡ʃəsə no fəjoɲəpə#-> no ʋəbiːməpə peɡət͡ʃəsə no fəjoɲəpə
[no ʋəbiːməpə peɡət͡ʃəsə no fəjoɲəpə] no the ʋəbiːm jaguar -əpə sing peɡ kill -ət͡ʃ PAST -əsə not.Q no the fəjoɲ hunter -əpə sing “The jaguar killed the hunter.” | (15) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="eat"/> - </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" 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" 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"/>
+ <word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog"/>
</np>
</np>
</np>
</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 number="sing" 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.sing" obj="3.sing">
<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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" 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 number="sing" 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.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</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">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" 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 number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
- <np role="obj" number="sing">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="obj">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
</np>
<np number="sing" 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 number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
- <np type="owner_owned" number="sing" role="obj">
- <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="hunter"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="daughter"/>
</np>
- </np>
<np number="sing" 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 number="sing" def="def" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
+ <word posp="noun" gloss="lion" number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" locus="number" role="owner">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/>
</np>
</s>
</example>
About to call getSlotValue for lion/noun/case/optionalAbout to call getSlotValue for lion/noun/number/obligatory
Got sing
About to call getSlotValue for eat/verb/ta/optional
Got PAST
About to call getSlotValue for eat/verb/question/obligatory
Got not.Q
About to call getSlotValue for hunter/noun/case/optional
About to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for daughter/noun/case/optional
About to call getSlotValue for daughter/noun/number/obligatory
Got sing
About to call getSlotValue for dog/noun/case/optional
About to call getSlotValue for dog/noun/number/obligatory
Got sing
addaffixes:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" locus="number" role="owner">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> - <s> - <np number="sing" def="def" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="def" locus="number" role="owner"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number"/> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">|n|o|</word> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number">|ʋ|ə|d|i|s|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|ai|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|n|o|</word> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">|f|ə|j|o|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">|j|u|ɡ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned">|r|e|m|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |ʋ|ə|d|i|s|
#-> ʋədis
### |ʋ|ə|d|i|s|
#-> ʋədis
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |p|ai|ɡ|
#-> paiɡ
### |p|ai|ɡ|
#-> paiɡ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |f|ə|j|o|ɲ|
#-> fəjoɲ
### |f|ə|j|o|ɲ|
#-> fəjoɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o|
#-> no
### |n|o|
#-> no
### |j|u|ɡ|
#-> juɡ
### |j|u|ɡ|
#-> juɡ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o|
#-> no
### |n|o|
#-> no
### |r|e|m|
#-> rem
### |r|e|m|
#-> rem
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o| |ʋ|ə|d|i|s||ə|p|ə| |p|ai|ɡ||ə|t͡ʃ||ə|s|ə| |n|o| |f|ə|j|o|ɲ||ə|p|ə| |n|o| |j|u|ɡ||ə|p|ə| |n|o| |r|e|m||ə|p|ə|
#-> no ʋədisəpə paiɡət͡ʃəsə no fəjoɲəpə no juɡəpə no reməpə
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number">|n|o|</word>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number">|ʋ|ə|d|i|s|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|ai|ɡ|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner">|n|o|</word>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner">|f|ə|j|o|ɲ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned">|j|u|ɡ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned">|r|e|m|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋədis</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">paiɡ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">fəjoɲ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">juɡ</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">rem</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>no ʋədisəpə paiɡət͡ʃəsə no fəjoɲəpə no juɡəpə no reməpə</p>
+ <p>no ʋədisəpə paiɡət͡ʃəsə no fəjoɲəpə no juɡəpə no reməpə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʋədis</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>paiɡ</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>fəjoɲ</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>juɡ</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>rem</o>
+ <g>dog</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### no ʋədisəpə paiɡət͡ʃəsə no fəjoɲəpə no juɡəpə no reməpə#-> no ʋədisəpə paiɡət͡ʃəsə no fəjoɲəpə no juɡəpə no reməpə
[no ʋədisəpə paiɡət͡ʃəsə no fəjoɲəpə no juɡəpə no reməpə] no the ʋədis lion -əpə sing paiɡ eat -ət͡ʃ PAST -əsə not.Q no the fəjoɲ hunter -əpə sing no the juɡ daughter -əpə sing no the rem dog -əpə sing “The lion ate the hunter’s daughter’s dog.” | (16) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Dang 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, Dang 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 affixdensity: 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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" 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"/>
+ <word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
- <word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="book"/>
</np>
</np>
</example>
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" 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"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
copyuptophrase:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" 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">
+ <np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="son"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="friend"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="book"/>
</np>
</np>
</example>
prodrop: No change.
addclitics: No change.
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<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" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="son"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="friend"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det"/> <word posp="noun" gloss="book"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="neither" locus="number" role="owner" person="2"> - <word person="2" number="sing" posp="pron" gloss="2.sing"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="son"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="friend"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> </np> <np number="sing" def="def" locus="number" role="owned"> - <word gloss="the" posp="det"/> - <word posp="noun" gloss="book"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> </np> </example>About to call getSlotValue for 2.sing/pron/number/optional
Got sing
About to call getSlotValue for son/noun/case/optional
About to call getSlotValue for son/noun/number/obligatory
Got sing
About to call getSlotValue for friend/noun/case/optional
About to call getSlotValue for friend/noun/number/obligatory
Got sing
About to call getSlotValue for book/noun/case/optional
About to call getSlotValue for book/noun/number/obligatory
Got sing
addaffixes:
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="neither" locus="number" role="owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="neither" locus="number" role="owner" person="2"> + <flat> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">|m|u|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">|h|aː|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned">|ɲ|a|f|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned">|b|u|k|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |m|u|#-> mu
### |m|u|
#-> mu
### |n|o|
#-> no
### |n|o|
#-> no
### |h|aː|b|
#-> haːb
### |h|aː|b|
#-> haːb
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o|
#-> no
### |n|o|
#-> no
### |ɲ|a|f|
#-> ɲaf
### |ɲ|a|f|
#-> ɲaf
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o|
#-> no
### |n|o|
#-> no
### |b|u|k|
#-> buk
### |b|u|k|
#-> buk
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |m|u| |n|o| |h|aː|b||ə|p|ə| |n|o| |ɲ|a|f||ə|p|ə| |n|o| |b|u|k||ə|p|ə|
#-> mu no haːbəpə no ɲafəpə no bukəpə
removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" locus="number" role="owner">|m|u|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned">|h|aː|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned">|ɲ|a|f|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned">|n|o|</word>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned">|b|u|k|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">mu</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">haːb</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɲaf</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">buk</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>mu no haːbəpə no ɲafəpə no bukəpə</p>
+ <p>mu no haːbəpə no ɲafəpə no bukəpə</p>
+ <il>
+ <w>
+ <o>mu</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>haːb</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɲaf</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>buk</o>
+ <g>book</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### mu no haːbəpə no ɲafəpə no bukəpə#-> mu no haːbəpə no ɲafəpə no bukəpə
[mu no haːbəpə no ɲafəpə no bukəpə] mu 2.sing no the haːb son -əpə sing no the ɲaf friend -əpə sing no the buk book -əpə sing “your son’s friend’s book” | (17) |
Case Marking
Dang 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.
tva1tva2
module affixdensity: 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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" 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 number="sing" 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.sing">
<word posp="verb" gloss="sleep"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" 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.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" number="sing" 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.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/case/optionalAbout to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for sleep/verb/ta/optional
Got PRES
About to call getSlotValue for sleep/verb/question/obligatory
Got not.Q
addaffixes:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
</s>
</example>
flatten:
<example id="intr_stat" translation="The cat is sleeping."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">|n|o|</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">|l|i|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">|d|o|k|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |l|i|j|
#-> lij
### |l|i|j|
#-> lij
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |d|o|k|
#-> dok
### |d|o|k|
#-> dok
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o| |l|i|j||ə|p|ə| |d|o|k||ə|s|ə|
#-> no lijəpə dokəsə
removetags:
<example id="intr_stat" translation="The cat is sleeping.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">|n|o|</word>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">|l|i|j|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">|d|o|k|</word>
- <thingy type="verbta" function="suffix" gloss="PRES">-</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lij</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">dok</span><br><span class="gls">sleep</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span></p>
+ <p>no lijəpə dokəsə</p>
+ <p>no lijəpə dokəsə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>lij</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>dok</o>
+ <g>sleep</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ </il>
</example>
### no lijəpə dokəsə#-> no lijəpə dokəsə
[no lijəpə dokəsə] no the lij cat -əpə sing dok sleep -əsə not.Q “The cat is sleeping.” | (18) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: 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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" 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 number="sing" 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.sing">
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
prodrop: No change.
addclitics:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" 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.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="run"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/case/optionalAbout to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for run/verb/ta/optional
Got PRES
About to call getSlotValue for run/verb/question/obligatory
Got not.Q
addaffixes:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
</vp>
</s>
</example>
flatten:
<example id="intr_act" translation="The cat is running."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">|n|o|</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">|l|i|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">|m|i|p|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |l|i|j|
#-> lij
### |l|i|j|
#-> lij
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |m|i|p|
#-> mip
### |m|i|p|
#-> mip
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o| |l|i|j||ə|p|ə| |m|i|p||ə|s|ə|
#-> no lijəpə mipəsə
removetags:
<example id="intr_act" translation="The cat is running.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">|n|o|</word>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">|l|i|j|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">|m|i|p|</word>
- <thingy type="verbta" function="suffix" gloss="PRES">-</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lij</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mip</span><br><span class="gls">run</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span></p>
+ <p>no lijəpə mipəsə</p>
+ <p>no lijəpə mipəsə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>lij</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mip</o>
+ <g>run</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ </il>
</example>
### no lijəpə mipəsə#-> no lijəpə mipəsə
[no lijəpə mipəsə] no the lij cat -əpə sing mip run -əsə not.Q “The cat is running.” | (19) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> - <word posp="verb" gloss="chase"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" 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 number="sing" 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 number="sing" 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.sing" obj="3.sing">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" 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 number="sing" 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.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" 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 number="sing" def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="chase"/>
+ <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for cat/noun/case/optionalAbout to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for chase/verb/ta/optional
Got PRES
About to call getSlotValue for chase/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
addaffixes:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="tr_pres" translation="The cat is chasing the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">|n|o|</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">|l|i|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">|d|ə|f|a|d|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">|n|o|</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number">|r|ə|t͡ʃ|iː|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |l|i|j|
#-> lij
### |l|i|j|
#-> lij
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |d|ə|f|a|d|
#-> dəfad
### |d|ə|f|a|d|
#-> dəfad
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o| |l|i|j||ə|p|ə| |d|ə|f|a|d||ə|s|ə| |n|o| |r|ə|t͡ʃ|iː|ɲ||ə|p|ə|
#-> no lijəpə dəfadəsə no rət͡ʃiːɲəpə
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">|n|o|</word>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">|l|i|j|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">|d|ə|f|a|d|</word>
- <thingy type="verbta" function="suffix" gloss="PRES">-</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">|n|o|</word>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number">|r|ə|t͡ʃ|iː|ɲ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lij</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">dəfad</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">rət͡ʃiːɲ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>no lijəpə dəfadəsə no rət͡ʃiːɲəpə</p>
+ <p>no lijəpə dəfadəsə no rət͡ʃiːɲəpə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>lij</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>dəfad</o>
+ <g>chase</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>rət͡ʃiːɲ</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### no lijəpə dəfadəsə no rət͡ʃiːɲəpə#-> no lijəpə dəfadəsə no rət͡ʃiːɲəpə
[no lijəpə dəfadəsə no rət͡ʃiːɲəpə] no the lij cat -əpə sing dəfad chase -əsə not.Q no the rət͡ʃiːɲ mouse -əpə sing “The cat is chasing the mouse.” | (20) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="catch"/> - </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" 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 number="sing" 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 number="sing" 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.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" 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 number="sing" 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.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" 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 number="sing" def="def" role="subj" tr="theme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <word posp="noun" gloss="cat" number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for cat/noun/case/optionalAbout to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for catch/verb/ta/optional
Got PAST
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
addaffixes:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</s>
</example>
flatten:
<example id="tr_past" translation="The cat caught the mouse."> - <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">|n|o|</word> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">|l|i|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|m|a|k|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">|n|o|</word> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number">|r|ə|t͡ʃ|iː|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |l|i|j|
#-> lij
### |l|i|j|
#-> lij
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |m|a|k|
#-> mak
### |m|a|k|
#-> mak
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o| |l|i|j||ə|p|ə| |m|a|k||ə|t͡ʃ||ə|s|ə| |n|o| |r|ə|t͡ʃ|iː|ɲ||ə|p|ə|
#-> no lijəpə makət͡ʃəsə no rət͡ʃiːɲəpə
removetags:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number">|n|o|</word>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number">|l|i|j|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|m|a|k|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number">|n|o|</word>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number">|r|ə|t͡ʃ|iː|ɲ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lij</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">mak</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">rət͡ʃiːɲ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>no lijəpə makət͡ʃəsə no rət͡ʃiːɲəpə</p>
+ <p>no lijəpə makət͡ʃəsə no rət͡ʃiːɲəpə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>lij</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>mak</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>rət͡ʃiːɲ</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### no lijəpə makət͡ʃəsə no rət͡ʃiːɲəpə#-> no lijəpə makət͡ʃəsə no rət͡ʃiːɲəpə
[no lijəpə makət͡ʃəsə no rət͡ʃiːɲəpə] no the lij cat -əpə sing mak catch -ət͡ʃ PAST -əsə not.Q no the rət͡ʃiːɲ mouse -əpə sing “The cat caught the mouse.” | (21) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="kill"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" 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" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger"/>
</np>
<np def="def" number="plur" locus="number">
- <word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
module conjp:
<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 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" number="plur">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="jaguar"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="tiger"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="lion"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<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 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" number="plur">
- <conjp conj="and">
- <np def="def" number="plur" locus="number">
+ <np def="def" number="plur" 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" number="plur" locus="number">
+ <np def="def" number="plur" 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" number="plur" locus="number">
+ <np def="def" number="plur" 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" number="sing" 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.sing" obj="3.plur">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" number="plur">
<np def="def" number="plur" 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" number="plur" 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" number="plur" 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" number="sing" 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.sing" obj="3.plur">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np role="obj" tr="rheme" number="plur">
<np def="def" number="plur" 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" number="plur" 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" number="plur" 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" number="sing" 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.sing" obj="3.plur">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
- <np role="obj" tr="rheme" number="plur">
<np def="def" number="plur" 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" number="plur" 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" number="plur" 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" number="sing" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" 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.sing" obj="3.plur">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" obj="3.plur"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
</np>
</s>
</example>
About to call getSlotValue for hunter/noun/case/optionalAbout to call getSlotValue for hunter/noun/number/obligatory
Got sing
About to call getSlotValue for kill/verb/ta/optional
Got PAST
About to call getSlotValue for kill/verb/question/obligatory
Got not.Q
About to call getSlotValue for jaguar/noun/case/optional
About to call getSlotValue for jaguar/noun/number/obligatory
Got plur
About to call getSlotValue for tiger/noun/case/optional
About to call getSlotValue for tiger/noun/number/obligatory
Got plur
About to call getSlotValue for lion/noun/case/optional
About to call getSlotValue for lion/noun/number/obligatory
Got plur
addaffixes:
<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 gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" role="obj" tr="rheme">
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/>
+ <thingy type="nounnumber" function="suffix" gloss="plur"/>
</np>
</s>
</example>
flatten:
<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"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" role="obj" tr="rheme"> <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/> <thingy type="nounnumber" function="suffix" gloss="plur"/> - </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" number="sing" tr="theme" role="subj" locus="number"/> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> - <word posp="conj" gloss="and"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme"/> - <thingy type="nounnumber" function="suffix" gloss="plur"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">|n|o|</word> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number">|f|ə|j|o|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">|p|e|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">|n|o|</word> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme">|ʋ|ə|b|iː|m|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy> + <word posp="conj" gloss="and">|h|e|</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">|n|o|</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme">|ɡ|ə|b|a|m|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy> + <word posp="conj" gloss="and">|h|e|</word> + <word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">|n|o|</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme">|ʋ|ə|d|i|s|</word> + <thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |f|ə|j|o|ɲ|
#-> fəjoɲ
### |f|ə|j|o|ɲ|
#-> fəjoɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |p|e|ɡ|
#-> peɡ
### |p|e|ɡ|
#-> peɡ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |ʋ|ə|b|iː|m|
#-> ʋəbiːm
### |ʋ|ə|b|iː|m|
#-> ʋəbiːm
### -|ə|t͡ʃ|ə|
#-> -ət͡ʃə
### -|ə|t͡ʃ|ə|
#-> -ət͡ʃə
### |h|e|
#-> he
### |h|e|
#-> he
### |n|o|
#-> no
### |n|o|
#-> no
### |ɡ|ə|b|a|m|
#-> ɡəbam
### |ɡ|ə|b|a|m|
#-> ɡəbam
### -|ə|t͡ʃ|ə|
#-> -ət͡ʃə
### -|ə|t͡ʃ|ə|
#-> -ət͡ʃə
### |h|e|
#-> he
### |h|e|
#-> he
### |n|o|
#-> no
### |n|o|
#-> no
### |ʋ|ə|d|i|s|
#-> ʋədis
### |ʋ|ə|d|i|s|
#-> ʋədis
### -|ə|t͡ʃ|ə|
#-> -ət͡ʃə
### -|ə|t͡ʃ|ə|
#-> -ət͡ʃə
### |n|o| |f|ə|j|o|ɲ||ə|p|ə| |p|e|ɡ||ə|t͡ʃ||ə|s|ə| |n|o| |ʋ|ə|b|iː|m||ə|t͡ʃ|ə| |h|e| |n|o| |ɡ|ə|b|a|m||ə|t͡ʃ|ə| |h|e| |n|o| |ʋ|ə|d|i|s||ə|t͡ʃ|ə|
#-> no fəjoɲəpə peɡət͡ʃəsə no ʋəbiːmət͡ʃə he no ɡəbamət͡ʃə he no ʋədisət͡ʃə
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">|n|o|</word>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number">|f|ə|j|o|ɲ|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">|p|e|ɡ|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">|n|o|</word>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" role="obj" tr="rheme">|ʋ|ə|b|iː|m|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy>
<word posp="conj" gloss="and">|h|e|</word>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">|n|o|</word>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" role="obj" tr="rheme">|ɡ|ə|b|a|m|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy>
<word posp="conj" gloss="and">|h|e|</word>
<word gloss="the" posp="det" def="def" number="plur" locus="number" role="obj" tr="rheme">|n|o|</word>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" role="obj" tr="rheme">|ʋ|ə|d|i|s|</word>
<thingy type="nounnumber" function="suffix" gloss="plur">-|ə|t͡ʃ|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">fəjoɲ</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">peɡ</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋəbiːm</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-ət͡ʃə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">he</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡəbam</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-ət͡ʃə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">he</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋədis</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-ət͡ʃə</span><br><span class="gls">plur</span></span></p>
+ <p>no fəjoɲəpə peɡət͡ʃəsə no ʋəbiːmət͡ʃə he no ɡəbamət͡ʃə he no ʋədisət͡ʃə</p>
+ <p>no fəjoɲəpə peɡət͡ʃəsə no ʋəbiːmət͡ʃə he no ɡəbamət͡ʃə he no ʋədisət͡ʃə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>fəjoɲ</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>peɡ</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʋəbiːm</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>-ət͡ʃə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>he</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɡəbam</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>-ət͡ʃə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>he</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʋədis</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>-ət͡ʃə</o>
+ <g>plur</g>
+ </w>
+ </il>
</example>
### no fəjoɲəpə peɡət͡ʃəsə no ʋəbiːmət͡ʃə he no ɡəbamət͡ʃə he no ʋədisət͡ʃə#-> no fəjoɲəpə peɡət͡ʃəsə no ʋəbiːmət͡ʃə he no ɡəbamət͡ʃə he no ʋədisət͡ʃə
[no fəjoɲəpə peɡət͡ʃəsə no ʋəbiːmət͡ʃə he no ɡəbamət͡ʃə he no ʋədisət͡ʃə] no the fəjoɲ hunter -əpə sing peɡ kill -ət͡ʃ PAST -əsə not.Q no the ʋəbiːm jaguar -ət͡ʃə plur he and no the ɡəbam tiger -ət͡ʃə plur he and no the ʋədis lion -ət͡ʃə plur “The hunter killed the jaguars, the tigers and the lions.” | (22) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Dang 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
Dang 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.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp1" translation="I patted the cat."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp1" translation="I patted the cat.">
<s>
<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"/>
+ <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 number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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 gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> <np def="def" number="sing" 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 number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> <word posp="verb" gloss="pat"/> </vp> <np def="def" number="sing" 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.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/ta/optionalGot PAST
About to call getSlotValue for pat/verb/question/obligatory
Got not.Q
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for cat/noun/number/obligatory
Got sing
addaffixes:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</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.sing" obj="3.sing"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">|h|ə|h|ai|ŋ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">|n|o|</word> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number">|l|i|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |h|ə|h|ai|ŋ|#-> həhaiŋ
### |h|ə|h|ai|ŋ|
#-> həhaiŋ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |l|i|j|
#-> lij
### |l|i|j|
#-> lij
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |h|ə|h|ai|ŋ||ə|t͡ʃ||ə|s|ə| |n|o| |l|i|j||ə|p|ə|
#-> həhaiŋət͡ʃəsə no lijəpə
removetags:
<example id="relp1" translation="I patted the cat."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">|h|ə|h|ai|ŋ|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number">|n|o|</word> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number">|l|i|j|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> + <p><span class="ilpair"><span class="mor">həhaiŋ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lij</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p> + <p>həhaiŋət͡ʃəsə no lijəpə</p> + <p>həhaiŋət͡ʃəsə no lijəpə</p> + <il> + <w> + <o>həhaiŋ</o> + <g>pat</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>lij</o> + <g>cat</g> + </w> + <w> + <o>-əpə</o> + <g>sing</g> + </w> + </il> </example>### həhaiŋət͡ʃəsə no lijəpə
#-> həhaiŋət͡ʃəsə no lijəpə
[həhaiŋət͡ʃəsə no lijəpə] həhaiŋ pat -ət͡ʃ PAST -əsə not.Q no the lij cat -əpə sing “I patted the cat.” | (23) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module 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.
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<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" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<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"/>
+ <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 number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<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 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 number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <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 number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" 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.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
</np>
</relp>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/ta/optionalGot PAST
About to call getSlotValue for pat/verb/question/obligatory
Got not.Q
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for RELPRON/pron/number/optional
Got sing
About to call getSlotValue for catch/verb/ta/optional
Got PAST
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
addaffixes:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</relp>
</np>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" number="sing" role="obj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number"/> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" comma="after"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </relp> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" comma="after"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|h|ə|h|ai|ŋ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|l|i|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|m|a|k|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">|n|o|</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" comma="after">|r|ə|t͡ʃ|iː|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |h|ə|h|ai|ŋ|#-> həhaiŋ
### |h|ə|h|ai|ŋ|
#-> həhaiŋ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |l|i|j|
#-> lij
### |l|i|j|
#-> lij
### -|ə|p|ə|,
#-> -əpə,
### -|ə|p|ə|,
#-> -əpə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### |m|a|k|
#-> mak
### |m|a|k|
#-> mak
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |h|ə|h|ai|ŋ||ə|t͡ʃ||ə|s|ə| |n|o| |l|i|j||ə|p|ə|, |j|a| |m|a|k||ə|t͡ʃ||ə|s|ə| |n|o| |r|ə|t͡ʃ|iː|ɲ||ə|p|ə|
#-> həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|h|ə|h|ai|ŋ|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|l|i|j|</word> - <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|,</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|m|a|k|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">|n|o|</word> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" comma="after">|r|ə|t͡ʃ|iː|ɲ|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> + <p><span class="ilpair"><span class="mor">həhaiŋ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lij</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əpə,</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">mak</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">rət͡ʃiːɲ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p> + <p>həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə</p> + <p>həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə</p> + <il> + <w> + <o>həhaiŋ</o> + <g>pat</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>lij</o> + <g>cat</g> + </w> + <w> + <o>-əpə,</o> + <g>sing</g> + </w> + <w> + <o>ja</o> + <g>RELPRON</g> + </w> + <w> + <o>mak</o> + <g>catch</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>rət͡ʃiːɲ</o> + <g>mouse</g> + </w> + <w> + <o>-əpə</o> + <g>sing</g> + </w> + </il> </example>### həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə
#-> həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə
[həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə] həhaiŋ pat -ət͡ʃ PAST -əsə not.Q no the lij cat -əpə, sing ja RELPRON mak catch -ət͡ʃ PAST -əsə not.Q no the rət͡ʃiːɲ mouse -əpə sing “I patted the cat that caught the mouse.” | (24) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module 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.
tva1tva2
tva1
tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<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" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<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"/>
+ <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 number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<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 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 number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <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 number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number"> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" 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.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" 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.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" 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.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/ta/optionalGot PAST
About to call getSlotValue for pat/verb/question/obligatory
Got not.Q
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for RELPRON/pron/number/optional
Got sing
About to call getSlotValue for catch/verb/ta/optional
Got PAST
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for RELPRON/pron/number/optional
Got sing
About to call getSlotValue for eat/verb/ta/optional
Got PAST
About to call getSlotValue for eat/verb/question/obligatory
Got not.Q
About to call getSlotValue for cheese/noun/case/optional
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
addaffixes:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" role="obj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" number="sing" role="obj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number"/> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" comma="after"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - </relp> - </np> - </relp> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" comma="after"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|h|ə|h|ai|ŋ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|l|i|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|m|a|k|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|r|ə|t͡ʃ|iː|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|ai|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">|n|o|</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" comma="after">|ʋ|ə|b|o|ʋ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |h|ə|h|ai|ŋ|#-> həhaiŋ
### |h|ə|h|ai|ŋ|
#-> həhaiŋ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |l|i|j|
#-> lij
### |l|i|j|
#-> lij
### -|ə|p|ə|,
#-> -əpə,
### -|ə|p|ə|,
#-> -əpə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### |m|a|k|
#-> mak
### |m|a|k|
#-> mak
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### -|ə|p|ə|,
#-> -əpə,
### -|ə|p|ə|,
#-> -əpə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### |p|ai|ɡ|
#-> paiɡ
### |p|ai|ɡ|
#-> paiɡ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |ʋ|ə|b|o|ʋ|
#-> ʋəboʋ
### |ʋ|ə|b|o|ʋ|
#-> ʋəboʋ
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |h|ə|h|ai|ŋ||ə|t͡ʃ||ə|s|ə| |n|o| |l|i|j||ə|p|ə|, |j|a| |m|a|k||ə|t͡ʃ||ə|s|ə| |n|o| |r|ə|t͡ʃ|iː|ɲ||ə|p|ə|, |j|a| |p|ai|ɡ||ə|t͡ʃ||ə|s|ə| |n|o| |ʋ|ə|b|o|ʋ||ə|p|ə|
#-> həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|h|ə|h|ai|ŋ|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|l|i|j|</word> - <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|,</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|m|a|k|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|r|ə|t͡ʃ|iː|ɲ|</word> - <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|,</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">|p|ai|ɡ|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number">|n|o|</word> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" comma="after">|ʋ|ə|b|o|ʋ|</word> <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> + <p><span class="ilpair"><span class="mor">həhaiŋ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lij</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əpə,</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">mak</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">rət͡ʃiːɲ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-əpə,</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">paiɡ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋəboʋ</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p> + <p>həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə</p> + <p>həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə</p> + <il> + <w> + <o>həhaiŋ</o> + <g>pat</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>lij</o> + <g>cat</g> + </w> + <w> + <o>-əpə,</o> + <g>sing</g> + </w> + <w> + <o>ja</o> + <g>RELPRON</g> + </w> + <w> + <o>mak</o> + <g>catch</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>rət͡ʃiːɲ</o> + <g>mouse</g> + </w> + <w> + <o>-əpə,</o> + <g>sing</g> + </w> + <w> + <o>ja</o> + <g>RELPRON</g> + </w> + <w> + <o>paiɡ</o> + <g>eat</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>ʋəboʋ</o> + <g>cheese</g> + </w> + <w> + <o>-əpə</o> + <g>sing</g> + </w> + </il> </example>### həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə
#-> həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə
[həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə] həhaiŋ pat -ət͡ʃ PAST -əsə not.Q no the lij cat -əpə, sing ja RELPRON mak catch -ət͡ʃ PAST -əsə not.Q no the rət͡ʃiːɲ mouse -əpə, sing ja RELPRON paiɡ eat -ət͡ʃ PAST -əsə not.Q no the ʋəboʋ cheese -əpə sing “I patted the cat that caught the mouse that ate the cheese.” | (25) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module 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.
tva1tva2
tva1
tva2
tva1
tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="pat"/> - </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<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" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before">
<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 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 number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before">
<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"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
copyuptophrase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </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.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="obj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
prodrop:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> - </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> <word posp="verb" gloss="pat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cat"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="mouse"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np id="parent" number="sing"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det"/> <word posp="noun" gloss="cheese"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="obj" comma="before"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cat"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="mouse"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="cheese"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="buy"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" 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.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" 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.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" 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.sing" subj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
About to call getSlotValue for pat/verb/ta/optionalGot PAST
About to call getSlotValue for pat/verb/question/obligatory
Got not.Q
About to call getSlotValue for cat/noun/case/optional
About to call getSlotValue for cat/noun/number/obligatory
Got sing
About to call getSlotValue for RELPRON/pron/number/optional
Got sing
About to call getSlotValue for catch/verb/ta/optional
Got PAST
About to call getSlotValue for catch/verb/question/obligatory
Got not.Q
About to call getSlotValue for mouse/noun/case/optional
About to call getSlotValue for mouse/noun/number/obligatory
Got sing
About to call getSlotValue for RELPRON/pron/number/optional
Got sing
About to call getSlotValue for eat/verb/ta/optional
Got PAST
About to call getSlotValue for eat/verb/question/obligatory
Got not.Q
About to call getSlotValue for cheese/noun/case/optional
About to call getSlotValue for cheese/noun/number/obligatory
Got sing
About to call getSlotValue for RELPRON/pron/number/optional
Got sing
About to call getSlotValue for buy/verb/ta/optional
Got PAST
About to call getSlotValue for buy/verb/question/obligatory
Got not.Q
About to call getSlotValue for 1excl.sing/pron/number/optional
Got sing
addaffixes:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="obj" comma="before"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" comma="after"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - </relp> - </np> - </relp> - </np> - </relp> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" comma="after"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|h|ə|h|ai|ŋ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|l|i|j|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|m|a|k|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|r|ə|t͡ʃ|iː|ɲ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|p|ai|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp">|ʋ|ə|b|o|ʋ|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before">|j|a|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|b|iː|r|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" comma="after">|d|uː|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> </flat> </example>
vowelharmony: No change.
### |h|ə|h|ai|ŋ|#-> həhaiŋ
### |h|ə|h|ai|ŋ|
#-> həhaiŋ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |l|i|j|
#-> lij
### |l|i|j|
#-> lij
### -|ə|p|ə|,
#-> -əpə,
### -|ə|p|ə|,
#-> -əpə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### |m|a|k|
#-> mak
### |m|a|k|
#-> mak
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### |r|ə|t͡ʃ|iː|ɲ|
#-> rət͡ʃiːɲ
### -|ə|p|ə|,
#-> -əpə,
### -|ə|p|ə|,
#-> -əpə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### |p|ai|ɡ|
#-> paiɡ
### |p|ai|ɡ|
#-> paiɡ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |ʋ|ə|b|o|ʋ|
#-> ʋəboʋ
### |ʋ|ə|b|o|ʋ|
#-> ʋəboʋ
### -|ə|p|ə|,
#-> -əpə,
### -|ə|p|ə|,
#-> -əpə,
### |j|a|
#-> ja
### |j|a|
#-> ja
### |b|iː|r|
#-> biːr
### |b|iː|r|
#-> biːr
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |d|uː|
#-> duː
### |d|uː|
#-> duː
### |h|ə|h|ai|ŋ||ə|t͡ʃ||ə|s|ə| |n|o| |l|i|j||ə|p|ə|, |j|a| |m|a|k||ə|t͡ʃ||ə|s|ə| |n|o| |r|ə|t͡ʃ|iː|ɲ||ə|p|ə|, |j|a| |p|ai|ɡ||ə|t͡ʃ||ə|s|ə| |n|o| |ʋ|ə|b|o|ʋ||ə|p|ə|, |j|a| |b|iː|r||ə|t͡ʃ||ə|s|ə| |d|uː|
#-> həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə, ja biːrət͡ʃəsə duː
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|h|ə|h|ai|ŋ|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp">|l|i|j|</word> - <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|,</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|m|a|k|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp">|r|ə|t͡ʃ|iː|ɲ|</word> - <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|,</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before">|j|a|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|p|ai|ɡ|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp">|n|o|</word> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp">|ʋ|ə|b|o|ʋ|</word> - <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|,</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before">|j|a|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> - <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">|b|iː|r|</word> <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> - <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> - <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" comma="after">|d|uː|</word> - <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> </flat> + <p><span class="ilpair"><span class="mor">həhaiŋ</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">lij</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əpə,</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">mak</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">rət͡ʃiːɲ</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-əpə,</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">paiɡ</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋəboʋ</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-əpə,</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ja</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">biːr</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">duː</span><br><span class="gls">1excl.sing</span></span></p> + <p>həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə, ja biːrət͡ʃəsə duː</p> + <p>həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə, ja biːrət͡ʃəsə duː</p> + <il> + <w> + <o>həhaiŋ</o> + <g>pat</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>lij</o> + <g>cat</g> + </w> + <w> + <o>-əpə,</o> + <g>sing</g> + </w> + <w> + <o>ja</o> + <g>RELPRON</g> + </w> + <w> + <o>mak</o> + <g>catch</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>rət͡ʃiːɲ</o> + <g>mouse</g> + </w> + <w> + <o>-əpə,</o> + <g>sing</g> + </w> + <w> + <o>ja</o> + <g>RELPRON</g> + </w> + <w> + <o>paiɡ</o> + <g>eat</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>no</o> + <g>the</g> + </w> + <w> + <o>ʋəboʋ</o> + <g>cheese</g> + </w> + <w> + <o>-əpə,</o> + <g>sing</g> + </w> + <w> + <o>ja</o> + <g>RELPRON</g> + </w> + <w> + <o>biːr</o> + <g>buy</g> + </w> + <w> + <o>-ət͡ʃ</o> + <g>PAST</g> + </w> + <w> + <o>-əsə</o> + <g>not.Q</g> + </w> + <w> + <o>duː</o> + <g>1excl.sing</g> + </w> + </il> </example>### həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə, ja biːrət͡ʃəsə duː
#-> həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə, ja biːrət͡ʃəsə duː
[həhaiŋət͡ʃəsə no lijəpə, ja makət͡ʃəsə no rət͡ʃiːɲəpə, ja paiɡət͡ʃəsə no ʋəboʋəpə, ja biːrət͡ʃəsə duː] həhaiŋ pat -ət͡ʃ PAST -əsə not.Q no the lij cat -əpə, sing ja RELPRON mak catch -ət͡ʃ PAST -əsə not.Q no the rət͡ʃiːɲ mouse -əpə, sing ja RELPRON paiɡ eat -ət͡ʃ PAST -əsə not.Q no the ʋəboʋ cheese -əpə, sing ja RELPRON biːr buy -ət͡ʃ PAST -əsə not.Q duː 1excl.sing “I patted the cat that caught the mouse that ate the cheese that I bought.” | (26) |
Complementation Strategies
Dang 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>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="surprise"/> - </vp> <np role="subj"> <subs> - <word gloss="COMP" posp="pp"/> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> - <word posp="verb" gloss="give"/> - </vp> <np number="sing" def="def" head="this" role="subj" locus="number"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> - <word posp="noun" gloss="apple"/> - </np> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<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"/>
+ <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 number="sing" 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 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"/>
+ <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" number="sing">
<subs>
<np number="sing" 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.sing" indobj="3.sing" obj="3.sing">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</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">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
<word posp="verb" gloss="surprise"/>
</vp>
<np number="sing" 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" number="sing">
<subs>
<np number="sing" 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.sing" indobj="3.sing" obj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="give"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</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" subj="3.sing" indobj="3.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="surprise"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" 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" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/>
+ <word posp="noun" gloss="boy" number="sing" 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.sing" indobj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" indobj="3.sing" obj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
</np>
<np number="sing" role="obj" locus="number">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="subj" number="sing"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" indobj="3.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="teacher"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/>
</np>
</s>
</example>
About to call getSlotValue for boy/noun/case/optionalAbout to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for give/verb/ta/optional
Got PAST
About to call getSlotValue for give/verb/question/obligatory
Got not.Q
About to call getSlotValue for girl/noun/case/optional
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for apple/noun/case/optional
About to call getSlotValue for apple/noun/number/obligatory
Got sing
About to call getSlotValue for surprise/verb/ta/optional
Got PAST
About to call getSlotValue for surprise/verb/question/obligatory
Got not.Q
About to call getSlotValue for teacher/noun/case/optional
About to call getSlotValue for teacher/noun/number/obligatory
Got sing
addaffixes:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" number="sing">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np number="sing" role="obj" locus="number">
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<word gloss="COMP" posp="pp" role="subj" number="sing"/>
</subs>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number">
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</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" number="sing"> - <subs> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <flat> <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number"/> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np number="sing" role="obj" locus="number"> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> <word gloss="COMP" posp="pp" role="subj" number="sing"/> - </subs> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="def" role="indobj" locus="number"> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </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" number="sing" def="def" head="this" role="subj" locus="number"/> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word gloss="COMP" posp="pp" role="subj" number="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number">|n|o|</word> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number">|ɡ|a|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">|r|oː|s|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number">|n|o|</word> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number">|p|a|r|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number">|s|ə|k|ai|d|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word gloss="COMP" posp="pp" role="subj" number="sing">|s|ə|f|u|</word> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">|t|ə|b|u|m|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number">|n|o|</word> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number">|l|ə|s|o|b|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |ɡ|a|p|
#-> ɡap
### |ɡ|a|p|
#-> ɡap
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |r|oː|s|
#-> roːs
### |r|oː|s|
#-> roːs
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |p|a|r|
#-> par
### |p|a|r|
#-> par
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |s|ə|k|ai|d|
#-> səkaid
### |s|ə|k|ai|d|
#-> səkaid
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |s|ə|f|u|
#-> səfu
### |s|ə|f|u|
#-> səfu
### |t|ə|b|u|m|
#-> təbum
### |t|ə|b|u|m|
#-> təbum
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |l|ə|s|o|b|
#-> ləsob
### |l|ə|s|o|b|
#-> ləsob
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |n|o| |ɡ|a|p||ə|p|ə| |r|oː|s||ə|t͡ʃ||ə|s|ə| |n|o| |p|a|r||ə|p|ə| |s|ə|k|ai|d||ə|p|ə| |s|ə|f|u| |t|ə|b|u|m||ə|t͡ʃ||ə|s|ə| |n|o| |l|ə|s|o|b||ə|p|ə|
#-> no ɡapəpə roːsət͡ʃəsə no parəpə səkaidəpə səfu təbumət͡ʃəsə no ləsobəpə
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number">|n|o|</word>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number">|ɡ|a|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="give" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">|r|oː|s|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number">|n|o|</word>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number">|p|a|r|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number">|s|ə|k|ai|d|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word gloss="COMP" posp="pp" role="subj" number="sing">|s|ə|f|u|</word>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="surprise" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing">|t|ə|b|u|m|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number">|n|o|</word>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number">|l|ə|s|o|b|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡap</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">roːs</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">par</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">səkaid</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">səfu</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">təbum</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ləsob</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span></p>
+ <p>no ɡapəpə roːsət͡ʃəsə no parəpə səkaidəpə səfu təbumət͡ʃəsə no ləsobəpə</p>
+ <p>no ɡapəpə roːsət͡ʃəsə no parəpə səkaidəpə səfu təbumət͡ʃəsə no ləsobəpə</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɡap</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>roːs</o>
+ <g>give</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>par</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>səkaid</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>səfu</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>təbum</o>
+ <g>surprise</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ləsob</o>
+ <g>teacher</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ </il>
</example>
### no ɡapəpə roːsət͡ʃəsə no parəpə səkaidəpə səfu təbumət͡ʃəsə no ləsobəpə#-> no ɡapəpə roːsət͡ʃəsə no parəpə səkaidəpə səfu təbumət͡ʃəsə no ləsobəpə
[no ɡapəpə roːsət͡ʃəsə no parəpə səkaidəpə səfu təbumət͡ʃəsə no ləsobəpə] no the ɡap boy -əpə sing roːs give -ət͡ʃ PAST -əsə not.Q no the par girl -əpə sing səkaid apple -əpə sing səfu COMP təbum surprise -ət͡ʃ PAST -əsə not.Q no the ləsob teacher -əpə sing “It surprised the teacher that the boy had given the girl an apple.” | (27) |
Quotes
Dang 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>
tva1tva2
tva1
tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> + <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: No change.
createpronouns: No change.
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" 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" number="sing" 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" 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 conjp: No change.
flattenconjp: No change.
fixpronouns:
<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 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" number="sing" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number">
- <word person="1excl" number="sing" posp="pron"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing"/>
</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" number="sing" 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.sing" indobj="3.sing" obj="1excl.sing">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
- <np role="obj" tr="rheme" number="sing">
+ <np role="obj" tr="rheme" number="sing" person="1excl">
<subs>
- <np number="sing" def="neither" role="subj" locus="number">
+ <np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</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.sing" obj="2.sing">
<word posp="verb" gloss="love"/>
</vp>
- <np number="sing" def="neither" role="obj" locus="number">
+ <np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</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" number="sing" 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.sing" indobj="3.sing" obj="1excl.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="tell"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det"/>
<word posp="noun" gloss="girl"/>
</np>
<np role="obj" tr="rheme" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
+ <thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
</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" number="sing" tr="theme" role="subj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" 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.sing" indobj="3.sing" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" indobj="3.sing" obj="1excl.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
- <word gloss="the" posp="det"/>
- <word posp="noun" gloss="girl"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
</np>
<np role="obj" tr="rheme" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
- <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
- <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.sing" obj="2.sing"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
- <word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" tr="rheme" number="sing" person="1excl"/>
</subs>
</np>
</s>
</example>
About to call getSlotValue for boy/noun/case/optionalAbout to call getSlotValue for boy/noun/number/obligatory
Got sing
About to call getSlotValue for tell/verb/ta/optional
Got PAST
About to call getSlotValue for tell/verb/question/obligatory
Got not.Q
About to call getSlotValue for girl/noun/case/optional
About to call getSlotValue for girl/noun/number/obligatory
Got sing
About to call getSlotValue for 1excl.sing/pron/number/optional
Got sing
About to call getSlotValue for love/verb/ta/optional
Got PRES
About to call getSlotValue for love/verb/question/obligatory
Got not.Q
About to call getSlotValue for 2.sing/pron/number/optional
Got sing
addaffixes:
<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 gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PAST"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number">
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/>
+ <thingy type="nounnumber" function="suffix" gloss="sing"/>
</np>
<np role="obj" tr="rheme" number="sing" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
<thingy type="vpnegation" function="proclitic" gloss="POS"/>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
+ <thingy type="verbta" function="suffix" gloss="PRES"/>
+ <thingy type="verbquestion" function="suffix" gloss="not.Q"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/>
+ <thingy type="pronnumber" function="suffix" gloss="sing"/>
</np>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" number="sing" person="1excl"/>
</subs>
</np>
</s>
</example>
flatten:
<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"> + <flat> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number"/> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/> <thingy type="verbta" function="suffix" gloss="PAST"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/> <thingy type="nounnumber" function="suffix" gloss="sing"/> - </np> - <np role="obj" tr="rheme" number="sing" person="1excl"> - <subs> - <np number="sing" def="neither" role="subj" locus="number" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"> <thingy type="vpnegation" function="proclitic" gloss="POS"/> <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> <thingy type="verbta" function="suffix" gloss="PRES"/> <thingy type="verbquestion" function="suffix" gloss="not.Q"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> <thingy type="pronnumber" function="suffix" gloss="sing"/> - </np> <word gloss="COMP" posp="pp" role="obj" tr="rheme" number="sing" 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" number="sing" tr="theme" role="subj" locus="number"/> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing"/> - <thingy type="verbta" function="suffix" gloss="PAST"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number"/> - <thingy type="nounnumber" function="suffix" gloss="sing"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <thingy type="vpnegation" function="proclitic" gloss="POS"/> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> - <thingy type="verbta" function="suffix" gloss="PRES"/> - <thingy type="verbquestion" function="suffix" gloss="not.Q"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number"/> - <thingy type="pronnumber" function="suffix" gloss="sing"/> - <word gloss="COMP" posp="pp" role="obj" tr="rheme" number="sing" person="1excl"/> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">|n|o|</word> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number">|ɡ|a|p|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">|ʋ|u|ŋ|</word> + <thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number">|n|o|</word> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number">|p|a|r|</word> + <thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number">|d|uː|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">|ɲ|a|ɡ|</word> + <thingy type="verbta" function="suffix" gloss="PRES">-</thingy> + <thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">|m|u|</word> + <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy> + <word gloss="COMP" posp="pp" role="obj" tr="rheme" number="sing" person="1excl">|s|ə|f|u|</word> </flat> </example>
vowelharmony: No change.
### |n|o|#-> no
### |n|o|
#-> no
### |ɡ|a|p|
#-> ɡap
### |ɡ|a|p|
#-> ɡap
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |ʋ|u|ŋ|
#-> ʋuŋ
### |ʋ|u|ŋ|
#-> ʋuŋ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|t͡ʃ|
#-> -ət͡ʃ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |n|o|
#-> no
### |n|o|
#-> no
### |p|a|r|
#-> par
### |p|a|r|
#-> par
### -|ə|p|ə|
#-> -əpə
### -|ə|p|ə|
#-> -əpə
### |d|uː|
#-> duː
### |d|uː|
#-> duː
### |ɲ|a|ɡ|
#-> ɲaɡ
### |ɲ|a|ɡ|
#-> ɲaɡ
### -|ə|s|ə|
#-> -əsə
### -|ə|s|ə|
#-> -əsə
### |m|u|
#-> mu
### |m|u|
#-> mu
### |s|ə|f|u|
#-> səfu
### |s|ə|f|u|
#-> səfu
### |n|o| |ɡ|a|p||ə|p|ə| |ʋ|u|ŋ||ə|t͡ʃ||ə|s|ə| |n|o| |p|a|r||ə|p|ə| |d|uː| |ɲ|a|ɡ||ə|s|ə| |m|u| |s|ə|f|u|
#-> no ɡapəpə ʋuŋət͡ʃəsə no parəpə duː ɲaɡəsə mu səfu
removetags:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number">|n|o|</word>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number">|ɡ|a|p|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="tell" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">|ʋ|u|ŋ|</word>
<thingy type="verbta" function="suffix" gloss="PAST">-|ə|t͡ʃ|</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number">|n|o|</word>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number">|p|a|r|</word>
<thingy type="nounnumber" function="suffix" gloss="sing">-|ə|p|ə|</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number">|d|uː|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
- <thingy type="vpnegation" function="proclitic" gloss="POS">-</thingy>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">|ɲ|a|ɡ|</word>
- <thingy type="verbta" function="suffix" gloss="PRES">-</thingy>
<thingy type="verbquestion" function="suffix" gloss="not.Q">-|ə|s|ə|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number">|m|u|</word>
- <thingy type="pronnumber" function="suffix" gloss="sing">-</thingy>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" number="sing" person="1excl">|s|ə|f|u|</word>
</flat>
+ <p><span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡap</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">ʋuŋ</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">-ət͡ʃ</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">no</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">par</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-əpə</span><br><span class="gls">sing</span></span> <span class="ilpair"><span class="mor">duː</span><br><span class="gls">1excl.sing</span></span> <span class="ilpair"><span class="mor">ɲaɡ</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">-əsə</span><br><span class="gls">not.Q</span></span> <span class="ilpair"><span class="mor">mu</span><br><span class="gls">2.sing</span></span> <span class="ilpair"><span class="mor">səfu</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p>
+ <p>no ɡapəpə ʋuŋət͡ʃəsə no parəpə duː ɲaɡəsə mu səfu</p>
+ <p>no ɡapəpə ʋuŋət͡ʃəsə no parəpə duː ɲaɡəsə mu səfu</p>
+ <il>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɡap</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>ʋuŋ</o>
+ <g>tell</g>
+ </w>
+ <w>
+ <o>-ət͡ʃ</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>no</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>par</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-əpə</o>
+ <g>sing</g>
+ </w>
+ <w>
+ <o>duː</o>
+ <g>1excl.sing</g>
+ </w>
+ <w>
+ <o>ɲaɡ</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>-əsə</o>
+ <g>not.Q</g>
+ </w>
+ <w>
+ <o>mu</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>səfu</o>
+ <g>COMP</g>
+ </w>
+ </il>
</example>
### no ɡapəpə ʋuŋət͡ʃəsə no parəpə duː ɲaɡəsə mu səfu#-> no ɡapəpə ʋuŋət͡ʃəsə no parəpə duː ɲaɡəsə mu səfu
[no ɡapəpə ʋuŋət͡ʃəsə no parəpə duː ɲaɡəsə mu səfu] no the ɡap boy -əpə sing ʋuŋ tell -ət͡ʃ PAST -əsə not.Q no the par girl -əpə sing duː 1excl.sing ɲaɡ love -əsə not.Q mu 2.sing səfu COMP “The boy told the girl that he loved her.” | (28) |
How to cite this grammar
Language Creator. 2026. A Grammar of Dang. Generated by the Language Creator, version 0.91, on 11 June 2026. https://languagecreator.org/grammar/3ZES8
In BibTeX format:
@misc{LC-3ZES8,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Dang}},
howpublished = {\url{https://languagecreator.org/grammar/3ZES8}},
note = {Generated by the Language Creator, version 0.91, on 11 June 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Dang / Dang–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/3ZES8
Behind the scenes, the Language Creator stores the generated language in a JSON-based format known as ELD. The corresponding ELD file may be downloaded, edited as required, and reuploaded in order to regenerate the grammar, dictionary and texts.
Language creation took 0.04 seconds; writing the grammar 0.05 seconds.