A Grammar of Kb
Introduction
Scope and Purpose
This grammar provides a systematic description of the Kb language (the 316th 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 Kb.
Typological Profile
It has not just singular and plural, but also dual, and a small but genuine set of click consonants.Phonology
Phoneme Inventory
Consonants
Kb has a moderately large consonant inventory, with 26 phonemes.
It has an exceptionally large and contrastive labial series, a modest (but clearly contrastive) set of labialised consonants, a modest set of implosive stops and a small but genuine set of click consonants.The table below presents the full inventory of consonant phonemes in Kb. The chart lists all places and manners of articulation attested in the language.
| labial | dental | alveolar | postalveolar | lateral | palatal | velar | lab. velar | glottal | |
|---|---|---|---|---|---|---|---|---|---|
| stop | p b | d t | k ɡ | kʷ ɡʷ | |||||
| nasal | m | n | ɲ | ŋ | ŋʷ | ||||
| fricative | f | s | ʃ | h | |||||
| approximant | ʋ | l | j | ||||||
| affricate | t͡ʃ | ||||||||
| implosive | ɓ | ɗ | |||||||
| click | ᵏǀ | ||||||||
| click, nasal | ᵑǀ |
Vowels
Kb has 6 vowel qualities. This places it within the broadly common range of mid-sized vowel inventories. The vowel chart shows the full set of contrasts employed in the language’s phonology.
It has a vertical vowel system in which backness distinctions are largely absent, a triangular vowel system with few low vowels and an unusually fine-grained height system distinguishing four levels.The table below presents the full inventory of vowel phonemes in Kb. The system comprises the distinct vowel qualities listed in the chart.
| central | |
|---|---|
| close-mid | ɘ |
| mid | ə |
| open-mid | ɜ |
| open | a |
Stress and Tones
Kb has neither phonemic stress nor lexical tone. Prosodic prominence and pitch variation are determined by pragmatic and discourse factors rather than by lexical contrasts.
Phonological Processes
Vowel Harmony
The language employs vowel harmony. To be specific, the following vowels change to match the first vowel of the root: /ɨ/ becomes /ɘ/, /a/ becomes /ɜ/.
Writing System
Introduction
Kb is normally written using the Cyrillic alphabet, a script with a long and varied history across Eastern Europe and northern Asia. In this grammar, phonetic transcriptions in the International Phonetic Alphabet (IPA) are also used to give an unambiguous representation of sound.
The conventions adopted here follow standard Cyrillic practice for the language where that exists; where they do not, the IPA transcription should be taken as authoritative.
Orthography
Here are the various components of the orthography:
Simple letters
| а /a/ | б /b/ | б̱ /ɓ/ | в /ʋ/ |
| г /h/ | д /d/ | д̱ /ɗ/ | к /k/ |
| л /l/ | м /m/ | н /n/ | п /p/ |
| с /s/ | т /t/ | ф /f/ | ч /t͡ʃ/ |
| ш /ʃ/ | ю /ɜː/ | ј /j/ | њ /ɲ/ |
| ґ /ɡ/ | ҭ̇ /ə/ | ұ /ɘ/ | ӈ /ŋ/ |
| ө /ɘː/ | ԉ /ɜ/ |
Multi-letter combinations such as digraphs
| аа /aː/ | ай /ai/ | аў /au/ |
| кв /kʷ/ | ҁн /ᵑǀ/ | ҁт /ᵏǀ/ |
| ґв /ɡʷ/ | ӈв /ŋʷ/ |
Word Classes and Morphology
Number and Gender
Number
Kb distinguishes singular, dual and plural.
Gender
Kb does not have genders or noun classes.
The Nominal Phrase
Nominal phrases in Kb 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" owner="3s"/>
<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" owner="3s"/> <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:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number"> + <np role="subj" number="sing" def="def" locus="number" case="ACT"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s"/> <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"> + <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA"> <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 markowner: 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" case="ACT">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<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" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp tam="pres-state" ta="PRES">
<word lexposp="adj" posp="verb" gloss="blind"/>
</vp>
</relp>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <s> - <np role="subj" number="sing" def="def" locus="number" case="ACT"> + <np role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"> <word posp="noun" gloss="woman"/> <word gloss="the" posp="det"/> <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s"/> - <np number="sing" def="def" locus="number"> + <np number="sing" def="def" locus="number" possessor="no.owner"> <word posp="noun" gloss="knife"/> <word gloss="the" posp="det"/> </np> </pp> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" locus="number" id="parent" number="plur"> - <np role="obj" number="plur" id="headnp" tr="rheme"> + <np def="def" locus="number" id="parent" number="plur" possessor="no.owner"> + <np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"> <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" case="STA"> + <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner"> <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 ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<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" case="STA" possessor="no.owner">
<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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" id="parent" number="plur" possessor="no.owner">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<s>
<np role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="woman"/>
<word gloss="the" posp="det"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="knife"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np def="def" locus="number" id="parent" number="plur" possessor="no.owner">
+ <np def="def" locus="number" id="parent" number="plur" possessor="no.owner" case="ACT">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word posp="num" gloss="three"/>
<word posp="det" gloss="yon"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-state" ta="PRES" subj="3.plur">
<word lexposp="adj" posp="verb" gloss="blind"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
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" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="woman"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"/>
<pp role="comitative">
- <word gloss="COMIT" posp="pp" owner="3s"/>
+ <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
<np number="sing" def="def" locus="number" possessor="no.owner">
- <word posp="noun" gloss="knife"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" id="parent" number="plur" possessor="no.owner" case="ACT">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word posp="num" gloss="three"/>
- <word posp="det" gloss="yon"/>
+ <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/>
+ <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/>
+ <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for woman/noun/case/obligatoryGot ACT
About to call getSlotValue for knife/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for mouse/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"/>
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s" role="comitative"/>
<np number="sing" def="def" locus="number" possessor="no.owner">
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" locus="number" id="parent" number="plur" possessor="no.owner" case="ACT">
<np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">
<word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/>
<word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="vpta" function="enclitic" gloss="PRES"/>
</vp>
</relp>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"/> - <pp role="comitative"> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <np number="sing" def="def" locus="number" possessor="no.owner"> <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" locus="number" id="parent" number="plur" possessor="no.owner" case="ACT"> - <np role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"> <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="vpta" function="enclitic" gloss="PRES"/> - </vp> - </relp> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="nomphr" translation="The woman with the knife caught those three blind mice."> <flat> - <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner"/> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> - <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner">|h|au|t|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">|l|a|ɡ|a|</word> + <word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner">|ɡʷ|a|h|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|n|au|</word> + <word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|f|au|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner">|n|ai|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|t|aː|ŋʷ|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner">|h|au|t|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<word gloss="COMIT" posp="pp" owner="3s" role="comitative">|l|a|ɡ|a|</word>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner">|ɡʷ|a|h|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|n|au|</word>
<word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|f|au|</word>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner">|n|ai|</word>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|t|aː|ŋʷ|a|</word>
<thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
<thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |h|au|t|#-> haut
### |h|au|t|
#-> haut
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |l|a|ɡ|a|
#-> laɡa
### |l|a|ɡ|a|
#-> laɡa
### |ɡʷ|a|h|
#-> ɡʷah
### |ɡʷ|a|h|
#-> ɡʷah
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ɓ|au|
#-> ɓau
### |ɓ|au|
#-> ɓau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |n|au|
#-> nau
### |n|au|
#-> nau
### |f|au|
#-> fau
### |f|au|
#-> fau
### -,
#-> -,
### |n|ai|
#-> nai
### |n|ai|
#-> nai
### |t|aː|ŋʷ|a|
#-> taːŋʷa
### |t|aː|ŋʷ|a|
#-> taːŋʷa
### |j|ə|
#-> jə
### |j|ə|
#-> jə
### |h|au|t||ə|ŋ|ə| |s|aː| |l|a|ɡ|a| |ɡʷ|a|h||a|b|ə| |s|aː| |ɓ|au| |k|a| |ɓ|ə|ʃ|ɘ|j||ɜ|b|ə| |n|au| |f|au|, |n|ai| |t|aː|ŋʷ|a| |j|ə|
#-> hautəŋə saː laɡa ɡʷahabə saː ɓau ka ɓəʃɘjɜbə nau fau, nai taːŋʷa jə
removetags:
<example id="nomphr" translation="The woman with the knife caught those three blind mice.">
<flat>
<word posp="noun" gloss="woman" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner">|h|au|t|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" role="subj" number="sing" def="def" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<word gloss="COMIT" posp="pp" owner="3s" role="comitative">|l|a|ɡ|a|</word>
<word posp="noun" gloss="knife" number="sing" def="def" locus="number" possessor="no.owner">|ɡʷ|a|h|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word posp="num" gloss="three" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|n|au|</word>
<word posp="det" gloss="yon" role="obj" number="plur" id="headnp" tr="rheme" possessor="no.owner">|f|au|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="plur" def="neither" role="subj" comma="before" case="STA" possessor="no.owner">|n|ai|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word lexposp="adj" posp="verb" gloss="blind" tam="pres-state" ta="PRES" subj="3.plur" comma="after">|t|aː|ŋʷ|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
<thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">haut</span><br><span class="gls">woman</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">laɡa</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">ɡʷah</span><br><span class="gls">knife</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɓau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɓəʃɘj</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">nau</span><br><span class="gls">three</span></span> <span class="ilpair"><span class="mor">fau</span><br><span class="gls">yon</span></span> <span class="ilpair"><span class="mor">nai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">taːŋʷa</span><br><span class="gls">blind</span></span> <span class="ilpair"><span class="mor">jə</span><br><span class="gls">plur</span></span></p>
+ <p>hautəŋə saː laɡa ɡʷahabə saː ɓau ka ɓəʃɘjɜbə nau fau, nai taːŋʷa jə</p>
+ <p>гаўтҭ̇ӈҭ̇ саа лаґа ґвагабҭ̇ саа б̱аў ка б̱ҭ̇шұјԉбҭ̇ наў фаў, най тааӈва јҭ̇</p>
+ <il>
+ <w>
+ <o>haut</o>
+ <g>woman</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>laɡa</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>ɡʷah</o>
+ <g>knife</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɓau</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ɓəʃɘj</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>nau</o>
+ <g>three</g>
+ </w>
+ <w>
+ <o>fau</o>
+ <g>yon</g>
+ </w>
+ <w>
+ <o>-,</o>
+ <g>no.owner.POSS</g>
+ </w>
+ <w>
+ <o>nai</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>taːŋʷa</o>
+ <g>blind</g>
+ </w>
+ <w>
+ <o>jə</o>
+ <g>plur</g>
+ </w>
+ </il>
</example>
### hautəŋə saː laɡa ɡʷahabə saː ɓau ka ɓəʃɘjɜbə nau fau, nai taːŋʷa jə#-> hautəŋə saː laɡa ɡʷahabə saː ɓau ka ɓəʃɘjɜbə nau fau, nai taːŋʷa jə
Гаўтҭ̇ӈҭ̇ саа лаґа ґвагабҭ̇ саа б̱аў ка б̱ҭ̇шұјԉбҭ̇ наў фаў, най тааӈва јҭ̇. [hautəŋə saː laɡa ɡʷahabə saː ɓau ka ɓəʃɘjɜbə nau fau, nai taːŋʷa jə] haut woman -əŋə ACT saː the laɡa COMIT ɡʷah knife -abə STA saː the ɓau catch ka PAST ɓəʃɘj mouse -ɜbə STA nau three fau yon nai RELPRON taːŋʷa blind jə plur “The woman with the knife caught those three blind mice.” | (1) |
In the following, we shall look at the various components in more details.
All nominal phrase clitics in Kb are enclitics (placed finally), and there are two types: a clitic expressing number, comprising пҭ̇ /pə/ ‘dual’ and јҭ̇ /jə/ ‘plur’ followed by a clitic expressing possessor, comprising вҭ̇ /ʋə/ ‘1incl.sing’, бҭ̇ /bə/ ‘1excl.sing’, кҭ̇ /kə/ ‘2.sing’, са /sa/ ‘3.sing’, лҭ̇ /lə/ ‘1incl.dual’, на /na/ ‘1excl.dual’, д̱а /ɗa/ ‘2.dual’, да /da/ ‘3.dual’, гҭ̇ /hə/ ‘1incl.plur’, га /ha/ ‘1excl.plur’, квҭ̇ /kʷə/ ‘2.plur’ and ӈа /ŋa/ ‘3.plur’.
The morphology of the elements of the nominal phrase, i.e., nouns, numerals and pronouns, is described below, as is the way that possession is expressed in Kb.
The Noun
The noun in Kb consists of the root followed by an obligatory suffix expressing case, comprising -абҭ̇ /-abə/ ‘STA’, -ҭ̇ӈҭ̇ /-əŋə/ ‘ACT’, -ҭ̇јҭ̇ /-əjə/ ‘GEN’, -авҭ̇ /-aʋə/ ‘DAT’, -ҭ̇ґва /-əɡʷa/ ‘INS’, -ҭ̇б̱ҭ̇ /-əɓə/ ‘VOC’, -аӈва /-aŋʷa/ ‘ALL’, -ҭ̇фҭ̇ /-əfə/ ‘LOC’, -ҭ̇нҭ̇ /-ənə/ ‘ABL’ and -ҭ̇гҭ̇ /-əhə/ ‘PART’.
The noun displays the following derivational morphology: two suffixes, namely -ҭ̇вҭ̇ч /-əʋət͡ʃ/ ‘little’ and -адал /-adal/ ‘big’
The Adjective
The adjective in Kb stands alone without any prefixes or suffixes attached to it.
Numerals
The numeral in Kb stands alone without any prefixes or suffixes attached to it.
Determiners
The determiner in Kb stands alone without any prefixes or suffixes attached to it.
Pronouns
The pronoun in Kb stands alone without any prefixes or suffixes attached to it.
In Kb, both subject and object pronouns are dropped unless they are stressed. Here is an example where neither of the pronouns are stressed:
initial XML:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: 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" case="ACT"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <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" case="STA"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
module markowned:
<example id="love2" translation="He (the boy) loves her (the girl)."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" locus="number" case="STA"> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"> <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" case="ACT" possessor="no.owner">
<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" case="STA" possessor="no.owner">
<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" case="ACT" possessor="no.owner"> - <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" case="STA" possessor="no.owner"> - <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">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2" translation="He (the boy) loves her (the girl).">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes: No change.
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> <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="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love2" translation="He (the boy) loves her (the girl)."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|ɓ|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ɓ|a|#-> ɓa
### |ɓ|a|
#-> ɓa
### |ɓ|a|
#-> ɓa
removetags:
<example id="love2" translation="He (the boy) loves her (the girl).">
<flat>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|ɓ|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɓa</span><br><span class="gls">love</span></span></p>
+ <p>ɓa</p>
+ <p>б̱а</p>
+ <il>
+ <w>
+ <o>ɓa</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### ɓa#-> ɓa
Б̱а. [ɓa] ɓa love “He (the boy) loves her (the girl).” | (2) |
But here, the word corresponding to he is stressed:
initial XML:
<example id="love2he" translation="*He* loves her.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="rheme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="theme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2he" translation="*He* loves her."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="theme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2he" translation="*He* loves her."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="obj" output="aspron" locus="number" case="STA"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" output="aspron" locus="number" case="ACT"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT"> + <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" case="STA"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
module markowned:
<example id="love2he" translation="*He* loves her."> <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT"> + <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" locus="number" case="STA"> + <np def="def" number="sing" tr="theme" role="obj" locus="number" case="STA" possessor="no.owner"> <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" case="ACT" possessor="no.owner">
<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" case="STA" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
prodrop:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner">
<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" case="STA" possessor="no.owner">
- <word posp="pron" number="sing" gloss="3.sing"/>
- </np>
</s>
</example>
addclitics:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2he" translation="*He* loves her.">
<s>
<np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
+ <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="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes: No change.
flatten:
<example id="love2he" translation="*He* loves her."> - <s> - <np def="def" number="sing" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </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" case="ACT" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="subj" locus="number" case="ACT" possessor="no.owner">|t|aː|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |t|aː|#-> taː
### |t|aː|
#-> taː
### |ɓ|a|
#-> ɓa
### |ɓ|a|
#-> ɓa
### |t|aː| |ɓ|a|
#-> taː ɓa
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" case="ACT" possessor="no.owner">|t|aː|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">taː</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">ɓa</span><br><span class="gls">love</span></span></p>
+ <p>taː ɓa</p>
+ <p>таа б̱а</p>
+ <il>
+ <w>
+ <o>taː</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>ɓa</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### taː ɓa#-> taː ɓa
Таа б̱а. [taː ɓa] taː 3.sing ɓa love “He loves her.” | (3) |
And here, it is the one translated as her that is stressed:
initial XML:
<example id="love2her" translation="He loves *her*.">
<s>
<vp tam="gnomic">
<verb>love</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj" output="aspron">
<noun>boy</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj" output="aspron">
<noun>girl</noun>
</np>
</s>
</example>cleanup:
<example id="love2her" translation="He loves *her*."> <s> - <vp tam="gnomic"> - <verb>love</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="theme" role="subj" output="aspron"> - <noun>boy</noun> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <word posp="noun" gloss="boy"/> </np> - <np def="def" number="sing" tr="rheme" role="obj" output="aspron"> - <noun>girl</noun> + <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> + <word posp="noun" gloss="girl"/> </np> </s> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly:
<example id="love2her" translation="He loves *her*."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
tva1tva2
module affixdensity: No change.
module adpositions: No change.
module constorder:
<example id="love2her" translation="He loves *her*."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> - <word posp="verb" gloss="love"/> - </vp> <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> <word posp="noun" gloss="boy"/> </np> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> + <word posp="verb" gloss="love"/> + </vp> <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module casemarking:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="love"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" output="aspron" locus="number" case="STA"> <word posp="noun" gloss="girl"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="theme" role="subj" output="aspron" locus="number" case="ACT"> - <word posp="noun" gloss="boy"/> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <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="rheme" role="obj" output="aspron" locus="number" case="STA"> - <word posp="noun" gloss="girl"/> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
module markowned:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"> <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="rheme" role="obj" locus="number" case="STA"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"> <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="love2her" translation="He loves *her*.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<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="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
</np>
</s>
</example>
prodrop:
<example id="love2her" translation="He loves *her*."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"> - <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="rheme" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> </s> </example>
addclitics:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love2her" translation="He loves *her*.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
- <word posp="pron" number="sing" gloss="3.sing"/>
+ <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
addaffixes: No change.
flatten:
<example id="love2her" translation="He loves *her*."> - <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"> + <flat> <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="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="love2her" translation="He loves *her*."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <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="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|t|aː|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |ɓ|a|#-> ɓa
### |ɓ|a|
#-> ɓa
### |t|aː|
#-> taː
### |t|aː|
#-> taː
### |ɓ|a| |t|aː|
#-> ɓa taː
removetags:
<example id="love2her" translation="He loves *her*.">
<flat>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">|ɓ|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="pron" number="sing" gloss="3.sing" def="def" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|t|aː|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɓa</span><br><span class="gls">love</span></span> <span class="ilpair"><span class="mor">taː</span><br><span class="gls">3.sing</span></span></p>
+ <p>ɓa taː</p>
+ <p>б̱а таа</p>
+ <il>
+ <w>
+ <o>ɓa</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>taː</o>
+ <g>3.sing</g>
+ </w>
+ </il>
</example>
### ɓa taː#-> ɓa taː
Б̱а таа. [ɓa taː] ɓa love taː 3.sing “He loves her.” | (4) |
Proper Nouns
initial XML:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp tam="gnomic">
<verb>hate</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>NN1</noun>
</np>
<np def="def" number="sing" tr="rheme" role="obj">
<noun>NN2</noun>
</np>
</s>
</example>cleanup:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp tam="gnomic"> - <verb>hate</verb> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>NN1</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="NN1"/> </np> - <np def="def" number="sing" tr="rheme" role="obj"> - <noun>NN2</noun> + <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <word posp="noun" gloss="NN2"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="NN1"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" tr="rheme" role="obj" locus="number">
<word posp="noun" gloss="NN2"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" tr="rheme" role="obj" locus="number"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="NN1"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES"> <word posp="verb" gloss="hate"/> </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="loveprop" translation="NN1 hates NN2."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="STA"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="NN2"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="hate"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="NN1"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="hate"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="NN2"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="NN1"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="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="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="NN2"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for NN1/noun/case/obligatoryGot ACT
About to call getSlotValue for NN2/noun/case/obligatory
Got STA
addaffixes:
<example id="loveprop" translation="NN1 hates NN2.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="loveprop" translation="NN1 hates NN2."> - <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="hate" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
-<example id="loveprop" translation="NN1 hates NN2."> +<example id="loveprop" translation="Vadery hates Kaserb."> <flat> - <word posp="noun" gloss="NN1" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="NN2" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="Vadery" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner" propernoun="yes">|ʋ|a|ɗ|ɜ|j|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɡ|a|j|ɘ|f|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="Kaserb" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner" propernoun="yes">|ᵑǀ|a|s|ɜ|b|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="loveprop" translation="Vadery hates Kaserb."> <flat> - <word posp="noun" gloss="Vadery" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner" propernoun="yes">|ʋ|a|ɗ|ɜ|j|</word> + <word posp="noun" gloss="Vadery" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner" propernoun="yes">|ʋ|ɜ|ɗ|ɜ|j|</word> <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɡ|a|j|ɘ|f|a|</word> + <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">|ɡ|ɜ|j|ɘ|f|ɜ|</word> <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> - <word posp="noun" gloss="Kaserb" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner" propernoun="yes">|ᵑǀ|a|s|ɜ|b|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word posp="noun" gloss="Kaserb" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner" propernoun="yes">|ᵑǀ|ɜ|s|ɜ|b|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>### |ʋ|ɜ|ɗ|ɜ|j|
#-> ʋɜɗɜj
### |ʋ|ɜ|ɗ|ɜ|j|
#-> ʋɜɗɜj
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ɡ|ɜ|j|ɘ|f|ɜ|
#-> ɡɜjɘfɜ
### |ɡ|ɜ|j|ɘ|f|ɜ|
#-> ɡɜjɘfɜ
### |ᵑǀ|ɜ|s|ɜ|b|
#-> ᵑǀɜsɜb
### |ᵑǀ|ɜ|s|ɜ|b|
#-> ᵑǀɜsɜb
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ʋ|ɜ|ɗ|ɜ|j||ə|ŋ|ə| |s|aː| |ɡ|ɜ|j|ɘ|f|ɜ| |ᵑǀ|ɜ|s|ɜ|b||ɜ|b|ə| |s|aː|
#-> ʋɜɗɜjəŋə saː ɡɜjɘfɜ ᵑǀɜsɜbɜbə saː
removetags:
<example id="loveprop" translation="Vadery hates Kaserb.">
<flat>
<word posp="noun" gloss="Vadery" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner" propernoun="yes">|ʋ|ɜ|ɗ|ɜ|j|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɡ|ɜ|j|ɘ|f|ɜ|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="Kaserb" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner" propernoun="yes">|ᵑǀ|ɜ|s|ɜ|b|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ʋɜɗɜj</span><br><span class="gls">Vadery</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɡɜjɘfɜ</span><br><span class="gls">hate</span></span> <span class="ilpair"><span class="mor">ᵑǀɜsɜb</span><br><span class="gls">Kaserb</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>ʋɜɗɜjəŋə saː ɡɜjɘfɜ ᵑǀɜsɜbɜbə saː</p>
+ <p>Вԉд̱ԉјҭ̇ӈҭ̇ саа ґԉјұфԉ Ҁнԉсԉбԉбҭ̇ саа</p>
+ <il>
+ <w>
+ <o>ʋɜɗɜj</o>
+ <g>Vadery</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɡɜjɘfɜ</o>
+ <g>hate</g>
+ </w>
+ <w>
+ <o>ᵑǀɜsɜb</o>
+ <g>Kaserb</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ʋɜɗɜjəŋə saː ɡɜjɘfɜ ᵑǀɜsɜbɜbə saː#-> ʋɜɗɜjəŋə saː ɡɜjɘfɜ ᵑǀɜsɜbɜbə saː
Вԉд̱ԉјҭ̇ӈҭ̇ саа ґԉјұфԉ Ҁнԉсԉбԉбҭ̇ саа. [ʋɜɗɜjəŋə saː ɡɜjɘfɜ ᵑǀɜsɜbɜbə saː] ʋɜɗɜj Vadery -əŋə ACT saː the ɡɜjɘfɜ hate ᵑǀɜsɜb Kaserb -ɜbə STA saː the “Vadery hates Kaserb.” | (5) |
Possession
initial XML:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>boy</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned"> + <np type="owner_owned" case="STA"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="STA"> - <np number="sing" def="def" locus="number" role="owner"> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="STA"> + <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module markowned:
<example id="posso1" translation="the boy's apple"> <np type="owner_owned" case="STA" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1" translation="the boy's apple">
<np type="owner_owned" case="STA" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1" translation="the boy's apple"> - <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso1" translation="the boy's apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> - <word posp="noun" gloss="boy"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </example>About to call getSlotValue for boy/noun/case/obligatory
Got GEN
About to call getSlotValue for apple/noun/case/obligatory
Got STA
addaffixes:
<example id="posso1" translation="the boy's apple">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</example>
flatten:
<example id="posso1" translation="the boy's apple"> - <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> + <flat> <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso1" translation="the boy's apple"> <flat> - <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> + <word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|ᵏǀ|a|f|</word> + <thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|a|ɗ|aː|k|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy> </flat> </example>
vowelharmony: No change.
### |ᵏǀ|a|f|#-> ᵏǀaf
### |ᵏǀ|a|f|
#-> ᵏǀaf
### -|ə|j|ə|
#-> -əjə
### -|ə|j|ə|
#-> -əjə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|ɗ|aː|k|
#-> saɗaːk
### |s|a|ɗ|aː|k|
#-> saɗaːk
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|
#-> sa
### |s|a|
#-> sa
### |ᵏǀ|a|f||ə|j|ə| |s|aː| |s|a|ɗ|aː|k||a|b|ə| |s|aː| |s|a|
#-> ᵏǀafəjə saː saɗaːkabə saː sa
removetags:
<example id="posso1" translation="the boy's apple">
<flat>
<word posp="noun" gloss="boy" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|ᵏǀ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|a|ɗ|aː|k|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ᵏǀaf</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-əjə</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">saɗaːk</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>ᵏǀafəjə saː saɗaːkabə saː sa</p>
+ <p>ҁтафҭ̇јҭ̇ саа сад̱аакабҭ̇ саа са</p>
+ <il>
+ <w>
+ <o>ᵏǀaf</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-əjə</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>saɗaːk</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>sa</o>
+ <g>3.sing.POSS</g>
+ </w>
+ </il>
</example>
### ᵏǀafəjə saː saɗaːkabə saː sa#-> ᵏǀafəjə saː saɗaːkabə saː sa
ҁтафҭ̇јҭ̇ саа сад̱аакабҭ̇ саа са [ᵏǀafəjə saː saɗaːkabə saː sa] ᵏǀaf boy -əjə GEN saː the saɗaːk apple -abə STA saː the sa 3.sing.POSS “the boy’s apple” | (6) |
initial XML:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron">
<noun>boy</noun>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned"> - <np number="sing" def="def" output="aspron"> - <noun>boy</noun> + <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <word posp="noun" gloss="boy"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned">
<np number="sing" def="def" output="aspron" locus="number" role="owner">
<word posp="noun" gloss="boy"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned"> + <np type="owner_owned" case="STA"> <np number="sing" def="def" output="aspron" locus="number" role="owner"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="STA"> - <np number="sing" def="def" output="aspron" locus="number" role="owner"> + <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="STA"> + <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="boy"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="STA" number="sing"> - <np number="sing" def="def" output="aspron" locus="number" role="owner" case="GEN"> - <word posp="noun" gloss="boy"/> + <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <word posp="pron" number="sing" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowned:
<example id="posso1b" translation="his (the boy's) apple"> <np type="owner_owned" case="STA" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso1b" translation="his (the boy's) apple">
<np type="owner_owned" case="STA" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso1b" translation="his (the boy's) apple"> - <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="pron" number="sing" gloss="3.sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso1b" translation="his (the boy's) apple"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> - <word posp="pron" number="sing" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </example>About to call getSlotValue for apple/noun/case/obligatory
Got STA
addaffixes:
<example id="posso1b" translation="his (the boy's) apple">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</example>
flatten:
<example id="posso1b" translation="his (the boy's) apple"> - <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> + <flat> <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.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" case="GEN" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> + <word posp="pron" number="sing" gloss="3.sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|t|aː|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|a|ɗ|aː|k|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy> </flat> </example>
vowelharmony: No change.
### |t|aː|#-> taː
### |t|aː|
#-> taː
### |s|a|ɗ|aː|k|
#-> saɗaːk
### |s|a|ɗ|aː|k|
#-> saɗaːk
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|
#-> sa
### |s|a|
#-> sa
### |t|aː| |s|a|ɗ|aː|k||a|b|ə| |s|aː| |s|a|
#-> taː saɗaːkabə saː sa
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" case="GEN" possessor="no.owner">|t|aː|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|a|ɗ|aː|k|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">taː</span><br><span class="gls">3.sing</span></span> <span class="ilpair"><span class="mor">saɗaːk</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>taː saɗaːkabə saː sa</p>
+ <p>таа сад̱аакабҭ̇ саа са</p>
+ <il>
+ <w>
+ <o>taː</o>
+ <g>3.sing</g>
+ </w>
+ <w>
+ <o>saɗaːk</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>sa</o>
+ <g>3.sing.POSS</g>
+ </w>
+ </il>
</example>
### taː saɗaːkabə saː sa#-> taː saɗaːkabə saː sa
таа сад̱аакабҭ̇ саа са [taː saɗaːkabə saː sa] taː 3.sing saɗaːk apple -abə STA saː the sa 3.sing.POSS “his (the boy’s) apple” | (7) |
initial XML:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
<np number="sing" def="def">
<noun>apple</noun>
</np>
</np>
</example>cleanup:
<example id="posso2" translation="my apple"> <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>apple</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="apple"/> </np> </np> </example>
module adj2verb: No change.
module articles:
<example id="posso2" translation="my apple">
<np type="owner_owned">
<np number="sing" def="neither" locus="number" role="owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="apple"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions: No change.
module constorder: No change.
module casemarking:
<example id="posso2" translation="my apple"> - <np type="owner_owned"> + <np type="owner_owned" case="STA"> <np number="sing" def="neither" locus="number" role="owner"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="STA"> - <np number="sing" def="neither" locus="number" role="owner"> + <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module propagatenumber:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="STA"> + <np type="owner_owned" case="STA" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="1excl" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module markowned:
<example id="posso2" translation="my apple"> <np type="owner_owned" case="STA" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="1excl" number="sing" posp="pron"/> - </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> </np> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="posso2" translation="my apple">
<np type="owner_owned" case="STA" number="sing">
<np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing">
<word posp="noun" gloss="apple"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="posso2" translation="my apple"> - <np type="owner_owned" case="STA" number="sing"> - <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"> <word posp="noun" gloss="apple"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> </np> - </np> </example>
movedowntoword:
<example id="posso2" translation="my apple"> <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"> - <word posp="noun" gloss="apple"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> </np> </example>About to call getSlotValue for apple/noun/case/obligatory
Got STA
addaffixes:
<example id="posso2" translation="my apple">
<np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA">
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/>
</np>
</example>
flatten:
<example id="posso2" translation="my apple"> - <np number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"> + <flat> <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> - </np> + </flat> </example>
addvocab:
<example id="posso2" translation="my apple"> <flat> - <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="1excl.sing"/> + <word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA">|s|a|ɗ|aː|k|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS">|b|ə|</thingy> </flat> </example>
vowelharmony: No change.
### |s|a|ɗ|aː|k|#-> saɗaːk
### |s|a|ɗ|aː|k|
#-> saɗaːk
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |b|ə|
#-> bə
### |b|ə|
#-> bə
### |s|a|ɗ|aː|k||a|b|ə| |s|aː| |b|ə|
#-> saɗaːkabə saː bə
removetags:
<example id="posso2" translation="my apple">
<flat>
<word posp="noun" gloss="apple" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA">|s|a|ɗ|aː|k|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="1excl.sing" case="STA">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="1excl.sing.POSS">|b|ə|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">saɗaːk</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">bə</span><br><span class="gls">1excl.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>saɗaːkabə saː bə</p>
+ <p>сад̱аакабҭ̇ саа бҭ̇</p>
+ <il>
+ <w>
+ <o>saɗaːk</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>bə</o>
+ <g>1excl.sing.POSS</g>
+ </w>
+ </il>
</example>
### saɗaːkabə saː bə#-> saɗaːkabə saː bə
сад̱аакабҭ̇ саа бҭ̇ [saɗaːkabə saː bə] saɗaːk apple -abə STA saː the bə 1excl.sing.POSS “my apple” | (8) |
initial XML:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp tam="past-punct">
<verb>kiss</verb>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="neither">
<pron person="2" number="sing"/>
</np>
<np number="sing" def="def">
<noun>neighbour</noun>
</np>
</np>
<np number="sing" def="def">
<noun>son</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp tam="past-punct"> - <verb>kiss</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="neither"> - <pron person="2" number="sing"/> + <np type="owner_owned" role="owner"> + <np number="sing" def="neither" locus="number" role="owner"> + <word person="2" number="sing" posp="pron"/> </np> - <np number="sing" def="def"> - <noun>neighbour</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="neighbour"/> </np> </np> - <np number="sing" def="def"> - <noun>son</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="son"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="subj">
<np type="owner_owned">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="neither" locus="number" role="owner">
<word person="2" number="sing" posp="pron"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="neighbour"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> <np role="subj"> <np type="owner_owned"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj"> + <np role="subj" case="ACT"> <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 role="obj" case="STA"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module markowner:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ACT">
<np type="owner_owned">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="kiss"/>
</vp>
<np role="obj" case="STA">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ACT"> - <np type="owner_owned"> + <np role="subj" case="ACT" number="sing"> + <np type="owner_owned" number="sing"> <np number="sing" def="def" locus="number" role="owner" case="GEN"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kiss"/> </vp> - <np role="obj" case="STA"> - <np type="owner_owned"> - <np type="owner_owned" role="owner"> + <np role="obj" case="STA" number="sing"> + <np type="owner_owned" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
createpronouns: No change.
module markowned:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ACT" number="sing"> + <np role="subj" case="ACT" number="sing" possessor="no.owner"> <np type="owner_owned" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <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" case="STA" number="sing"> + <np role="obj" case="STA" number="sing" possessor="no.owner"> <np type="owner_owned" number="sing"> <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="neither" locus="number" role="owner" case="GEN"> - <word person="2" number="sing" posp="pron"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> </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="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np role="subj" case="ACT" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<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">
+ <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" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</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" case="ACT" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="kiss"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="neighbour"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <s> - <np role="subj" case="ACT" number="sing" possessor="no.owner"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="subj" case="ACT" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="kiss"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> - <np role="obj" case="STA" number="sing" possessor="no.owner"> - <np type="owner_owned" number="sing"> + <np type="owner_owned" number="sing" role="obj" case="STA" possessor="no.owner"> <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" case="ACT" possessor="no.owner"> <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> <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"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> </vp> - <np type="owner_owned" number="sing" role="obj" case="STA" possessor="no.owner"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="neighbour"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </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" case="GEN" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<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"/>
+ <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
- <word posp="noun" gloss="neighbour"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">
- <word posp="noun" gloss="son"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
About to call getSlotValue for hunter/noun/case/obligatoryGot GEN
About to call getSlotValue for daughter/noun/case/obligatory
Got ACT
About to call getSlotValue for neighbour/noun/case/obligatory
Got GEN
About to call getSlotValue for son/noun/case/obligatory
Got STA
addaffixes:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<s>
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT">
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
<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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="GEN" possessor="no.owner"> + <flat> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </s> + </flat> </example>
addvocab:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son."> <flat> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word> + <thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT">|f|aː|f|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|j|a|t|ɜ|n|ə|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|ŋʷ|a|ʋ|ai|ʃ|</word> + <thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|k|ə|</thingy> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|m|ɜː|ɗ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT">|f|aː|f|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|j|a|t|ɜ|n|ə|</word>
+ <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">|j|ɜ|t|ɜ|n|ə|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|ŋʷ|a|ʋ|ai|ʃ|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|k|ə|</thingy>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|m|ɜː|ɗ|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |ʋ|ə|t|ɜ|j|#-> ʋətɜj
### |ʋ|ə|t|ɜ|j|
#-> ʋətɜj
### -|ə|j|ə|
#-> -əjə
### -|ə|j|ə|
#-> -əjə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |f|aː|f|
#-> faːf
### |f|aː|f|
#-> faːf
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|
#-> sa
### |s|a|
#-> sa
### |j|ɜ|t|ɜ|n|ə|
#-> jɜtɜnə
### |j|ɜ|t|ɜ|n|ə|
#-> jɜtɜnə
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ŋʷ|a|ʋ|ai|ʃ|
#-> ŋʷaʋaiʃ
### |ŋʷ|a|ʋ|ai|ʃ|
#-> ŋʷaʋaiʃ
### -|ə|j|ə|
#-> -əjə
### -|ə|j|ə|
#-> -əjə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |k|ə|
#-> kə
### |k|ə|
#-> kə
### |m|ɜː|ɗ|
#-> mɜːɗ
### |m|ɜː|ɗ|
#-> mɜːɗ
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|
#-> sa
### |s|a|
#-> sa
### |ʋ|ə|t|ɜ|j||ə|j|ə| |s|aː| |f|aː|f||ə|ŋ|ə| |s|aː| |s|a| |j|ɜ|t|ɜ|n|ə| |k|a| |ŋʷ|a|ʋ|ai|ʃ||ə|j|ə| |s|aː| |k|ə| |m|ɜː|ɗ||ɜ|b|ə| |s|aː| |s|a|
#-> ʋətɜjəjə saː faːfəŋə saː sa jɜtɜnə ka ŋʷaʋaiʃəjə saː kə mɜːɗɜbə saː sa
removetags:
<example id="posso3" translation="The hunter's daughter kissed your neighbour's son.">
<flat>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT">|f|aː|f|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="ACT">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|j|ɜ|t|ɜ|n|ə|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="neighbour" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|ŋʷ|a|ʋ|ai|ʃ|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|k|ə|</thingy>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|m|ɜː|ɗ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ʋətɜj</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-əjə</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">faːf</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">jɜtɜnə</span><br><span class="gls">kiss</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ŋʷaʋaiʃ</span><br><span class="gls">neighbour</span></span> <span class="ilpair"><span class="mor">-əjə</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kə</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">mɜːɗ</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>ʋətɜjəjə saː faːfəŋə saː sa jɜtɜnə ka ŋʷaʋaiʃəjə saː kə mɜːɗɜbə saː sa</p>
+ <p>вҭ̇тԉјҭ̇јҭ̇ саа фаафҭ̇ӈҭ̇ саа са јԉтԉнҭ̇ ка ӈвавайшҭ̇јҭ̇ саа кҭ̇ мюд̱ԉбҭ̇ саа са</p>
+ <il>
+ <w>
+ <o>ʋətɜj</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-əjə</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>faːf</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>sa</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>jɜtɜnə</o>
+ <g>kiss</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ŋʷaʋaiʃ</o>
+ <g>neighbour</g>
+ </w>
+ <w>
+ <o>-əjə</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>kə</o>
+ <g>2.sing.POSS</g>
+ </w>
+ <w>
+ <o>mɜːɗ</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>sa</o>
+ <g>3.sing.POSS</g>
+ </w>
+ </il>
</example>
### ʋətɜjəjə saː faːfəŋə saː sa jɜtɜnə ka ŋʷaʋaiʃəjə saː kə mɜːɗɜbə saː sa#-> ʋətɜjəjə saː faːfəŋə saː sa jɜtɜnə ka ŋʷaʋaiʃəjə saː kə mɜːɗɜbə saː sa
Вҭ̇тԉјҭ̇јҭ̇ саа фаафҭ̇ӈҭ̇ саа са јԉтԉнҭ̇ ка ӈвавайшҭ̇јҭ̇ саа кҭ̇ мюд̱ԉбҭ̇ саа са. [ʋətɜjəjə saː faːfəŋə saː sa jɜtɜnə ka ŋʷaʋaiʃəjə saː kə mɜːɗɜbə saː sa] ʋətɜj hunter -əjə GEN saː the faːf daughter -əŋə ACT saː the sa 3.sing.POSS jɜtɜnə kiss ka PAST ŋʷaʋaiʃ neighbour -əjə GEN saː the kə 2.sing.POSS mɜːɗ son -ɜbə STA saː the sa 3.sing.POSS “The hunter’s daughter kissed your neighbour’s son.” | (9) |
Derivation
Kb 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:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="STA"> <word posp="noun" gloss="lamb"/> </np> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="STA"> + <np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="lamb"/> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="lamb"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb0" translation="a lamb"> <np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"> - <word posp="noun" gloss="lamb"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>About to call getSlotValue for lamb/noun/case/obligatory
Got STA
addaffixes:
<example id="lamb0" translation="a lamb">
<np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="lamb0" translation="a lamb"> - <np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"> + <flat> <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> + </flat> </example>
addvocab:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|a|ɡʷ|ɘ|p|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="lamb0" translation="a lamb"> <flat> - <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|a|ɡʷ|ɘ|p|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|ɜ|ɡʷ|ɘ|p|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>### |s|ɜ|ɡʷ|ɘ|p|
#-> sɜɡʷɘp
### |s|ɜ|ɡʷ|ɘ|p|
#-> sɜɡʷɘp
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|ɜ|ɡʷ|ɘ|p||ɜ|b|ə|
#-> sɜɡʷɘpɜbə
removetags:
<example id="lamb0" translation="a lamb">
<flat>
<word posp="noun" gloss="lamb" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|ɜ|ɡʷ|ɘ|p|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">sɜɡʷɘp</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span></p>
+ <p>sɜɡʷɘpɜbə</p>
+ <p>сԉґвұпԉбҭ̇</p>
+ <il>
+ <w>
+ <o>sɜɡʷɘp</o>
+ <g>lamb</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ </il>
</example>
### sɜɡʷɘpɜbə#-> sɜɡʷɘpɜbə
сԉґвұпԉбҭ̇ [sɜɡʷɘpɜbə] sɜɡʷɘp lamb -ɜbə STA “a lamb” | (10) |
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:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number"> + <np number="sing" tr="rheme" locus="number" case="STA"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="STA"> + <np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"> <word gloss="lamb" lexposp="noun" posp="noun"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> </np> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="lamb1" translation="a little lamb"> <np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"> - <word gloss="lamb" lexposp="noun" posp="noun"> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> </word> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </example>About to call getSlotValue for lamb/noun/case/obligatory
Got STA
addaffixes:
<example id="lamb1" translation="a little lamb">
<np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">
<thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/>
</word>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</example>
flatten:
<example id="lamb1" translation="a little lamb"> - <np number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"> - <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"> + <flat> <thingy gloss="little₁" type="nounnounderivbef" origposp="adj"/> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner"/> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - </word> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" case="STA" possessor="no.owner"/> - <thingy gloss="little₂" type="nounnounderivaft" origposp="adj"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <thingy gloss="little₁" type="nounnounderivbef" origposp="adj">-</thingy> + <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|a|ɡʷ|ɘ|p|</word> + <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|ə||||ʋ||ə||||t͡ʃ|</thingy> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<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" case="STA" possessor="no.owner">|s|a|ɡʷ|ɘ|p|</word>
+ <word gloss="lamb" lexposp="noun" posp="noun" number="sing" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|ɜ|ɡʷ|ɘ|p|</word>
<thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|ə||||ʋ||ə||||t͡ʃ|</thingy>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |s|ɜ|ɡʷ|ɘ|p|#-> sɜɡʷɘp
### |s|ɜ|ɡʷ|ɘ|p|
#-> sɜɡʷɘp
### -|ə||||ʋ||ə||||t͡ʃ|
#-> -əʋət͡ʃ
### -|ə||||ʋ||ə||||t͡ʃ|
#-> -əʋət͡ʃ
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|ɜ|ɡʷ|ɘ|p||ə||||ʋ||ə||||t͡ʃ||a|b|ə|
#-> sɜɡʷɘpəʋət͡ʃabə
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" case="STA" possessor="no.owner">|s|ɜ|ɡʷ|ɘ|p|</word> <thingy gloss="little₂" type="nounnounderivaft" origposp="adj">-|ə||||ʋ||ə||||t͡ʃ|</thingy> <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> - <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> - <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> + <p><span class="ilpair"><span class="mor">sɜɡʷɘp</span><br><span class="gls">lamb</span></span> <span class="ilpair"><span class="mor">-əʋət͡ʃ</span><br><span class="gls">little</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span></p> + <p>sɜɡʷɘpəʋət͡ʃabə</p> + <p>сԉґвұпҭ̇вҭ̇чабҭ̇</p> + <il> + <w> + <o>sɜɡʷɘp</o> + <g>lamb</g> + </w> + <w> + <o>-əʋət͡ʃ</o> + <g>little</g> + </w> + <w> + <o>-abə</o> + <g>STA</g> + </w> + </il> </example>### sɜɡʷɘpəʋət͡ʃabə
#-> sɜɡʷɘpəʋət͡ʃabə
сԉґвұпҭ̇вҭ̇чабҭ̇ [sɜɡʷɘpəʋət͡ʃabə] sɜɡʷɘp lamb -əʋət͡ʃ little -abə STA “a little lamb” | (11) |
Compounding
Verbs
Inflectional Categories
All verbal phrase clitics in Kb are enclitics (placed finally), and there are five types: first, a clitic expressing ta, comprising ка /ka/ ‘PAST’; second, a clitic expressing mode, comprising мҭ̇ /mə/ ‘imperative’, ӈва /ŋʷa/ ‘conditional’ and га /ha/ ‘optative’; third, a clitic expressing voice, comprising ґҭ̇ /ɡə/ ‘passive’; fourth, a clitic expressing negation, comprising да /da/ ‘NEG’; and finally, fifth, a clitic expressing question, comprising ча /t͡ʃa/ ‘Q’.
The verb itself does not have any prefixes or suffixes attached to it.
The verb displays the following derivational morphology: two suffixes, namely -бањҭ̇ /-baɲə/ ‘begin’ and -ґҭ̇бҭ̇ /-ɡəbə/ ‘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:
<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" case="ACT"> <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"> + <np number="sing" def="neither" role="obj" locus="number" case="STA"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="love" translation="I love you."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="STA"> + <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"> <word person="2" number="sing" posp="pron"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="love" translation="I love you.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
- <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" case="STA" possessor="no.owner">
- <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" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" 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" case="STA" possessor="no.owner"> + <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" 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" case="ACT" possessor="no.owner" 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" case="STA" possessor="no.owner" 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">
<word posp="verb" gloss="love"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="love" translation="I love you.">
<s>
<vp negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">
- <word posp="verb" gloss="love"/>
+ <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
addaffixes: No change.
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> <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="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="love" translation="I love you."> <flat> - <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">|ɓ|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |ɓ|a|#-> ɓa
### |ɓ|a|
#-> ɓa
### |ɓ|a|
#-> ɓa
removetags:
<example id="love" translation="I love you.">
<flat>
<word posp="verb" gloss="love" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing">|ɓ|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɓa</span><br><span class="gls">love</span></span></p>
+ <p>ɓa</p>
+ <p>б̱а</p>
+ <il>
+ <w>
+ <o>ɓa</o>
+ <g>love</g>
+ </w>
+ </il>
</example>
### ɓa#-> ɓa
Б̱а. [ɓa] ɓa love “I love you.” | (12) |
Adverbs Minor Classes
Adpositions
There is one type of clitic in the adpositional phrase, namely an enclitic (placed finally), expressing root.
initial XML:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing">
<noun>table</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <np def="def" number="sing"> - <noun>table</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="table"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="table"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module 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" owner="3s"/>
<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 markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp" owner="3s"/>
- <np def="def" number="sing" locus="number">
+ <np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp" owner="3s"/>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="table"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos1" translation="on the table"> <pp p="in" location="surface" precise="yes"> - <word gloss="in_surface" posp="pp" owner="3s"/> + <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> <np def="def" number="sing" locus="number" possessor="no.owner"> - <word posp="noun" gloss="table"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>About to call getSlotValue for table/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
addaffixes:
<example id="adpos1" translation="on the table">
<pp p="in" location="surface" precise="yes">
<word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes"/>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" owner="3s" p="in" location="surface" precise="yes"/> - <np def="def" number="sing" locus="number" possessor="no.owner"> <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos1" translation="on the table"> <flat> - <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes"/> - <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes">|ʋ|ɘ|</word> + <word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner">|t͡ʃ|ai|ŋʷ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |ʋ|ɘ|#-> ʋɘ
### |ʋ|ɘ|
#-> ʋɘ
### |t͡ʃ|ai|ŋʷ|
#-> t͡ʃaiŋʷ
### |t͡ʃ|ai|ŋʷ|
#-> t͡ʃaiŋʷ
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ʋ|ɘ| |t͡ʃ|ai|ŋʷ||a|b|ə| |s|aː|
#-> ʋɘ t͡ʃaiŋʷabə saː
removetags:
<example id="adpos1" translation="on the table">
<flat>
<word gloss="in_surface" posp="pp" owner="3s" p="in" location="surface" precise="yes">|ʋ|ɘ|</word>
<word posp="noun" gloss="table" def="def" number="sing" locus="number" possessor="no.owner">|t͡ʃ|ai|ŋʷ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ʋɘ</span><br><span class="gls">in_surface</span></span> <span class="ilpair"><span class="mor">t͡ʃaiŋʷ</span><br><span class="gls">table</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>ʋɘ t͡ʃaiŋʷabə saː</p>
+ <p>вұ чайӈвабҭ̇ саа</p>
+ <il>
+ <w>
+ <o>ʋɘ</o>
+ <g>in_surface</g>
+ </w>
+ <w>
+ <o>t͡ʃaiŋʷ</o>
+ <g>table</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ʋɘ t͡ʃaiŋʷabə saː#-> ʋɘ t͡ʃaiŋʷabə saː
вұ чайӈвабҭ̇ саа [ʋɘ t͡ʃaiŋʷabə saː] ʋɘ in_surface t͡ʃaiŋʷ table -abə STA saː the “on the table” | (13) |
initial XML:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing">
<noun>box</noun>
</np>
</pp>
</example>cleanup:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <np def="def" number="sing"> - <noun>box</noun> + <np def="def" number="sing" locus="number"> + <word posp="noun" gloss="box"/> </np> </pp> </example>
module adj2verb: No change.
module articles:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<np def="def" number="sing" locus="number">
<word posp="noun" gloss="box"/>
+ <word gloss="the" posp="det"/>
</np>
</pp>
</example>
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module 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" owner="3s"/>
<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 markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp" owner="3s"/>
- <np def="def" number="sing" locus="number">
+ <np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
</np>
</pp>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp" owner="3s"/>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="box"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos2" translation="into the box"> <pp p="to" location="inside" precise="yes"> - <word gloss="to_inside" posp="pp" owner="3s"/> + <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> <np def="def" number="sing" locus="number" possessor="no.owner"> - <word posp="noun" gloss="box"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>About to call getSlotValue for box/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
addaffixes:
<example id="adpos2" translation="into the box">
<pp p="to" location="inside" precise="yes">
<word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes"/>
<np def="def" number="sing" locus="number" possessor="no.owner">
<word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" owner="3s" p="to" location="inside" precise="yes"/> - <np def="def" number="sing" locus="number" possessor="no.owner"> <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos2" translation="into the box"> <flat> - <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes"/> - <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes">|m|ai|</word> + <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner">|p|a|ɓ|ɘ|ɲ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes">|m|ai|</word>
- <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner">|p|a|ɓ|ɘ|ɲ|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
+ <word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner">|p|ɜ|ɓ|ɘ|ɲ|</word>
+ <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |m|ai|#-> mai
### |m|ai|
#-> mai
### |p|ɜ|ɓ|ɘ|ɲ|
#-> pɜɓɘɲ
### |p|ɜ|ɓ|ɘ|ɲ|
#-> pɜɓɘɲ
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |m|ai| |p|ɜ|ɓ|ɘ|ɲ||ɜ|b|ə| |s|aː|
#-> mai pɜɓɘɲɜbə saː
removetags:
<example id="adpos2" translation="into the box">
<flat>
<word gloss="to_inside" posp="pp" owner="3s" p="to" location="inside" precise="yes">|m|ai|</word>
<word posp="noun" gloss="box" def="def" number="sing" locus="number" possessor="no.owner">|p|ɜ|ɓ|ɘ|ɲ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" locus="number" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">mai</span><br><span class="gls">to_inside</span></span> <span class="ilpair"><span class="mor">pɜɓɘɲ</span><br><span class="gls">box</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>mai pɜɓɘɲɜbə saː</p>
+ <p>май пԉб̱ұњԉбҭ̇ саа</p>
+ <il>
+ <w>
+ <o>mai</o>
+ <g>to_inside</g>
+ </w>
+ <w>
+ <o>pɜɓɘɲ</o>
+ <g>box</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### mai pɜɓɘɲɜbə saː#-> mai pɜɓɘɲɜbə saː
май пԉб̱ұњԉбҭ̇ саа [mai pɜɓɘɲɜbə saː] mai to_inside pɜɓɘɲ box -ɜbə STA saː the “into the box” | (14) |
initial XML:
<example id="adpos3" translation="with me">
<pp role="comitative">
<np number="sing" def="neither">
<pron person="1excl" number="sing"/>
</np>
</pp>
</example>cleanup:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <np number="sing" def="neither"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> </pp> </example>
module adj2verb: No change.
module articles: No change.
module nonpastonly: No change.
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
module affixdensity: No change.
module adpositions:
<example id="adpos3" translation="with me">
<pp role="comitative">
+ <word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="neither" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module constorder: No change.
module casemarking: No change.
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
- <np number="sing" def="neither" locus="number">
+ <np number="sing" def="neither" locus="number" possessor="no.owner">
<word person="1excl" number="sing" posp="pron"/>
</np>
</pp>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="neither" locus="number" possessor="no.owner">
- <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" owner="3s"/>
- <np number="sing" def="neither" locus="number" possessor="no.owner">
+ <np number="sing" def="neither" locus="number" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
</np>
</pp>
</example>
prodrop: No change.
addclitics:
<example id="adpos3" translation="with me">
<pp role="comitative">
<word gloss="COMIT" posp="pp" owner="3s"/>
<np number="sing" def="neither" locus="number" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</pp>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="adpos3" translation="with me"> <pp role="comitative"> - <word gloss="COMIT" posp="pp" owner="3s"/> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> <np number="sing" def="neither" locus="number" possessor="no.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" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> </np> </pp> </example>
addaffixes: No change.
flatten:
<example id="adpos3" translation="with me"> - <pp role="comitative"> + <flat> <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <np number="sing" def="neither" locus="number" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </pp> + </flat> </example>
addvocab:
<example id="adpos3" translation="with me"> <flat> - <word gloss="COMIT" posp="pp" owner="3s" role="comitative"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word gloss="COMIT" posp="pp" owner="3s" role="comitative">|l|a|ɡ|a|</word> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" possessor="no.owner">|d|aː|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony: No change.
### |l|a|ɡ|a|#-> laɡa
### |l|a|ɡ|a|
#-> laɡa
### |d|aː|
#-> daː
### |d|aː|
#-> daː
### |l|a|ɡ|a| |d|aː|
#-> laɡa daː
removetags:
<example id="adpos3" translation="with me">
<flat>
<word gloss="COMIT" posp="pp" owner="3s" role="comitative">|l|a|ɡ|a|</word>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" locus="number" possessor="no.owner">|d|aː|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">laɡa</span><br><span class="gls"><span class="glssc">COMIT</span></span></span> <span class="ilpair"><span class="mor">daː</span><br><span class="gls">1excl.sing</span></span></p>
+ <p>laɡa daː</p>
+ <p>лаґа даа</p>
+ <il>
+ <w>
+ <o>laɡa</o>
+ <g>COMIT</g>
+ </w>
+ <w>
+ <o>daː</o>
+ <g>1excl.sing</g>
+ </w>
+ </il>
</example>
### laɡa daː#-> laɡa daː
лаґа даа [laɡa daː] laɡa COMIT daː 1excl.sing “with me” | (15) |
Syntax
Basic Clause Structure
Constituent Order
Constituent order describes the typical arrangement of the subject (S), verb (V) and object (O) in simple declarative clauses. It is a fundamental parameter in grammatical description and forms one of the clearest ways of characterising the overall structure of a language’s clause system.
Kb 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 Kb.
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:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> - <np number="sing" def="def" role="obj" locus="number"> + <np number="sing" def="def" role="obj" locus="number" case="STA"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="wo1" translation="The jaguar killed the hunter."> <s> - <np number="sing" def="def" role="subj" locus="number" case="ACT"> + <np number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="STA"> + <np number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="kill"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="kill"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for jaguar/noun/case/obligatoryGot ACT
About to call getSlotValue for hunter/noun/case/obligatory
Got STA
addaffixes:
<example id="wo1" translation="The jaguar killed the hunter.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="wo1" translation="The jaguar killed the hunter."> - <s> - <np number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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="kill" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="wo1" translation="The jaguar killed the hunter."> <flat> - <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|ɓ|a|ɡʷ|a|f|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|aː|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|ɓ|a|ɡʷ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|aː|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |ɓ|a|ɡʷ|a|f|#-> ɓaɡʷaf
### |ɓ|a|ɡʷ|a|f|
#-> ɓaɡʷaf
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ŋ|aː|
#-> ŋaː
### |ŋ|aː|
#-> ŋaː
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ʋ|ə|t|ɜ|j|
#-> ʋətɜj
### |ʋ|ə|t|ɜ|j|
#-> ʋətɜj
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ɓ|a|ɡʷ|a|f||ə|ŋ|ə| |s|aː| |ŋ|aː| |k|a| |ʋ|ə|t|ɜ|j||ɜ|b|ə| |s|aː|
#-> ɓaɡʷafəŋə saː ŋaː ka ʋətɜjɜbə saː
removetags:
<example id="wo1" translation="The jaguar killed the hunter.">
<flat>
<word posp="noun" gloss="jaguar" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|ɓ|a|ɡʷ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|aː|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɓaɡʷaf</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ŋaː</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ʋətɜj</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>ɓaɡʷafəŋə saː ŋaː ka ʋətɜjɜbə saː</p>
+ <p>б̱аґвафҭ̇ӈҭ̇ саа ӈаа ка вҭ̇тԉјԉбҭ̇ саа</p>
+ <il>
+ <w>
+ <o>ɓaɡʷaf</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ŋaː</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ʋətɜj</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ɓaɡʷafəŋə saː ŋaː ka ʋətɜjɜbə saː#-> ɓaɡʷafəŋə saː ŋaː ka ʋətɜjɜbə saː
Б̱аґвафҭ̇ӈҭ̇ саа ӈаа ка вҭ̇тԉјԉбҭ̇ саа. [ɓaɡʷafəŋə saː ŋaː ka ʋətɜjɜbə saː] ɓaɡʷaf jaguar -əŋə ACT saː the ŋaː kill ka PAST ʋətɜj hunter -ɜbə STA saː the “The jaguar killed the hunter.” | (16) |
initial XML:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np number="sing" def="def" role="subj">
<noun>lion</noun>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned">
<np number="sing" def="def">
<noun>hunter</noun>
</np>
<np number="sing" def="def">
<noun>daughter</noun>
</np>
</np>
<np number="sing" def="def">
<noun>dog</noun>
</np>
</np>
</np>
</s>
</example>cleanup:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np number="sing" def="def" role="subj"> - <noun>lion</noun> + <np number="sing" def="def" role="subj" locus="number"> + <word posp="noun" gloss="lion"/> </np> <np role="obj"> <np type="owner_owned"> - <np type="owner_owned"> - <np number="sing" def="def"> - <noun>hunter</noun> + <np type="owner_owned" role="owner"> + <np number="sing" def="def" locus="number" role="owner"> + <word posp="noun" gloss="hunter"/> </np> - <np number="sing" def="def"> - <noun>daughter</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="daughter"/> </np> </np> - <np number="sing" def="def"> - <noun>dog</noun> + <np number="sing" def="def" locus="number" role="owned"> + <word posp="noun" gloss="dog"/> </np> </np> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np number="sing" def="def" role="subj" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<np type="owner_owned">
<np type="owner_owned" role="owner">
<np number="sing" def="def" locus="number" role="owner">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="daughter"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
+ <word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module nonpastonly:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np number="sing" def="def" role="subj" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number"> + <np number="sing" def="def" role="subj" locus="number" case="ACT"> <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 role="obj" case="STA"> <np type="owner_owned"> <np type="owner_owned" role="owner"> <np number="sing" def="def" locus="number" role="owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </np> </s> </example>
module markowner:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<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" case="STA">
<np type="owner_owned">
<np type="owner_owned" role="owner">
- <np number="sing" def="def" locus="number" role="owner">
+ <np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
module propagatenumber:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT">
<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" case="STA">
- <np type="owner_owned">
- <np type="owner_owned" role="owner">
+ <np role="obj" case="STA" number="sing">
+ <np type="owner_owned" number="sing">
+ <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</np>
</np>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <s> - <np number="sing" def="def" role="subj" locus="number" case="ACT"> + <np number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="STA" number="sing"> + <np role="obj" case="STA" number="sing" possessor="no.owner"> <np type="owner_owned" number="sing"> <np type="owner_owned" role="owner" number="sing"> - <np number="sing" def="def" locus="number" role="owner" case="GEN"> + <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN"> + <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> <word posp="noun" gloss="daughter"/> <word gloss="the" posp="det"/> </np> </np> - <np number="sing" def="def" locus="number" role="owned"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> <word posp="noun" gloss="dog"/> <word gloss="the" posp="det"/> </np> </np> </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="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
</vp>
<np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
</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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" case="STA" number="sing" possessor="no.owner">
<np type="owner_owned" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" case="STA" number="sing" possessor="no.owner">
- <np type="owner_owned" number="sing">
+ <np type="owner_owned" number="sing" role="obj" case="STA" possessor="no.owner">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np type="owner_owned" number="sing" role="obj" case="STA" possessor="no.owner">
- <np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
- </np>
- <np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
+ <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">
<word posp="noun" gloss="dog"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
- </np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
- <word posp="noun" gloss="daughter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">
- <word posp="noun" gloss="dog"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
+ <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
About to call getSlotValue for lion/noun/case/obligatoryGot ACT
About to call getSlotValue for hunter/noun/case/obligatory
Got GEN
About to call getSlotValue for daughter/noun/case/obligatory
Got GEN
About to call getSlotValue for dog/noun/case/obligatory
Got STA
addaffixes:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<s>
<np number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"> <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </s> + </flat> </example>
addvocab:
<example id="wo2" translation="The lion ate the hunter's daughter's dog."> <flat> - <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|ɓ|a|ʋ|a|ɡʷ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word> + <thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|f|aː|f|</word> + <thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy> + <word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|k|ɜ|m|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|ɓ|a|ʋ|a|ɡʷ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|f|aː|f|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|k|ɜ|m|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |ɓ|a|ʋ|a|ɡʷ|#-> ɓaʋaɡʷ
### |ɓ|a|ʋ|a|ɡʷ|
#-> ɓaʋaɡʷ
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ŋ|au|
#-> ŋau
### |ŋ|au|
#-> ŋau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ʋ|ə|t|ɜ|j|
#-> ʋətɜj
### |ʋ|ə|t|ɜ|j|
#-> ʋətɜj
### -|ə|j|ə|
#-> -əjə
### -|ə|j|ə|
#-> -əjə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |f|aː|f|
#-> faːf
### |f|aː|f|
#-> faːf
### -|ə|j|ə|
#-> -əjə
### -|ə|j|ə|
#-> -əjə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|
#-> sa
### |s|a|
#-> sa
### |k|ɜ|m|
#-> kɜm
### |k|ɜ|m|
#-> kɜm
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|
#-> sa
### |s|a|
#-> sa
### |ɓ|a|ʋ|a|ɡʷ||ə|ŋ|ə| |s|aː| |ŋ|au| |k|a| |ʋ|ə|t|ɜ|j||ə|j|ə| |s|aː| |f|aː|f||ə|j|ə| |s|aː| |s|a| |k|ɜ|m||ɜ|b|ə| |s|aː| |s|a|
#-> ɓaʋaɡʷəŋə saː ŋau ka ʋətɜjəjə saː faːfəjə saː sa kɜmɜbə saː sa
removetags:
<example id="wo2" translation="The lion ate the hunter's daughter's dog.">
<flat>
<word posp="noun" gloss="lion" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|ɓ|a|ʋ|a|ɡʷ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="hunter" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owner" case="GEN" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="daughter" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|f|aː|f|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
<word posp="noun" gloss="dog" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|k|ɜ|m|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ɓaʋaɡʷ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ŋau</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ʋətɜj</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-əjə</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">faːf</span><br><span class="gls">daughter</span></span> <span class="ilpair"><span class="mor">-əjə</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">kɜm</span><br><span class="gls">dog</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>ɓaʋaɡʷəŋə saː ŋau ka ʋətɜjəjə saː faːfəjə saː sa kɜmɜbə saː sa</p>
+ <p>б̱аваґвҭ̇ӈҭ̇ саа ӈаў ка вҭ̇тԉјҭ̇јҭ̇ саа фаафҭ̇јҭ̇ саа са кԉмԉбҭ̇ саа са</p>
+ <il>
+ <w>
+ <o>ɓaʋaɡʷ</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ŋau</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ʋətɜj</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-əjə</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>faːf</o>
+ <g>daughter</g>
+ </w>
+ <w>
+ <o>-əjə</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>sa</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>kɜm</o>
+ <g>dog</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>sa</o>
+ <g>3.sing.POSS</g>
+ </w>
+ </il>
</example>
### ɓaʋaɡʷəŋə saː ŋau ka ʋətɜjəjə saː faːfəjə saː sa kɜmɜbə saː sa#-> ɓaʋaɡʷəŋə saː ŋau ka ʋətɜjəjə saː faːfəjə saː sa kɜmɜbə saː sa
Б̱аваґвҭ̇ӈҭ̇ саа ӈаў ка вҭ̇тԉјҭ̇јҭ̇ саа фаафҭ̇јҭ̇ саа са кԉмԉбҭ̇ саа са. [ɓaʋaɡʷəŋə saː ŋau ka ʋətɜjəjə saː faːfəjə saː sa kɜmɜbə saː sa] ɓaʋaɡʷ lion -əŋə ACT saː the ŋau eat ka PAST ʋətɜj hunter -əjə GEN saː the faːf daughter -əjə GEN saː the sa 3.sing.POSS kɜm dog -ɜbə STA saː the sa 3.sing.POSS “The lion ate the hunter’s daughter’s dog.” | (17) |
The language has a fixed constituent order, and major phrases normally appear in a predictable position in the clause. Movement for discourse reasons is highly restricted: topics and foci are expressed not by rearranging elements, but through dedicated constructions such as clefts, focus clauses or topic–comment frames. Constituents remain continuous, and both the relative order of phrases and the internal structure of each phrase are stable. As a result, significant deviations from the basic word order are ungrammatical, and discourse structure is managed through these specialised constructions rather than through word-order variation.
Noun Phrases
Structure and Order
The internal structure of noun phrases in Kb 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, Kb 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:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned"> + <np type="owner_owned" case="STA"> <np type="owner_owned" role="owner"> <np type="owner_owned" role="owner"> <np number="sing" def="neither" locus="number" role="owner"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
module markowner:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA">
<np type="owner_owned" role="owner">
<np type="owner_owned" role="owner">
- <np number="sing" def="neither" locus="number" role="owner">
+ <np number="sing" def="neither" locus="number" role="owner" case="GEN">
<word person="2" number="sing" posp="pron"/>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module propagatenumber:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="STA"> - <np type="owner_owned" role="owner"> - <np type="owner_owned" role="owner"> + <np type="owner_owned" case="STA" number="sing"> + <np type="owner_owned" role="owner" number="sing"> + <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="neither" locus="number" role="owner" case="GEN"> <word person="2" number="sing" posp="pron"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> </np> </np> <np number="sing" def="def" locus="number" role="owned"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> </np> </np> </example>
createpronouns: No change.
module markowned:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
- <np number="sing" def="neither" locus="number" role="owner" case="GEN">
- <word person="2" number="sing" posp="pron"/>
- </np>
- <np number="sing" def="def" locus="number" role="owned" case="GEN">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned" case="GEN">
+ <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
</np>
</np>
- <np number="sing" def="def" locus="number" role="owned">
+ <np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
</np>
</np>
</example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase: No change.
prodrop: No change.
addclitics:
<example id="poss3" translation="your son's friend's book">
<np type="owner_owned" case="STA" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np type="owner_owned" role="owner" number="sing">
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="son"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="friend"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing">
<word posp="noun" gloss="book"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</np>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned:
<example id="poss3" translation="your son's friend's book"> - <np type="owner_owned" case="STA" number="sing"> - <np type="owner_owned" role="owner" number="sing"> - <np type="owner_owned" role="owner" number="sing"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> <word posp="noun" gloss="son"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> - </np> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> <word posp="noun" gloss="friend"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing"> + <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="book"/> <word gloss="the" posp="det"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> - </np> </example>
movedowntoword:
<example id="poss3" translation="your son's friend's book"> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> - <word posp="noun" gloss="son"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> - <word posp="noun" gloss="friend"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> - <word posp="noun" gloss="book"/> - <word gloss="the" posp="det"/> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> </np> </example>About to call getSlotValue for son/noun/case/obligatory
Got GEN
About to call getSlotValue for friend/noun/case/obligatory
Got GEN
About to call getSlotValue for book/noun/case/obligatory
Got STA
addaffixes:
<example id="poss3" translation="your son's friend's book">
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="2.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
+ <thingy type="nouncase" function="suffix" gloss="GEN"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
<np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="3.sing"/>
</np>
</example>
flatten:
<example id="poss3" translation="your son's friend's book"> - <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"> + <flat> <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"> <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="nouncase" function="suffix" gloss="GEN"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> - <np number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"> <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - </np> + </flat> </example>
addvocab:
<example id="poss3" translation="your son's friend's book"> <flat> - <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="2.sing"/> - <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> - <thingy type="nouncase" function="suffix" gloss="GEN"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> - <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="3.sing"/> + <word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|m|ɜː|ɗ|</word> + <thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|k|ə|</thingy> + <word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|t|ɘ|f|</word> + <thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy> + <word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">kətaːb</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy> </flat> </example>
vowelharmony: No change.
### |m|ɜː|ɗ|#-> mɜːɗ
### |m|ɜː|ɗ|
#-> mɜːɗ
### -|ə|j|ə|
#-> -əjə
### -|ə|j|ə|
#-> -əjə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |k|ə|
#-> kə
### |k|ə|
#-> kə
### |t|ɘ|f|
#-> tɘf
### |t|ɘ|f|
#-> tɘf
### -|ə|j|ə|
#-> -əjə
### -|ə|j|ə|
#-> -əjə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|
#-> sa
### |s|a|
#-> sa
### kətaːb
#-> kətaːb
### kətaːb
#-> kətaːb
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|
#-> sa
### |s|a|
#-> sa
### |m|ɜː|ɗ||ə|j|ə| |s|aː| |k|ə| |t|ɘ|f||ə|j|ə| |s|aː| |s|a| kətaːb|a|b|ə| |s|aː| |s|a|
#-> mɜːɗəjə saː kə tɘfəjə saː sa kətaːbabə saː sa
removetags:
<example id="poss3" translation="your son's friend's book">
<flat>
<word posp="noun" gloss="son" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|m|ɜː|ɗ|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="2.sing">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="2.sing.POSS">|k|ə|</thingy>
<word posp="noun" gloss="friend" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|t|ɘ|f|</word>
<thingy type="nouncase" function="suffix" gloss="GEN">-|ə|j|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" case="GEN" possessor="3.sing">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
<word posp="noun" gloss="book" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">kətaːb</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" locus="number" role="owned" possessor="3.sing" case="STA">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="3.sing.POSS">|s|a|</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">mɜːɗ</span><br><span class="gls">son</span></span> <span class="ilpair"><span class="mor">-əjə</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">kə</span><br><span class="gls">2.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">tɘf</span><br><span class="gls">friend</span></span> <span class="ilpair"><span class="mor">-əjə</span><br><span class="gls"><span class="glssc">GEN</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span> <span class="ilpair"><span class="mor">kətaːb</span><br><span class="gls">book</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">sa</span><br><span class="gls">3.sing.<span class="glssc">POSS</span></span></span></p>
+ <p>mɜːɗəjə saː kə tɘfəjə saː sa kətaːbabə saː sa</p>
+ <p>мюд̱ҭ̇јҭ̇ саа кҭ̇ тұфҭ̇јҭ̇ саа са кҭ̇таабабҭ̇ саа са</p>
+ <il>
+ <w>
+ <o>mɜːɗ</o>
+ <g>son</g>
+ </w>
+ <w>
+ <o>-əjə</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>kə</o>
+ <g>2.sing.POSS</g>
+ </w>
+ <w>
+ <o>tɘf</o>
+ <g>friend</g>
+ </w>
+ <w>
+ <o>-əjə</o>
+ <g>GEN</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>sa</o>
+ <g>3.sing.POSS</g>
+ </w>
+ <w>
+ <o>kətaːb</o>
+ <g>book</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>sa</o>
+ <g>3.sing.POSS</g>
+ </w>
+ </il>
</example>
### mɜːɗəjə saː kə tɘfəjə saː sa kətaːbabə saː sa#-> mɜːɗəjə saː kə tɘfəjə saː sa kətaːbabə saː sa
мюд̱ҭ̇јҭ̇ саа кҭ̇ тұфҭ̇јҭ̇ саа са кҭ̇таабабҭ̇ саа са [mɜːɗəjə saː kə tɘfəjə saː sa kətaːbabə saː sa] mɜːɗ son -əjə GEN saː the kə 2.sing.POSS tɘf friend -əjə GEN saː the sa 3.sing.POSS kətaːb book -abə STA saː the sa 3.sing.POSS “your son’s friend’s book” | (18) |
Case Marking
Kb uses active case marking. Intransitive subjects are divided according to how they participate in the event. More agent-like subjects, such as the subject of ‘run’ or ‘shout’, pattern with transitive subjects and take the active or agentive case. Less agent-like subjects, such as the subject of ‘sleep’ or ‘be ill’, pattern with transitive objects and take the patientive or absolutive case. This system makes sense where the grammar treats control, volition or affectedness as more important than the simple distinction between subject and object.
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:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"> <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 markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="intr_stat" translation="The cat is sleeping."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"> <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 ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES">
+ <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.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" case="STA" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
- <word posp="verb" gloss="sleep"/>
+ <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/case/obligatoryGot STA
addaffixes:
<example id="intr_stat" translation="The cat is sleeping.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</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" case="STA" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"> <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_stat" translation="The cat is sleeping."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner">|p|aː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">|b|ɘ|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |p|aː|ŋ|#-> paːŋ
### |p|aː|ŋ|
#-> paːŋ
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |b|ɘ|
#-> bɘ
### |b|ɘ|
#-> bɘ
### |p|aː|ŋ||a|b|ə| |s|aː| |b|ɘ|
#-> paːŋabə saː bɘ
removetags:
<example id="intr_stat" translation="The cat is sleeping.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="sleep" negation="POS" question="not.Q" tense="present" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="3.sing">|b|ɘ|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">paːŋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">bɘ</span><br><span class="gls">sleep</span></span></p>
+ <p>paːŋabə saː bɘ</p>
+ <p>пааӈабҭ̇ саа бұ</p>
+ <il>
+ <w>
+ <o>paːŋ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>bɘ</o>
+ <g>sleep</g>
+ </w>
+ </il>
</example>
### paːŋabə saː bɘ#-> paːŋabə saː bɘ
Пааӈабҭ̇ саа бұ. [paːŋabə saː bɘ] paːŋ cat -abə STA saː the bɘ sleep “The cat is sleeping.” | (19) |
initial XML:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont">
<verb>run</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
</s>
</example>cleanup:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont"> - <verb>run</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="run"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="intr_act" translation="The cat is running.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="run"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="intr_act" translation="The cat is running."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="run"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> <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 markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="intr_act" translation="The cat is running."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"> <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 ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
- <word posp="verb" gloss="run"/>
+ <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
</s>
</example>
About to call getSlotValue for cat/noun/case/obligatoryGot ACT
addaffixes:
<example id="intr_act" translation="The cat is running.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" 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" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"> <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - </s> + </flat> </example>
addvocab:
<example id="intr_act" translation="The cat is running."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|p|aː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">|ɗ|ɘː|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> </flat> </example>
vowelharmony: No change.
### |p|aː|ŋ|#-> paːŋ
### |p|aː|ŋ|
#-> paːŋ
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ɗ|ɘː|
#-> ɗɘː
### |ɗ|ɘː|
#-> ɗɘː
### |p|aː|ŋ||ə|ŋ|ə| |s|aː| |ɗ|ɘː|
#-> paːŋəŋə saː ɗɘː
removetags:
<example id="intr_act" translation="The cat is running.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="run" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing">|ɗ|ɘː|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">paːŋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɗɘː</span><br><span class="gls">run</span></span></p>
+ <p>paːŋəŋə saː ɗɘː</p>
+ <p>пааӈҭ̇ӈҭ̇ саа д̱ө</p>
+ <il>
+ <w>
+ <o>paːŋ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɗɘː</o>
+ <g>run</g>
+ </w>
+ </il>
</example>
### paːŋəŋə saː ɗɘː#-> paːŋəŋə saː ɗɘː
Пааӈҭ̇ӈҭ̇ саа д̱ө. [paːŋəŋə saː ɗɘː] paːŋ cat -əŋə ACT saː the ɗɘː run “The cat is running.” | (20) |
initial XML:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont">
<verb>chase</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont"> - <verb>chase</verb> + <vp tam="pres-cont" negation="POS" question="not.Q"> + <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<vp tam="pres-cont" negation="POS" question="not.Q">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <vp tam="pres-cont" negation="POS" question="not.Q"> + <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES"> <word posp="verb" gloss="chase"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="tr_pres" translation="The cat is chasing the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"> <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" case="STA"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES">
+ <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="chase"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="chase"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
- <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"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for cat/noun/case/obligatoryGot ACT
About to call getSlotValue for mouse/noun/case/obligatory
Got STA
addaffixes:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_pres" translation="The cat is chasing the mouse."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|p|aː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">|ʋ|a|f|a|l|a|</word> + <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">|ʋ|a|f|a|l|a|</word>
<thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |p|aː|ŋ|#-> paːŋ
### |p|aː|ŋ|
#-> paːŋ
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ʋ|a|f|a|l|a|
#-> ʋafala
### |ʋ|a|f|a|l|a|
#-> ʋafala
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |p|aː|ŋ||ə|ŋ|ə| |s|aː| |ʋ|a|f|a|l|a| |ɓ|ə|ʃ|ɘ|j||ɜ|b|ə| |s|aː|
#-> paːŋəŋə saː ʋafala ɓəʃɘjɜbə saː
removetags:
<example id="tr_pres" translation="The cat is chasing the mouse.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="chase" tam="pres-cont" negation="POS" question="not.Q" ta="PRES" subj="3.sing" obj="3.sing">|ʋ|a|f|a|l|a|</word>
- <thingy type="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">paːŋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋafala</span><br><span class="gls">chase</span></span> <span class="ilpair"><span class="mor">ɓəʃɘj</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>paːŋəŋə saː ʋafala ɓəʃɘjɜbə saː</p>
+ <p>пааӈҭ̇ӈҭ̇ саа вафала б̱ҭ̇шұјԉбҭ̇ саа</p>
+ <il>
+ <w>
+ <o>paːŋ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʋafala</o>
+ <g>chase</g>
+ </w>
+ <w>
+ <o>ɓəʃɘj</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### paːŋəŋə saː ʋafala ɓəʃɘjɜbə saː#-> paːŋəŋə saː ʋafala ɓəʃɘjɜbə saː
Пааӈҭ̇ӈҭ̇ саа вафала б̱ҭ̇шұјԉбҭ̇ саа. [paːŋəŋə saː ʋafala ɓəʃɘjɜbə saː] paːŋ cat -əŋə ACT saː the ʋafala chase ɓəʃɘj mouse -ɜbə STA saː the “The cat is chasing the mouse.” | (21) |
initial XML:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np number="sing" def="def" role="subj" tr="theme">
<noun>cat</noun>
</np>
<np number="sing" def="def" role="obj" tr="rheme">
<noun>mouse</noun>
</np>
</s>
</example>cleanup:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="subj" tr="theme"> - <noun>cat</noun> + <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np number="sing" def="def" role="obj" tr="rheme"> - <noun>mouse</noun> + <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="subj" tr="theme" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np number="sing" def="def" role="obj" tr="rheme" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</s>
</example>
module nonpastonly:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np number="sing" def="def" role="subj" tr="theme" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np number="sing" def="def" role="obj" tr="rheme" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="tr_past" translation="The cat caught the mouse."> <s> - <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT"> + <np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"> <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" case="STA"> + <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for cat/noun/case/obligatoryGot ACT
About to call getSlotValue for mouse/noun/case/obligatory
Got STA
addaffixes:
<example id="tr_past" translation="The cat caught the mouse.">
<s>
<np number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="tr_past" translation="The cat caught the mouse."> <flat> - <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|p|aː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɓ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɓ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |p|aː|ŋ|#-> paːŋ
### |p|aː|ŋ|
#-> paːŋ
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ɓ|au|
#-> ɓau
### |ɓ|au|
#-> ɓau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |p|aː|ŋ||ə|ŋ|ə| |s|aː| |ɓ|au| |k|a| |ɓ|ə|ʃ|ɘ|j||ɜ|b|ə| |s|aː|
#-> paːŋəŋə saː ɓau ka ɓəʃɘjɜbə saː
removetags:
<example id="tr_past" translation="The cat caught the mouse.">
<flat>
<word posp="noun" gloss="cat" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="subj" tr="theme" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɓ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="obj" tr="rheme" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">paːŋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ɓau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɓəʃɘj</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>paːŋəŋə saː ɓau ka ɓəʃɘjɜbə saː</p>
+ <p>пааӈҭ̇ӈҭ̇ саа б̱аў ка б̱ҭ̇шұјԉбҭ̇ саа</p>
+ <il>
+ <w>
+ <o>paːŋ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ɓau</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ɓəʃɘj</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### paːŋəŋə saː ɓau ka ɓəʃɘjɜbə saː#-> paːŋəŋə saː ɓau ka ɓəʃɘjɜbə saː
Пааӈҭ̇ӈҭ̇ саа б̱аў ка б̱ҭ̇шұјԉбҭ̇ саа. [paːŋəŋə saː ɓau ka ɓəʃɘjɜbə saː] paːŋ cat -əŋə ACT saː the ɓau catch ka PAST ɓəʃɘj mouse -ɜbə STA saː the “The cat caught the mouse.” | (22) |
Conjunctions
Here is an example of a conjunction.
initial XML:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp tam="past-punct">
<verb>kill</verb>
</vp>
<np def="def" number="sing" tr="theme" role="subj">
<noun>hunter</noun>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur">
<noun>jaguar</noun>
</np>
<np def="def" number="plur">
<noun>tiger</noun>
</np>
<np def="def" number="plur">
<noun>lion</noun>
</np>
</conjp>
</np>
</s>
</example>cleanup:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp tam="past-punct"> - <verb>kill</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="kill"/> </vp> - <np def="def" number="sing" tr="theme" role="subj"> - <noun>hunter</noun> + <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <word posp="noun" gloss="hunter"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> - <np def="def" number="plur"> - <noun>jaguar</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="jaguar"/> </np> - <np def="def" number="plur"> - <noun>tiger</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="tiger"/> </np> - <np def="def" number="plur"> - <noun>lion</noun> + <np def="def" number="plur" locus="number"> + <word posp="noun" gloss="lion"/> </np> </conjp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="kill"/>
</vp>
<np def="def" number="sing" tr="theme" role="subj" locus="number">
<word posp="noun" gloss="hunter"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme">
<conjp conj="and">
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="jaguar"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="tiger"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="plur" locus="number">
<word posp="noun" gloss="lion"/>
+ <word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
module nonpastonly:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="kill"/> </vp> <np def="def" number="sing" tr="theme" role="subj" locus="number"> <word posp="noun" gloss="hunter"/> <word gloss="the" posp="det"/> </np> <np role="obj" tr="rheme"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module noepistemic: No change.
module NRel: No change.
module sentenceconnectors: No change.
module complementise: No change.
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:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> <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" case="STA"> <conjp conj="and"> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> <np def="def" number="plur" locus="number"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module markowner: No change.
module propagatenumber:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<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" case="STA">
+ <np role="obj" tr="rheme" case="STA" 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>
createpronouns: No change.
module markowned:
<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" case="ACT"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="STA" number="plur"> + <np role="obj" tr="rheme" case="STA" number="plur" possessor="no.owner"> <conjp conj="and"> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" possessor="no.owner"> <word posp="noun" gloss="jaguar"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" possessor="no.owner"> <word posp="noun" gloss="tiger"/> <word gloss="the" posp="det"/> </np> - <np def="def" number="plur" locus="number"> + <np def="def" number="plur" locus="number" possessor="no.owner"> <word posp="noun" gloss="lion"/> <word gloss="the" posp="det"/> </np> </conjp> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<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" case="STA" number="plur" possessor="no.owner">
<conjp conj="and">
<np def="def" number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
+ <word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</conjp>
</np>
</s>
</example>
flattenconjp:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<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" case="STA" number="plur" possessor="no.owner">
- <conjp conj="and">
- <np def="def" number="plur" locus="number" possessor="no.owner">
+ <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number" possessor="no.owner">
+ <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
- <np def="def" number="plur" locus="number" possessor="no.owner">
+ <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
- </conjp>
</np>
</s>
</example>
fixpronouns: No change.
copyuptophrase:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur">
<word posp="verb" gloss="kill"/>
</vp>
<np role="obj" tr="rheme" case="STA" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
</np>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np role="obj" tr="rheme" case="STA" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="plur"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="hunter"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<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"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np role="obj" tr="rheme" case="STA" number="plur" possessor="no.owner">
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="jaguar"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="tiger"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="lion"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
- </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" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="hunter"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<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"/>
+ <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
- <word posp="noun" gloss="jaguar"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
- <word posp="noun" gloss="tiger"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
- <word posp="noun" gloss="lion"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</s>
</example>
About to call getSlotValue for hunter/noun/case/obligatoryGot ACT
About to call getSlotValue for jaguar/noun/case/obligatory
Got STA
About to call getSlotValue for tiger/noun/case/obligatory
Got STA
About to call getSlotValue for lion/noun/case/obligatory
Got STA
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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word posp="conj" gloss="and"/>
<np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/>
<thingy type="npnumber" function="enclitic" gloss="plur"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.plur"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"> <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"> <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word posp="conj" gloss="and"/> - <np def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"> <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> <thingy type="npnumber" function="enclitic" gloss="plur"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </s> + </flat> </example>
addvocab:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions."> <flat> - <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="conj" gloss="and"/> - <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA"/> - <thingy type="npnumber" function="enclitic" gloss="plur"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|aː|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|ɓ|a|ɡʷ|a|f|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="conj" gloss="and">|f|ɜː|</word> + <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|j|a|ɡʷ|ɘ|b|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="conj" gloss="and">|f|ɜː|</word> + <word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|ɓ|a|ʋ|a|ɡʷ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|aː|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|ɓ|a|ɡʷ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="conj" gloss="and">|f|ɜː|</word>
- <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|j|a|ɡʷ|ɘ|b|</word>
- <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
+ <word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|j|ɜ|ɡʷ|ɘ|b|</word>
+ <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="conj" gloss="and">|f|ɜː|</word>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|ɓ|a|ʋ|a|ɡʷ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |ʋ|ə|t|ɜ|j|#-> ʋətɜj
### |ʋ|ə|t|ɜ|j|
#-> ʋətɜj
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ŋ|aː|
#-> ŋaː
### |ŋ|aː|
#-> ŋaː
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ɓ|a|ɡʷ|a|f|
#-> ɓaɡʷaf
### |ɓ|a|ɡʷ|a|f|
#-> ɓaɡʷaf
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |j|ə|
#-> jə
### |j|ə|
#-> jə
### |f|ɜː|
#-> fɜː
### |f|ɜː|
#-> fɜː
### |j|ɜ|ɡʷ|ɘ|b|
#-> jɜɡʷɘb
### |j|ɜ|ɡʷ|ɘ|b|
#-> jɜɡʷɘb
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |j|ə|
#-> jə
### |j|ə|
#-> jə
### |f|ɜː|
#-> fɜː
### |f|ɜː|
#-> fɜː
### |ɓ|a|ʋ|a|ɡʷ|
#-> ɓaʋaɡʷ
### |ɓ|a|ʋ|a|ɡʷ|
#-> ɓaʋaɡʷ
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |j|ə|
#-> jə
### |j|ə|
#-> jə
### |ʋ|ə|t|ɜ|j||ə|ŋ|ə| |s|aː| |ŋ|aː| |k|a| |ɓ|a|ɡʷ|a|f||a|b|ə| |s|aː| |j|ə| |f|ɜː| |j|ɜ|ɡʷ|ɘ|b||ɜ|b|ə| |s|aː| |j|ə| |f|ɜː| |ɓ|a|ʋ|a|ɡʷ||a|b|ə| |s|aː| |j|ə|
#-> ʋətɜjəŋə saː ŋaː ka ɓaɡʷafabə saː jə fɜː jɜɡʷɘbɜbə saː jə fɜː ɓaʋaɡʷabə saː jə
removetags:
<example id="conj1" translation="The hunter killed the jaguars, the tigers and the lions.">
<flat>
<word posp="noun" gloss="hunter" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|ʋ|ə|t|ɜ|j|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|aː|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="jaguar" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|ɓ|a|ɡʷ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="conj" gloss="and">|f|ɜː|</word>
<word posp="noun" gloss="tiger" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|j|ɜ|ɡʷ|ɘ|b|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="conj" gloss="and">|f|ɜː|</word>
<word posp="noun" gloss="lion" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|ɓ|a|ʋ|a|ɡʷ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="plur" locus="number" possessor="no.owner" role="obj" tr="rheme" case="STA">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="plur">|j|ə|</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ʋətɜj</span><br><span class="gls">hunter</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ŋaː</span><br><span class="gls">kill</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɓaɡʷaf</span><br><span class="gls">jaguar</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">fɜː</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">jɜɡʷɘb</span><br><span class="gls">tiger</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jə</span><br><span class="gls">plur</span></span> <span class="ilpair"><span class="mor">fɜː</span><br><span class="gls">and</span></span> <span class="ilpair"><span class="mor">ɓaʋaɡʷ</span><br><span class="gls">lion</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">jə</span><br><span class="gls">plur</span></span></p>
+ <p>ʋətɜjəŋə saː ŋaː ka ɓaɡʷafabə saː jə fɜː jɜɡʷɘbɜbə saː jə fɜː ɓaʋaɡʷabə saː jə</p>
+ <p>вҭ̇тԉјҭ̇ӈҭ̇ саа ӈаа ка б̱аґвафабҭ̇ саа јҭ̇ фю јԉґвұбԉбҭ̇ саа јҭ̇ фю б̱аваґвабҭ̇ саа јҭ̇</p>
+ <il>
+ <w>
+ <o>ʋətɜj</o>
+ <g>hunter</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ŋaː</o>
+ <g>kill</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ɓaɡʷaf</o>
+ <g>jaguar</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>jə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>fɜː</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>jɜɡʷɘb</o>
+ <g>tiger</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>jə</o>
+ <g>plur</g>
+ </w>
+ <w>
+ <o>fɜː</o>
+ <g>and</g>
+ </w>
+ <w>
+ <o>ɓaʋaɡʷ</o>
+ <g>lion</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>jə</o>
+ <g>plur</g>
+ </w>
+ </il>
</example>
### ʋətɜjəŋə saː ŋaː ka ɓaɡʷafabə saː jə fɜː jɜɡʷɘbɜbə saː jə fɜː ɓaʋaɡʷabə saː jə#-> ʋətɜjəŋə saː ŋaː ka ɓaɡʷafabə saː jə fɜː jɜɡʷɘbɜbə saː jə fɜː ɓaʋaɡʷabə saː jə
Вҭ̇тԉјҭ̇ӈҭ̇ саа ӈаа ка б̱аґвафабҭ̇ саа јҭ̇ фю јԉґвұбԉбҭ̇ саа јҭ̇ фю б̱аваґвабҭ̇ саа јҭ̇. [ʋətɜjəŋə saː ŋaː ka ɓaɡʷafabə saː jə fɜː jɜɡʷɘbɜbə saː jə fɜː ɓaʋaɡʷabə saː jə] ʋətɜj hunter -əŋə ACT saː the ŋaː kill ka PAST ɓaɡʷaf jaguar -abə STA saː the jə plur fɜː and jɜɡʷɘb tiger -ɜbə STA saː the jə plur fɜː and ɓaʋaɡʷ lion -abə STA saː the jə plur “The hunter killed the jaguars, the tigers and the lions.” | (23) |
Modifiers and Determiners
The ordering of demonstratives, articles (if present), and other modifiers in Kb 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
Kb 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:
<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" case="ACT"> <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"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner: No change.
module propagatenumber: No change.
createpronouns: No change.
module markowned:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="STA"> + <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp1" translation="I patted the cat.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
- <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" case="STA" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
copyuptophrase:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" 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" case="STA" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
prodrop:
<example id="relp1" translation="I patted the cat."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" 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" case="STA" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> </s> </example>
addclitics:
<example id="relp1" translation="I patted the cat.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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">
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for cat/noun/case/obligatoryGot STA
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">
<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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="relp1" translation="I patted the cat."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp1" translation="I patted the cat."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <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">|ᵏǀ|a|ɡʷ|ɘː|f|ə|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|p|aː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="relp1" translation="I patted the cat."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">|ᵏǀ|a|ɡʷ|ɘː|f|ə|</word> + <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">|ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|p|aː|ŋ|</word> <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|
#-> ᵏǀɜɡʷɘːfə
### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|
#-> ᵏǀɜɡʷɘːfə
### |k|a|
#-> ka
### |k|a|
#-> ka
### |p|aː|ŋ|
#-> paːŋ
### |p|aː|ŋ|
#-> paːŋ
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə| |k|a| |p|aː|ŋ||a|b|ə| |s|aː|
#-> ᵏǀɜɡʷɘːfə ka paːŋabə saː
removetags:
<example id="relp1" translation="I patted the cat.">
<flat>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing" obj="3.sing">|ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="cat" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="rheme" role="obj" locus="number" case="STA" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ᵏǀɜɡʷɘːfə</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">paːŋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>ᵏǀɜɡʷɘːfə ka paːŋabə saː</p>
+ <p>ҁтԉґвөфҭ̇ ка пааӈабҭ̇ саа</p>
+ <il>
+ <w>
+ <o>ᵏǀɜɡʷɘːfə</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>paːŋ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ᵏǀɜɡʷɘːfə ka paːŋabə saː#-> ᵏǀɜɡʷɘːfə ka paːŋabə saː
Ҁтԉґвөфҭ̇ ка пааӈабҭ̇ саа. [ᵏǀɜɡʷɘːfə ka paːŋabə saː] ᵏǀɜɡʷɘːfə pat ka PAST paːŋ cat -abə STA saː the “I patted the cat.” | (24) |
We can now add a relative clause modifying the noun:
initial XML:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>mouse</noun>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> - <np def="def" number="sing" role="obj"> - <noun>mouse</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="mouse"/> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module NRel:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
- <relp>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="catch"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="catch"/>
+ </vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise: No change.
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:
<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" case="ACT"> <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"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="STA"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module markowner: No change.
module propagatenumber:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<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" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="relp2" translation="I patted the cat that caught the mouse."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> <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=""> + <np id="parent" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="STA"> + <np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
- <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" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</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" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" 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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </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" case="ACT" possessor="no.owner" 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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> </relp> </np> </s> </example>
addclitics:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase: No change.
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for cat/noun/case/obligatorycalling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for mouse/noun/case/obligatory
Got STA
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">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="relp2" translation="I patted the cat that caught the mouse."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent" number="sing" possessor="no.owner"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|a|ɡʷ|ɘː|f|ə|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɓ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="relp2" translation="I patted the cat that caught the mouse."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|a|ɡʷ|ɘː|f|ə|</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word> <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɓ|au|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|
#-> ᵏǀɜɡʷɘːfə
### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|
#-> ᵏǀɜɡʷɘːfə
### |k|a|
#-> ka
### |k|a|
#-> ka
### |p|aː|ŋ|
#-> paːŋ
### |p|aː|ŋ|
#-> paːŋ
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### -,
#-> -,
### |n|ai|
#-> nai
### |n|ai|
#-> nai
### |ɓ|au|
#-> ɓau
### |ɓ|au|
#-> ɓau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə| |k|a| |p|aː|ŋ||a|b|ə| |s|aː|, |n|ai| |ɓ|au| |k|a| |ɓ|ə|ʃ|ɘ|j||ɜ|b|ə| |s|aː|
#-> ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː
removetags:
<example id="relp2" translation="I patted the cat that caught the mouse.">
<flat>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ɓ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ᵏǀɜɡʷɘːfə</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">paːŋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ɓau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɓəʃɘj</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː</p>
+ <p>ҁтԉґвөфҭ̇ ка пааӈабҭ̇ саа, най б̱аў ка б̱ҭ̇шұјԉбҭ̇ саа</p>
+ <il>
+ <w>
+ <o>ᵏǀɜɡʷɘːfə</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>paːŋ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-,</o>
+ <g>no.owner.POSS</g>
+ </w>
+ <w>
+ <o>nai</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>ɓau</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ɓəʃɘj</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː#-> ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː
Ҁтԉґвөфҭ̇ ка пааӈабҭ̇ саа, най б̱аў ка б̱ҭ̇шұјԉбҭ̇ саа. [ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː] ᵏǀɜɡʷɘːfə pat ka PAST paːŋ cat -abə STA saː the nai RELPRON ɓau catch ka PAST ɓəʃɘj mouse -ɜbə STA saː the “I patted the cat that caught the mouse.” | (25) |
Relative clauses may themselves contain other relative clauses:
initial XML:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np def="def" number="sing" role="obj">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> - <np def="def" number="sing" role="obj"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np def="def" number="sing" role="obj" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module NRel:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
- <relp>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="catch"/>
- </vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <word posp="verb" gloss="eat"/>
+ </vp>
<np def="def" number="sing" role="obj" locus="number">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise: No change.
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:
<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" case="ACT"> <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"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number"> + <np def="def" number="sing" role="obj" locus="number" case="STA"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module markowner: No change.
module propagatenumber:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<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" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> <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=""> + <np id="parent" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="obj" locus="number" case="STA"> + <np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
- <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" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<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" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</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" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" 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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </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" case="ACT" possessor="no.owner" 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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </s> </example>
addclitics:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np id="parent" number="sing" possessor="no.owner">
+ <np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for cat/noun/case/obligatorycalling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for mouse/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for cheese/noun/case/obligatory
Got STA
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">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent" number="sing" possessor="no.owner"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent" number="sing" possessor="no.owner" case="ACT"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" obj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|a|ɡʷ|ɘː|f|ə|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|k|a|d|au|m|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|a|ɡʷ|ɘː|f|ə|</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word> <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|au|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|k|a|d|au|m|</word> <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|
#-> ᵏǀɜɡʷɘːfə
### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|
#-> ᵏǀɜɡʷɘːfə
### |k|a|
#-> ka
### |k|a|
#-> ka
### |p|aː|ŋ|
#-> paːŋ
### |p|aː|ŋ|
#-> paːŋ
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### -,
#-> -,
### |n|ai|
#-> nai
### |n|ai|
#-> nai
### |ɓ|au|
#-> ɓau
### |ɓ|au|
#-> ɓau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### -,
#-> -,
### |n|ai|
#-> nai
### |n|ai|
#-> nai
### |ŋ|au|
#-> ŋau
### |ŋ|au|
#-> ŋau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |k|a|d|au|m|
#-> kadaum
### |k|a|d|au|m|
#-> kadaum
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə| |k|a| |p|aː|ŋ||a|b|ə| |s|aː|, |n|ai| |ɓ|au| |k|a| |ɓ|ə|ʃ|ɘ|j||ɜ|b|ə| |s|aː|, |n|ai| |ŋ|au| |k|a| |k|a|d|au|m||a|b|ə| |s|aː|
#-> ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː
removetags:
<example id="relp3" translation="I patted the cat that caught the mouse that ate the cheese.">
<flat>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ŋ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|k|a|d|au|m|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" case="STA" possessor="no.owner" comma="after">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ᵏǀɜɡʷɘːfə</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">paːŋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ɓau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɓəʃɘj</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ŋau</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kadaum</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː</p>
+ <p>ҁтԉґвөфҭ̇ ка пааӈабҭ̇ саа, най б̱аў ка б̱ҭ̇шұјԉбҭ̇ саа, най ӈаў ка кадаўмабҭ̇ саа</p>
+ <il>
+ <w>
+ <o>ᵏǀɜɡʷɘːfə</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>paːŋ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-,</o>
+ <g>no.owner.POSS</g>
+ </w>
+ <w>
+ <o>nai</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>ɓau</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ɓəʃɘj</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-,</o>
+ <g>no.owner.POSS</g>
+ </w>
+ <w>
+ <o>nai</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>ŋau</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kadaum</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː#-> ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː
Ҁтԉґвөфҭ̇ ка пааӈабҭ̇ саа, най б̱аў ка б̱ҭ̇шұјԉбҭ̇ саа, най ӈаў ка кадаўмабҭ̇ саа. [ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː] ᵏǀɜɡʷɘːfə pat ka PAST paːŋ cat -abə STA saː the nai RELPRON ɓau catch ka PAST ɓəʃɘj mouse -ɜbə STA saː the nai RELPRON ŋau eat ka PAST kadaum cheese -abə STA saː the “I patted the cat that caught the mouse that ate the cheese.” | (26) |
Finally, here is an example containing several layers of embedding:
initial XML:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp tam="past-punct">
<verb>pat</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>catch</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>cat</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>eat</verb>
</vp>
<np def="def" number="sing" role="subj" head="this">
<noun>mouse</noun>
</np>
<np role="obj">
<relp>
<vp tam="past-punct">
<verb>buy</verb>
</vp>
<np number="sing" def="neither" role="subj">
<pron person="1excl" number="sing"/>
</np>
<np def="def" number="sing" role="obj" head="this">
<noun>cheese</noun>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>cleanup:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp tam="past-punct"> - <verb>pat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="pat"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>catch</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="catch"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>cat</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="cat"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>eat</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="eat"/> </vp> - <np def="def" number="sing" role="subj" head="this"> - <noun>mouse</noun> + <np def="def" number="sing" role="subj" head="this" locus="number"> + <word posp="noun" gloss="mouse"/> </np> <np role="obj"> <relp> - <vp tam="past-punct"> - <verb>buy</verb> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj"> - <pron person="1excl" number="sing"/> + <np number="sing" def="neither" role="subj" locus="number"> + <word person="1excl" number="sing" posp="pron"/> </np> - <np def="def" number="sing" role="obj" head="this"> - <noun>cheese</noun> + <np def="def" number="sing" role="obj" head="this" locus="number"> + <word posp="noun" gloss="cheese"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module adj2verb: No change.
module articles:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="catch"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="eat"/>
</vp>
<np def="def" number="sing" role="subj" head="this" locus="number">
<word posp="noun" gloss="mouse"/>
+ <word gloss="the" posp="det"/>
</np>
<np role="obj">
<relp>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
<np def="def" number="sing" role="obj" head="this" locus="number">
<word posp="noun" gloss="cheese"/>
+ <word gloss="the" posp="det"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module nonpastonly:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="pat"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np def="def" number="sing" role="subj" head="this" locus="number"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <np role="obj"> <relp> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number"> <word person="1excl" number="sing" posp="pron"/> </np> <np def="def" number="sing" role="obj" head="this" locus="number"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module noepistemic: No change.
module NRel:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="pat"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np role="obj">
- <relp>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="cat"/>
+ <word gloss="the" posp="det"/>
+ </np>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="cat"/>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="subj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np def="def" number="sing" role="subj" head="this" locus="number">
- <word posp="noun" gloss="mouse"/>
+ <np id="parent">
+ <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
+ <word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj">
- <relp>
+ <relp comma="after">
+ <np id="relnp" number="sing" def="neither" role="obj" comma="before">
+ <word posp="pron" gloss="RELPRON"/>
+ </np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number">
<word person="1excl" number="sing" posp="pron"/>
</np>
- <np def="def" number="sing" role="obj" head="this" locus="number">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
- </np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
module sentenceconnectors: No change.
module complementise: No change.
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:
<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" case="ACT"> <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"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> <np id="parent"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="obj" comma="before"> + <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT"> <word person="1excl" number="sing" posp="pron"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module markowner: No change.
module propagatenumber:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<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" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="catch"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="eat"/>
</vp>
- <np id="parent">
+ <np id="parent" number="sing">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<word person="1excl" number="sing" posp="pron"/>
</np>
</relp>
</np>
</relp>
</np>
</relp>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <s> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> <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=""> + <np id="parent" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="catch"/> </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT"> + <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="eat"/> </vp> - <np id="parent" number="sing"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr=""> + <np id="parent" number="sing" possessor="no.owner"> + <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA"> + <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> <word person="1excl" number="sing" posp="pron"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
- <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" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<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" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<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" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
<word posp="verb" gloss="buy"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
- <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" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" 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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> + <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy"/> </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" 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" case="ACT" possessor="no.owner" 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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="mouse"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <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" possessor="no.owner"> <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cheese"/> <word gloss="the" posp="det"/> </np> <relp comma="after"> <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner"> <word posp="pron" gloss="RELPRON"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy"/> </vp> <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/> </np> </relp> </np> </relp> </np> </relp> </np> </s> </example>
addclitics:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="eat"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
propagateArgumentCase:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
<word posp="verb" gloss="pat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np id="parent" number="sing" possessor="no.owner">
+ <np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="mouse"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="eat"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
- <np id="parent" number="sing" possessor="no.owner">
+ <np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cheese"/>
<word gloss="the" posp="det"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner">
<word posp="pron" gloss="RELPRON"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
unwrapArgumentNPs: No change.
unwrapOwnerOwned: No change.
movedowntoword:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<s>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">
- <word posp="verb" gloss="pat"/>
+ <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
- <word posp="noun" gloss="cat"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
- <word posp="verb" gloss="catch"/>
+ <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
- <word posp="noun" gloss="mouse"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
- <word posp="verb" gloss="eat"/>
+ <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
- <word posp="noun" gloss="cheese"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner">
- <word posp="pron" gloss="RELPRON"/>
+ <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
- <word posp="verb" gloss="buy"/>
+ <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.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" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for cat/noun/case/obligatorycalling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for mouse/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
About to call getSlotValue for cheese/noun/case/obligatory
calling defaultval for case/
defaultval: noun, case
returning STA
Got STA
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">
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np id="parent" number="sing" possessor="no.owner" case="ACT">
<np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner">
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<relp comma="after">
<np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner">
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing">
<word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</relp>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
flatten:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> - <s> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"> + <flat> <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent" number="sing" possessor="no.owner"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent" number="sing" possessor="no.owner" case="ACT"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np id="parent" number="sing" possessor="no.owner" case="ACT"> - <np def="def" number="sing" role="obj" locus="number" id="headnp" tr="" possessor="no.owner"> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <relp comma="after"> - <np id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner"> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"> <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl"> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"/> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" comma="after"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </relp> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="verb" gloss="buy" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" obj="3.sing" subj="1excl.sing"/> - <thingy type="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" comma="after"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|a|ɡʷ|ɘː|f|ə|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ŋ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|k|a|d|au|m|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner">|n|ai|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|h|ɘː|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" comma="after">|d|aː|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought."> <flat> - <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|a|ɡʷ|ɘː|f|ə|</word> + <word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word> <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word> - <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ŋ|au|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|k|a|d|au|m|</word> <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> <word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word> <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner">|n|ai|</word> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|h|ɘː|</word> <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" comma="after">|d|aː|</word> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|
#-> ᵏǀɜɡʷɘːfə
### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|
#-> ᵏǀɜɡʷɘːfə
### |k|a|
#-> ka
### |k|a|
#-> ka
### |p|aː|ŋ|
#-> paːŋ
### |p|aː|ŋ|
#-> paːŋ
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### -,
#-> -,
### |n|ai|
#-> nai
### |n|ai|
#-> nai
### |ɓ|au|
#-> ɓau
### |ɓ|au|
#-> ɓau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### |ɓ|ə|ʃ|ɘ|j|
#-> ɓəʃɘj
### -|ɜ|b|ə|
#-> -ɜbə
### -|ɜ|b|ə|
#-> -ɜbə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### -,
#-> -,
### |n|ai|
#-> nai
### |n|ai|
#-> nai
### |ŋ|au|
#-> ŋau
### |ŋ|au|
#-> ŋau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |k|a|d|au|m|
#-> kadaum
### |k|a|d|au|m|
#-> kadaum
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### -,
#-> -,
### |n|ai|
#-> nai
### |n|ai|
#-> nai
### |h|ɘː|
#-> hɘː
### |h|ɘː|
#-> hɘː
### |k|a|
#-> ka
### |k|a|
#-> ka
### |d|aː|
#-> daː
### |d|aː|
#-> daː
### |ᵏǀ|ɜ|ɡʷ|ɘː|f|ə| |k|a| |p|aː|ŋ||a|b|ə| |s|aː|, |n|ai| |ɓ|au| |k|a| |ɓ|ə|ʃ|ɘ|j||ɜ|b|ə| |s|aː|, |n|ai| |ŋ|au| |k|a| |k|a|d|au|m||a|b|ə| |s|aː|, |n|ai| |h|ɘː| |k|a| |d|aː|
#-> ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː, nai hɘː ka daː
removetags:
<example id="relp4" translation="I patted the cat that caught the mouse that ate the cheese that I bought.">
<flat>
<word posp="verb" gloss="pat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="1excl.sing">|ᵏǀ|ɜ|ɡʷ|ɘː|f|ə|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="cat" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|p|aː|ŋ|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="catch" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ɓ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="mouse" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|ɓ|ə|ʃ|ɘ|j|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|ɜ|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="subj" comma="before" case="ACT" possessor="no.owner">|n|ai|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="verb" gloss="eat" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing">|ŋ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="cheese" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|k|a|d|au|m|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" role="obj" locus="number" id="headnp" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="pron" gloss="RELPRON" id="relnp" number="sing" def="neither" role="obj" comma="before" case="STA" possessor="no.owner">|n|ai|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|h|ɘː|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" comma="after">|d|aː|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ᵏǀɜɡʷɘːfə</span><br><span class="gls">pat</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">paːŋ</span><br><span class="gls">cat</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ɓau</span><br><span class="gls">catch</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ɓəʃɘj</span><br><span class="gls">mouse</span></span> <span class="ilpair"><span class="mor">-ɜbə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">ŋau</span><br><span class="gls">eat</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kadaum</span><br><span class="gls">cheese</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">nai</span><br><span class="gls"><span class="glssc">RELPRON</span></span></span> <span class="ilpair"><span class="mor">hɘː</span><br><span class="gls">buy</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">daː</span><br><span class="gls">1excl.sing</span></span></p>
+ <p>ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː, nai hɘː ka daː</p>
+ <p>ҁтԉґвөфҭ̇ ка пааӈабҭ̇ саа, най б̱аў ка б̱ҭ̇шұјԉбҭ̇ саа, най ӈаў ка кадаўмабҭ̇ саа, най гө ка даа</p>
+ <il>
+ <w>
+ <o>ᵏǀɜɡʷɘːfə</o>
+ <g>pat</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>paːŋ</o>
+ <g>cat</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-,</o>
+ <g>no.owner.POSS</g>
+ </w>
+ <w>
+ <o>nai</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>ɓau</o>
+ <g>catch</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ɓəʃɘj</o>
+ <g>mouse</g>
+ </w>
+ <w>
+ <o>-ɜbə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-,</o>
+ <g>no.owner.POSS</g>
+ </w>
+ <w>
+ <o>nai</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>ŋau</o>
+ <g>eat</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kadaum</o>
+ <g>cheese</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>-,</o>
+ <g>no.owner.POSS</g>
+ </w>
+ <w>
+ <o>nai</o>
+ <g>RELPRON</g>
+ </w>
+ <w>
+ <o>hɘː</o>
+ <g>buy</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>daː</o>
+ <g>1excl.sing</g>
+ </w>
+ </il>
</example>
### ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː, nai hɘː ka daː#-> ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː, nai hɘː ka daː
Ҁтԉґвөфҭ̇ ка пааӈабҭ̇ саа, най б̱аў ка б̱ҭ̇шұјԉбҭ̇ саа, най ӈаў ка кадаўмабҭ̇ саа, най гө ка даа. [ᵏǀɜɡʷɘːfə ka paːŋabə saː, nai ɓau ka ɓəʃɘjɜbə saː, nai ŋau ka kadaumabə saː, nai hɘː ka daː] ᵏǀɜɡʷɘːfə pat ka PAST paːŋ cat -abə STA saː the nai RELPRON ɓau catch ka PAST ɓəʃɘj mouse -ɜbə STA saː the nai RELPRON ŋau eat ka PAST kadaum cheese -abə STA saː the nai RELPRON hɘː buy ka PAST daː 1excl.sing “I patted the cat that caught the mouse that ate the cheese that I bought.” | (27) |
Complementation Strategies
Kb 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:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj"> + <np role="subj" case="ACT"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number"> + <np number="sing" def="def" head="this" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="give"/> </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number"> + <np number="sing" role="obj" locus="number" case="STA"> <word posp="noun" gloss="apple"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="surprise"/> </vp> - <np number="sing" def="def" role="indobj" locus="number"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module markowner: No change.
module propagatenumber:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="ACT"> + <np role="subj" case="ACT" number="sing"> <subs> <np number="sing" def="def" head="this" role="subj" locus="number" case="ACT"> <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" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> <np number="sing" role="obj" locus="number" case="STA"> <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" case="DAT"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
createpronouns: No change.
module markowned:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <s> - <np role="subj" case="ACT" number="sing"> + <np role="subj" case="ACT" number="sing" possessor="no.owner"> <subs> - <np number="sing" def="def" head="this" role="subj" locus="number" case="ACT"> + <np number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="DAT"> + <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np number="sing" role="obj" locus="number" case="STA"> + <np number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <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" case="DAT"> + <np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="teacher"/> <word gloss="the" posp="det"/> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns: No change.
copyuptophrase:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ACT" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="3.sing">
<word posp="verb" gloss="give"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<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" case="DAT" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
</np>
</s>
</example>
prodrop: No change.
addclitics:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ACT" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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">
<word posp="verb" gloss="give"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="apple"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<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"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="teacher"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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">
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
- <word posp="noun" gloss="apple"/>
+ <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing" possessor="no.owner"/>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<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"/>
+ <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
- <word posp="noun" gloss="teacher"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for boy/noun/case/obligatoryGot ACT
About to call getSlotValue for girl/noun/case/obligatory
Got DAT
About to call getSlotValue for apple/noun/case/obligatory
Got STA
About to call getSlotValue for teacher/noun/case/obligatory
Got DAT
addaffixes:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<s>
<np role="subj" case="ACT" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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">
<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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np number="sing" role="obj" locus="number" case="STA" possessor="no.owner">
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="STA"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing" possessor="no.owner"/>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/>
<thingy type="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" number="sing" possessor="no.owner"> - <subs> - <np number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"> <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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np number="sing" role="obj" locus="number" case="STA" possessor="no.owner"> <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="STA"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing" possessor="no.owner"/> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <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" negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing"/> <thingy type="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple."> <flat> - <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="STA"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">|ᵏǀ|a|f|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|t|ɘ|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|ʃ|ɘ|ɗ|</word> + <thingy type="nouncase" function="suffix" gloss="DAT">-|a|ʋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|s|a|ɗ|aː|k|</word> + <thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing" possessor="no.owner">|n|a|ŋ|ɘː|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|j|a|s|ɜ|ʋ|a|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">kəlɘːm</word> + <thingy type="nouncase" function="suffix" gloss="DAT">-|a|ʋ|ə|</thingy> + <word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">|ᵏǀ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|t|ɘ|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|ʃ|ɘ|ɗ|</word>
- <thingy type="nouncase" function="suffix" gloss="DAT">-|a|ʋ|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="DAT">-|ɜ|ʋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|s|a|ɗ|aː|k|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing" possessor="no.owner">|n|a|ŋ|ɘː|</word>
+ <word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing" possessor="no.owner">|n|ɜ|ŋ|ɘː|</word>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|j|a|s|ɜ|ʋ|a|</word>
+ <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">|j|ɜ|s|ɜ|ʋ|ɜ|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">kəlɘːm</word>
- <thingy type="nouncase" function="suffix" gloss="DAT">-|a|ʋ|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="DAT">-|ɜ|ʋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |ᵏǀ|a|f|#-> ᵏǀaf
### |ᵏǀ|a|f|
#-> ᵏǀaf
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |t|ɘ|
#-> tɘ
### |t|ɘ|
#-> tɘ
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ʃ|ɘ|ɗ|
#-> ʃɘɗ
### |ʃ|ɘ|ɗ|
#-> ʃɘɗ
### -|ɜ|ʋ|ə|
#-> -ɜʋə
### -|ɜ|ʋ|ə|
#-> -ɜʋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |s|a|ɗ|aː|k|
#-> saɗaːk
### |s|a|ɗ|aː|k|
#-> saɗaːk
### -|a|b|ə|
#-> -abə
### -|a|b|ə|
#-> -abə
### |n|ɜ|ŋ|ɘː|
#-> nɜŋɘː
### |n|ɜ|ŋ|ɘː|
#-> nɜŋɘː
### |j|ɜ|s|ɜ|ʋ|ɜ|
#-> jɜsɜʋɜ
### |j|ɜ|s|ɜ|ʋ|ɜ|
#-> jɜsɜʋɜ
### |k|a|
#-> ka
### |k|a|
#-> ka
### kəlɘːm
#-> kəlɘːm
### kəlɘːm
#-> kəlɘːm
### -|ɜ|ʋ|ə|
#-> -ɜʋə
### -|ɜ|ʋ|ə|
#-> -ɜʋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ᵏǀ|a|f||ə|ŋ|ə| |s|aː| |t|ɘ| |k|a| |ʃ|ɘ|ɗ||ɜ|ʋ|ə| |s|aː| |s|a|ɗ|aː|k||a|b|ə| |n|ɜ|ŋ|ɘː| |j|ɜ|s|ɜ|ʋ|ɜ| |k|a| kəlɘːm|ɜ|ʋ|ə| |s|aː|
#-> ᵏǀafəŋə saː tɘ ka ʃɘɗɜʋə saː saɗaːkabə nɜŋɘː jɜsɜʋɜ ka kəlɘːmɜʋə saː
removetags:
<example id="comp1" translation="It surprised the teacher that the boy had given the girl an apple.">
<flat>
<word posp="noun" gloss="boy" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">|ᵏǀ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" head="this" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|t|ɘ|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="girl" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|ʃ|ɘ|ɗ|</word>
<thingy type="nouncase" function="suffix" gloss="DAT">-|ɜ|ʋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" tr="rheme" locus="number" case="DAT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word posp="noun" gloss="apple" number="sing" role="obj" locus="number" case="STA" possessor="no.owner">|s|a|ɗ|aː|k|</word>
<thingy type="nouncase" function="suffix" gloss="STA">-|a|b|ə|</thingy>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="COMP" posp="pp" role="subj" case="ACT" number="sing" possessor="no.owner">|n|ɜ|ŋ|ɘː|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|j|ɜ|s|ɜ|ʋ|ɜ|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="teacher" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">kəlɘːm</word>
<thingy type="nouncase" function="suffix" gloss="DAT">-|ɜ|ʋ|ə|</thingy>
<word gloss="the" posp="det" number="sing" def="def" role="indobj" locus="number" case="DAT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ᵏǀaf</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">tɘ</span><br><span class="gls">give</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ʃɘɗ</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-ɜʋə</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">saɗaːk</span><br><span class="gls">apple</span></span> <span class="ilpair"><span class="mor">-abə</span><br><span class="gls"><span class="glssc">STA</span></span></span> <span class="ilpair"><span class="mor">nɜŋɘː</span><br><span class="gls"><span class="glssc">COMP</span></span></span> <span class="ilpair"><span class="mor">jɜsɜʋɜ</span><br><span class="gls">surprise</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">kəlɘːm</span><br><span class="gls">teacher</span></span> <span class="ilpair"><span class="mor">-ɜʋə</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span></p>
+ <p>ᵏǀafəŋə saː tɘ ka ʃɘɗɜʋə saː saɗaːkabə nɜŋɘː jɜsɜʋɜ ka kəlɘːmɜʋə saː</p>
+ <p>ҁтафҭ̇ӈҭ̇ саа тұ ка шұд̱ԉвҭ̇ саа сад̱аакабҭ̇ нԉӈө јԉсԉвԉ ка кҭ̇лөмԉвҭ̇ саа</p>
+ <il>
+ <w>
+ <o>ᵏǀaf</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>tɘ</o>
+ <g>give</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ʃɘɗ</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-ɜʋə</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>saɗaːk</o>
+ <g>apple</g>
+ </w>
+ <w>
+ <o>-abə</o>
+ <g>STA</g>
+ </w>
+ <w>
+ <o>nɜŋɘː</o>
+ <g>COMP</g>
+ </w>
+ <w>
+ <o>jɜsɜʋɜ</o>
+ <g>surprise</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>kəlɘːm</o>
+ <g>teacher</g>
+ </w>
+ <w>
+ <o>-ɜʋə</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ </il>
</example>
### ᵏǀafəŋə saː tɘ ka ʃɘɗɜʋə saː saɗaːkabə nɜŋɘː jɜsɜʋɜ ka kəlɘːmɜʋə saː#-> ᵏǀafəŋə saː tɘ ka ʃɘɗɜʋə saː saɗaːkabə nɜŋɘː jɜsɜʋɜ ka kəlɘːmɜʋə saː
Ҁтафҭ̇ӈҭ̇ саа тұ ка шұд̱ԉвҭ̇ саа сад̱аакабҭ̇ нԉӈө јԉсԉвԉ ка кҭ̇лөмԉвҭ̇ саа. [ᵏǀafəŋə saː tɘ ka ʃɘɗɜʋə saː saɗaːkabə nɜŋɘː jɜsɜʋɜ ka kəlɘːmɜʋə saː] ᵏǀaf boy -əŋə ACT saː the tɘ give ka PAST ʃɘɗ girl -ɜʋə DAT saː the saɗaːk apple -abə STA nɜŋɘː COMP jɜsɜʋɜ surprise ka PAST kəlɘːm teacher -ɜʋə DAT saː the “It surprised the teacher that the boy had given the girl an apple.” | (28) |
Quotes
Kb 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:
<example id="quot1" translation="The boy told the girl that he loved her."> <s> - <np def="def" number="sing" tr="theme" role="subj" locus="number"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT"> <word posp="noun" gloss="boy"/> <word gloss="the" posp="det"/> </np> <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST"> <word posp="verb" gloss="tell"/> </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme"> + <np role="obj" tr="rheme" case="STA"> <subs> - <np number="sing" def="neither" role="subj" locus="number"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT"> <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"> + <np number="sing" def="neither" role="obj" locus="number" case="STA"> <word person="2" number="sing" posp="pron"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
module markowner: No change.
module propagatenumber:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT">
<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" case="DAT">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="STA">
+ <np role="obj" tr="rheme" case="STA" number="sing">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT">
<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" case="STA">
<word person="2" number="sing" posp="pron"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
</np>
</s>
</example>
createpronouns: No change.
module markowned:
<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" case="ACT"> + <np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="DAT"> + <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="girl"/> <word gloss="the" posp="det"/> </np> - <np role="obj" tr="rheme" case="STA" number="sing"> + <np role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner"> <subs> - <np number="sing" def="neither" role="subj" locus="number" case="ACT"> + <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"> <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" case="STA"> + <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"> <word person="2" number="sing" posp="pron"/> </np> <word gloss="COMP" posp="pp"/> </subs> </np> </s> </example>
module ngen: No change.
module wordorder: No change.
module wordorder: No change.
module wordorder: No change.
module conjp: No change.
flattenconjp: No change.
fixpronouns:
<example id="quot1" translation="The boy told the girl that he loved her.">
<s>
<np def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">
<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" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
- <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" case="STA" possessor="no.owner">
- <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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
</np>
- <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST">
+ <vp negation="POS" question="not.Q" tense="past" asp="action" mode="indicative" voice="active" ta="PAST" subj="3.sing" indobj="3.sing" obj="1excl.sing">
<word posp="verb" gloss="tell"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
</np>
- <np role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner">
+ <np role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl">
<subs>
- <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">
+ <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" 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" case="STA" possessor="no.owner">
+ <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" 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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="boy"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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">
<word posp="verb" gloss="tell"/>
+ <thingy type="vpta" function="enclitic" gloss="PAST"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl"/>
<word gloss="the" posp="det"/>
+ <thingy type="npnumber" function="enclitic" gloss="sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
+ <thingy type="vpta" function="enclitic" gloss="PRES"/>
+ <thingy type="vpmode" function="enclitic" gloss="indicative"/>
+ <thingy type="vpvoice" function="enclitic" gloss="active"/>
+ <thingy type="vpnegation" function="enclitic" gloss="POS"/>
+ <thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing"/>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp"/>
</subs>
+ <thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner">
- <word posp="noun" gloss="boy"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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">
- <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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
- <word posp="noun" gloss="girl"/>
- <word gloss="the" posp="det"/>
+ <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.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" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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"/>
+ <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="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.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" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
- <word gloss="COMP" posp="pp"/>
+ <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl"/>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
</s>
</example>
About to call getSlotValue for boy/noun/case/obligatoryGot ACT
About to call getSlotValue for girl/noun/case/obligatory
Got DAT
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" case="ACT" possessor="no.owner">
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="ACT"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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">
<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="vpta" function="enclitic" gloss="PAST"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
+ <thingy type="nouncase" function="suffix" gloss="DAT"/>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/>
<thingy type="npnumber" function="enclitic" gloss="sing"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<np role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl">
<subs>
<np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl">
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/>
<thingy type="vpta" function="enclitic" gloss="PRES"/>
<thingy type="vpmode" function="enclitic" gloss="indicative"/>
<thingy type="vpvoice" function="enclitic" gloss="active"/>
<thingy type="vpnegation" function="enclitic" gloss="POS"/>
<thingy type="vpquestion" function="enclitic" gloss="not.Q"/>
</vp>
<np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2">
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</np>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl"/>
</subs>
<thingy type="nppossessor" function="enclitic" gloss="no.owner"/>
</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" case="ACT" possessor="no.owner"> + <flat> <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="ACT"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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"> <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="vpta" function="enclitic" gloss="PAST"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"> <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="nouncase" function="suffix" gloss="DAT"/> <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> <thingy type="npnumber" function="enclitic" gloss="sing"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - <np role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl"> - <subs> - <np number="sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner" person="1excl"> <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </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" negation="POS" question="not.Q" tense="gnomic" asp="imperfective" mode="indicative" voice="active" ta="PRES" subj="1excl.sing" obj="2.sing"/> <thingy type="vpta" function="enclitic" gloss="PRES"/> <thingy type="vpmode" function="enclitic" gloss="indicative"/> <thingy type="vpvoice" function="enclitic" gloss="active"/> <thingy type="vpnegation" function="enclitic" gloss="POS"/> <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - </vp> - <np number="sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner" person="2"> <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl"/> - </subs> <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - </np> - </s> + </flat> </example>
addvocab:
<example id="quot1" translation="The boy told the girl that he loved her."> <flat> - <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="ACT"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PAST"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="nouncase" function="suffix" gloss="DAT"/> - <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner"/> - <thingy type="npnumber" function="enclitic" gloss="sing"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <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="vpta" function="enclitic" gloss="PRES"/> - <thingy type="vpmode" function="enclitic" gloss="indicative"/> - <thingy type="vpvoice" function="enclitic" gloss="active"/> - <thingy type="vpnegation" function="enclitic" gloss="POS"/> - <thingy type="vpquestion" function="enclitic" gloss="not.Q"/> - <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> - <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl"/> - <thingy type="nppossessor" function="enclitic" gloss="no.owner"/> + <word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|ᵏǀ|a|f|</word> + <thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ʋ|au|</word> + <thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|ʃ|ɘ|ɗ|</word> + <thingy type="nouncase" function="suffix" gloss="DAT">-|a|ʋ|ə|</thingy> + <word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|s|aː|</word> + <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">|d|aː|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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="vpta" function="enclitic" gloss="PRES">-</thingy> + <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy> + <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy> + <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy> + <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy> + <word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">|s|ɜ|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> + <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl">|n|a|ŋ|ɘː|</word> + <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy> </flat> </example>
vowelharmony:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|ᵏǀ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ʋ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|ʃ|ɘ|ɗ|</word>
- <thingy type="nouncase" function="suffix" gloss="DAT">-|a|ʋ|ə|</thingy>
+ <thingy type="nouncase" function="suffix" gloss="DAT">-|ɜ|ʋ|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|s|aː|</word>
<thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">|d|aː|</word>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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="vpta" function="enclitic" gloss="PRES">-</thingy>
<thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
<thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
<thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
<thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">|s|ɜ|</word>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
- <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl">|n|a|ŋ|ɘː|</word>
+ <word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl">|n|ɜ|ŋ|ɘː|</word>
<thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
</example>
### |ᵏǀ|a|f|#-> ᵏǀaf
### |ᵏǀ|a|f|
#-> ᵏǀaf
### -|ə|ŋ|ə|
#-> -əŋə
### -|ə|ŋ|ə|
#-> -əŋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |ʋ|au|
#-> ʋau
### |ʋ|au|
#-> ʋau
### |k|a|
#-> ka
### |k|a|
#-> ka
### |ʃ|ɘ|ɗ|
#-> ʃɘɗ
### |ʃ|ɘ|ɗ|
#-> ʃɘɗ
### -|ɜ|ʋ|ə|
#-> -ɜʋə
### -|ɜ|ʋ|ə|
#-> -ɜʋə
### |s|aː|
#-> saː
### |s|aː|
#-> saː
### |d|aː|
#-> daː
### |d|aː|
#-> daː
### |ɓ|a|
#-> ɓa
### |ɓ|a|
#-> ɓa
### |s|ɜ|
#-> sɜ
### |s|ɜ|
#-> sɜ
### |n|ɜ|ŋ|ɘː|
#-> nɜŋɘː
### |n|ɜ|ŋ|ɘː|
#-> nɜŋɘː
### |ᵏǀ|a|f||ə|ŋ|ə| |s|aː| |ʋ|au| |k|a| |ʃ|ɘ|ɗ||ɜ|ʋ|ə| |s|aː| |d|aː| |ɓ|a| |s|ɜ| |n|ɜ|ŋ|ɘː|
#-> ᵏǀafəŋə saː ʋau ka ʃɘɗɜʋə saː daː ɓa sɜ nɜŋɘː
removetags:
<example id="quot1" translation="The boy told the girl that he loved her.">
<flat>
<word posp="noun" gloss="boy" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|ᵏǀ|a|f|</word>
<thingy type="nouncase" function="suffix" gloss="ACT">-|ə|ŋ|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="subj" locus="number" case="ACT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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">|ʋ|au|</word>
<thingy type="vpta" function="enclitic" gloss="PAST">|k|a|</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word posp="noun" gloss="girl" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|ʃ|ɘ|ɗ|</word>
<thingy type="nouncase" function="suffix" gloss="DAT">-|ɜ|ʋ|ə|</thingy>
<word gloss="the" posp="det" def="def" number="sing" tr="theme" role="indobj" locus="number" case="DAT" possessor="no.owner">|s|aː|</word>
- <thingy type="npnumber" function="enclitic" gloss="sing">-</thingy>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word person="1excl" number="sing" posp="pron" gloss="1excl.sing" def="neither" role="subj" locus="number" case="ACT" possessor="no.owner">|d|aː|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</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="vpta" function="enclitic" gloss="PRES">-</thingy>
- <thingy type="vpmode" function="enclitic" gloss="indicative">-</thingy>
- <thingy type="vpvoice" function="enclitic" gloss="active">-</thingy>
- <thingy type="vpnegation" function="enclitic" gloss="POS">-</thingy>
- <thingy type="vpquestion" function="enclitic" gloss="not.Q">-</thingy>
<word person="2" number="sing" posp="pron" gloss="2.sing" def="neither" role="obj" locus="number" case="STA" possessor="no.owner">|s|ɜ|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
<word gloss="COMP" posp="pp" role="obj" tr="rheme" case="STA" number="sing" possessor="no.owner" person="1excl">|n|ɜ|ŋ|ɘː|</word>
- <thingy type="nppossessor" function="enclitic" gloss="no.owner.POSS">-</thingy>
</flat>
+ <p><span class="ilpair"><span class="mor">ᵏǀaf</span><br><span class="gls">boy</span></span> <span class="ilpair"><span class="mor">-əŋə</span><br><span class="gls"><span class="glssc">ACT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">ʋau</span><br><span class="gls">tell</span></span> <span class="ilpair"><span class="mor">ka</span><br><span class="gls"><span class="glssc">PAST</span></span></span> <span class="ilpair"><span class="mor">ʃɘɗ</span><br><span class="gls">girl</span></span> <span class="ilpair"><span class="mor">-ɜʋə</span><br><span class="gls"><span class="glssc">DAT</span></span></span> <span class="ilpair"><span class="mor">saː</span><br><span class="gls">the</span></span> <span class="ilpair"><span class="mor">daː</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">2.sing</span></span> <span class="ilpair"><span class="mor">nɜŋɘː</span><br><span class="gls"><span class="glssc">COMP</span></span></span></p>
+ <p>ᵏǀafəŋə saː ʋau ka ʃɘɗɜʋə saː daː ɓa sɜ nɜŋɘː</p>
+ <p>ҁтафҭ̇ӈҭ̇ саа ваў ка шұд̱ԉвҭ̇ саа даа б̱а сԉ нԉӈө</p>
+ <il>
+ <w>
+ <o>ᵏǀaf</o>
+ <g>boy</g>
+ </w>
+ <w>
+ <o>-əŋə</o>
+ <g>ACT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>ʋau</o>
+ <g>tell</g>
+ </w>
+ <w>
+ <o>ka</o>
+ <g>PAST</g>
+ </w>
+ <w>
+ <o>ʃɘɗ</o>
+ <g>girl</g>
+ </w>
+ <w>
+ <o>-ɜʋə</o>
+ <g>DAT</g>
+ </w>
+ <w>
+ <o>saː</o>
+ <g>the</g>
+ </w>
+ <w>
+ <o>daː</o>
+ <g>1excl.sing</g>
+ </w>
+ <w>
+ <o>ɓa</o>
+ <g>love</g>
+ </w>
+ <w>
+ <o>sɜ</o>
+ <g>2.sing</g>
+ </w>
+ <w>
+ <o>nɜŋɘː</o>
+ <g>COMP</g>
+ </w>
+ </il>
</example>
### ᵏǀafəŋə saː ʋau ka ʃɘɗɜʋə saː daː ɓa sɜ nɜŋɘː#-> ᵏǀafəŋə saː ʋau ka ʃɘɗɜʋə saː daː ɓa sɜ nɜŋɘː
Ҁтафҭ̇ӈҭ̇ саа ваў ка шұд̱ԉвҭ̇ саа даа б̱а сԉ нԉӈө. [ᵏǀafəŋə saː ʋau ka ʃɘɗɜʋə saː daː ɓa sɜ nɜŋɘː] ᵏǀaf boy -əŋə ACT saː the ʋau tell ka PAST ʃɘɗ girl -ɜʋə DAT saː the daː 1excl.sing ɓa love sɜ 2.sing nɜŋɘː COMP “The boy told the girl that he loved her.” | (29) |
How to cite this grammar
Language Creator. 2026. A Grammar of Kb. Generated by the Language Creator, version 0.91, on 14 June 2026. https://languagecreator.org/grammar/4BQMV
In BibTeX format:
@misc{LC-4BQMV,
year = 2026,
author = {{Language Creator}},
title = {A Grammar of {Kb}},
howpublished = {\url{https://languagecreator.org/grammar/4BQMV}},
note = {Generated by the Language Creator, version 0.91, on 14 June 2026}
}
Supplementary Materials
A collection of illustrative texts and a bilingual dictionary (English–Kb / Kb–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/4BQMV
Behind the scenes, the Language Creator stores the generated language in a JSON-based format known as ELD. The corresponding ELD file may be downloaded, edited as required, and reuploaded in order to regenerate the grammar, dictionary and texts.
Language creation took 0.01 seconds; writing the grammar 0.07 seconds.